MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / MissingFeature

Method MissingFeature

source/val/validation_state.cpp:2209–2215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2207}
2208
2209std::string ValidationState_t::MissingFeature(const std::string& feature,
2210 const std::string& cmdline,
2211 bool hint) const {
2212 return "\nThis is " + (hint ? std::string("may be ") : "") +
2213 "allowed if you enable the " + feature + " (or use the " + cmdline +
2214 " command line flag)";
2215}
2216
2217#define VUID_WRAP(vuid) "[" #vuid "] "
2218

Callers 4

ValidateImageOperandsFunction · 0.80
checkLayoutFunction · 0.80
ValidateBaseTypeFunction · 0.80
ValidateExecutionModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected