Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp80 VkPhysicalDeviceFeatures physicalFeatures; in isSupportedSamplableFormat() local
83 instanceInterface.getPhysicalDeviceFeatures(device, &physicalFeatures); in isSupportedSamplableFormat()
87 if (!physicalFeatures.textureCompressionASTC_LDR) in isSupportedSamplableFormat()
92 if (!physicalFeatures.textureCompressionETC2) in isSupportedSamplableFormat()