Home
last modified time | relevance | path

Searched refs:missingFeature (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp281 const char** missingFeature);
286 const char** missingFeature);
DvktSpvAsmUtils.cpp58 …if ((CHECKED.FEATURE != DE_FALSE) && (AVAILABLE.FEATURE == DE_FALSE)) { *missingFeature = #FEATURE…
62 const char** missingFeature) in isCoreFeaturesSupported() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp83 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
284 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in llvm::AVRAsmParser
306 case Match_MissingFeature: return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()