Home
last modified time | relevance | path

Searched defs:missingFeature (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp56 const char** missingFeature) in isCoreFeaturesSupported()
122 …context, const vk::VkPhysicalDeviceShaderFloat16Int8Features& toCheck, const char **missingFeature) in isFloat16Int8FeaturesSupported()
132 …text& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) in is8BitStorageFeaturesSupported()
143 …ext& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) in is16BitStorageFeaturesSupported()
155 … context, const vk::VkPhysicalDeviceVariablePointersFeatures& toCheck, const char **missingFeature) in isVariablePointersFeaturesSupported()
165 …context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures& toCheck, const char **missingFeature) in isVulkanMemoryModelFeaturesSupported()
177 …const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& toCheck, const char **missingFeature) in isIntegerDotProductFeaturesSupported()
189 …& context, const vk::VkPhysicalDeviceFloatControlsProperties& toCheck, const char **missingFeature) in isFloatControlsFeaturesSupported()
269 …uresSupported(const Context& context, const VulkanFeatures& requested, const char **missingFeature) in isVulkanFeaturesSupported()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp303 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser