Home
last modified time | relevance | path

Searched refs:extensionFeatures (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp53 VkPhysicalDevice8BitStorageFeaturesKHR extensionFeatures = context.get8BitStorageFeatures(); in is8BitStorageFeaturesSupported() local
55 …if ((toCheck & EXT8BITSTORAGEFEATURES_STORAGE_BUFFER) != 0 && extensionFeatures.storageBuffer8BitA… in is8BitStorageFeaturesSupported()
58 …if ((toCheck & EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER) != 0 && extensionFeatures.uniformAnd… in is8BitStorageFeaturesSupported()
61 …if ((toCheck & EXT8BITSTORAGEFEATURES_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstant… in is8BitStorageFeaturesSupported()
137 const VkPhysicalDevice16BitStorageFeatures& extensionFeatures = context.get16BitStorageFeatures(); in is16BitStorageFeaturesSupported() local
139 …if ((toCheck & EXT16BITSTORAGEFEATURES_UNIFORM_BUFFER_BLOCK) != 0 && extensionFeatures.storageBuff… in is16BitStorageFeaturesSupported()
142 …if ((toCheck & EXT16BITSTORAGEFEATURES_UNIFORM) != 0 && extensionFeatures.uniformAndStorageBuffer1… in is16BitStorageFeaturesSupported()
145 …if ((toCheck & EXT16BITSTORAGEFEATURES_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstan… in is16BitStorageFeaturesSupported()
148 …if ((toCheck & EXT16BITSTORAGEFEATURES_INPUT_OUTPUT) != 0 && extensionFeatures.storageInputOutput1… in is16BitStorageFeaturesSupported()
156 …const VkPhysicalDeviceVariablePointersFeatures& extensionFeatures = context.getVariablePointersFea… in isVariablePointersFeaturesSupported() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp142 …const vk::VkPhysicalDevice16BitStorageFeatures& extensionFeatures = context.get16BitStorageFeature… in areFeaturesSupported() local
144 …if ((toCheck & PRECISION_TEST_FEATURES_16BIT_BUFFER_ACCESS) != 0 && extensionFeatures.storageBuffe… in areFeaturesSupported()
147 …SION_TEST_FEATURES_16BIT_UNIFORM_AND_STORAGE_BUFFER_ACCESS) != 0 && extensionFeatures.uniformAndSt… in areFeaturesSupported()
150 …if ((toCheck & PRECISION_TEST_FEATURES_16BIT_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushC… in areFeaturesSupported()
153 …if ((toCheck & PRECISION_TEST_FEATURES_16BIT_INPUT_OUTPUT) != 0 && extensionFeatures.storageInputO… in areFeaturesSupported()