Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp435 VkPhysicalDeviceCustomBorderColorFeaturesEXT physicalDeviceCustomBorderColorFeatures = in setup() local
444 physicalDeviceFeatures.pNext = &physicalDeviceCustomBorderColorFeatures; in setup()
448 if (physicalDeviceCustomBorderColorFeatures.customBorderColors != VK_TRUE) in setup()
453 if (physicalDeviceCustomBorderColorFeatures.customBorderColorWithoutFormat != VK_TRUE && in setup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp437 VkPhysicalDeviceCustomBorderColorFeaturesEXT physicalDeviceCustomBorderColorFeatures = in setup() local
446 physicalDeviceFeatures.pNext = &physicalDeviceCustomBorderColorFeatures; in setup()
450 if (physicalDeviceCustomBorderColorFeatures.customBorderColors != VK_TRUE) in setup()
455 if (physicalDeviceCustomBorderColorFeatures.customBorderColorWithoutFormat != VK_TRUE && in setup()