Home
last modified time | relevance | path

Searched refs:physicalDeviceSamplerMinMaxProperties (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp400 VkPhysicalDeviceSamplerFilterMinmaxProperties physicalDeviceSamplerMinMaxProperties = in setup() local
409 physicalDeviceProperties.pNext = &physicalDeviceSamplerMinMaxProperties; in setup()
413 if (physicalDeviceSamplerMinMaxProperties.filterMinmaxImageComponentMapping != VK_TRUE) in setup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp398 VkPhysicalDeviceSamplerFilterMinmaxProperties physicalDeviceSamplerMinMaxProperties = in setup() local
407 physicalDeviceProperties.pNext = &physicalDeviceSamplerMinMaxProperties; in setup()
411 if (physicalDeviceSamplerMinMaxProperties.filterMinmaxImageComponentMapping != VK_TRUE) in setup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp3416 VkPhysicalDeviceSamplerFilterMinmaxProperties physicalDeviceSamplerMinMaxProperties = in getRequiredOptimalExtendedTilingFeatures() local
3427 physicalDeviceProperties.pNext = &physicalDeviceSamplerMinMaxProperties; in getRequiredOptimalExtendedTilingFeatures()
3433 if (physicalDeviceSamplerMinMaxProperties.filterMinmaxSingleComponentFormats) in getRequiredOptimalExtendedTilingFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp3441 VkPhysicalDeviceSamplerFilterMinmaxProperties physicalDeviceSamplerMinMaxProperties = in getRequiredOptimalExtendedTilingFeatures() local
3452 physicalDeviceProperties.pNext = &physicalDeviceSamplerMinMaxProperties; in getRequiredOptimalExtendedTilingFeatures()
3458 if (physicalDeviceSamplerMinMaxProperties.filterMinmaxSingleComponentFormats) in getRequiredOptimalExtendedTilingFeatures()

Completed in 30 milliseconds