Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.cpp52 if ((CHECKED.FEATURE != DE_FALSE) && (AVAILABLE.FEATURE == DE_FALSE)) { *missingFeature = #FEATURE; return false; }
56 const char** missingFeature) in isCoreFeaturesSupported()
120 if (toCheck.FEATURE && !extensionFeatures.FEATURE) { *missingFeature = EXT_NAME #FEATURE; return false; }
122 bool isFloat16Int8FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderFloat16Int8Features& toCheck, const char **missingFeature) in isFloat16Int8FeaturesSupported() argument
132 bool is8BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) in is8BitStorageFeaturesSupported() argument
143 bool is16BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) in is16BitStorageFeaturesSupported() argument
155 bool isVariablePointersFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVariablePointersFeatures& toCheck, const char **missingFeature) in isVariablePointersFeaturesSupported() argument
165 bool isVulkanMemoryModelFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures& toCheck, const char **missingFeature) in isVulkanMemoryModelFeaturesSupported() argument
177 bool isIntegerDotProductFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& toCheck, const char **missingFeature) in isIntegerDotProductFeaturesSupported() argument
189 bool isFloatControlsFeaturesSupported (const Context& context, const vk::VkPhysicalDeviceFloatControlsProperties& toCheck, const char **missingFeature) in isFloatControlsFeaturesSupported() argument
54 isCoreFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceFeatures& toCheck, const char** missingFeature) isCoreFeaturesSupported() argument
269 isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& requested, const char **missingFeature) isVulkanFeaturesSupported() argument
[all...]
H A DvktSpvAsmUtils.hpp257 // Returns true if the whole VulkanFeatures is supported. If not, missingFeature will contain one feature that was missing.
258 bool isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& toCheck, const char** missingFeature);
275 const char** missingFeature);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.cpp52 if ((CHECKED.FEATURE != DE_FALSE) && (AVAILABLE.FEATURE == DE_FALSE)) { *missingFeature = #FEATURE; return false; }
56 const char** missingFeature) in isCoreFeaturesSupported()
120 if (toCheck.FEATURE && !extensionFeatures.FEATURE) { *missingFeature = EXT_NAME #FEATURE; return false; }
122 bool isFloat16Int8FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderFloat16Int8Features& toCheck, const char **missingFeature) in isFloat16Int8FeaturesSupported() argument
132 bool is8BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) in is8BitStorageFeaturesSupported() argument
143 bool is16BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) in is16BitStorageFeaturesSupported() argument
155 bool isVariablePointersFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVariablePointersFeatures& toCheck, const char **missingFeature) in isVariablePointersFeaturesSupported() argument
165 bool isVulkanMemoryModelFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures& toCheck, const char **missingFeature) in isVulkanMemoryModelFeaturesSupported() argument
177 bool isIntegerDotProductFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& toCheck, const char **missingFeature) in isIntegerDotProductFeaturesSupported() argument
189 bool isFloatControlsFeaturesSupported (const Context& context, const vk::VkPhysicalDeviceFloatControlsProperties& toCheck, const char **missingFeature) in isFloatControlsFeaturesSupported() argument
54 isCoreFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceFeatures& toCheck, const char** missingFeature) isCoreFeaturesSupported() argument
269 isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& requested, const char **missingFeature) isVulkanFeaturesSupported() argument
[all...]
H A DvktSpvAsmUtils.hpp257 // Returns true if the whole VulkanFeatures is supported. If not, missingFeature will contain one feature that was missing.
258 bool isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& toCheck, const char** missingFeature);
275 const char** missingFeature);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A 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()

Completed in 5 milliseconds