Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp433 …const VkSamplerCustomBorderColorCreateInfoEXT customBorderColorCreateInfo = *reinterpret_cast<cons… in setup() local
454 customBorderColorCreateInfo.format == VK_FORMAT_UNDEFINED) in setup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp433 …const VkSamplerCustomBorderColorCreateInfoEXT customBorderColorCreateInfo = *reinterpret_cast<cons… in setup() local
454 customBorderColorCreateInfo.format == VK_FORMAT_UNDEFINED) in setup()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3958 …const VkSamplerCustomBorderColorCreateInfoEXT customBorderColorCreateInfo = *reinterpret_cast<cons… in mapVkSampler() local
3959 borderColorValue = mapVkColor(customBorderColorCreateInfo.customBorderColor); in mapVkSampler()