Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp54 *missingFeature = #FEATURE; \
59 const char **missingFeature) in isCoreFeaturesSupported() argument
125 *missingFeature = EXT_NAME #FEATURE; \
131 const char **missingFeature) in isFloat16Int8FeaturesSupported() argument
142 const char **missingFeature) in is8BitStorageFeaturesSupported() argument
154 const char **missingFeature) in is16BitStorageFeaturesSupported() argument
168 const char **missingFeature) in isVariablePointersFeaturesSupported() argument
180 const char **missingFeature) in isVulkanMemoryModelFeaturesSupported() argument
194 const char **missingFeature) in isIntegerDotProductFeaturesSupported() argument
206 const char **missingFeature) in isFloatControls2FeaturesSupported() argument
[all …]
DvktSpvAsmUtils.hpp287 …turesSupported(const Context &context, const VulkanFeatures &toCheck, const char **missingFeature);
304 const char **missingFeature);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp91 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
312 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser
336 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp84 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
303 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser
325 case Match_MissingFeature: return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/AsmParser/
DM68kAsmParser.cpp44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
976 bool M68kAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in M68kAsmParser
1002 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()