Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp67 vk::VkBorderColor getFormatBorderColor (BorderColor color, vk::VkFormat format);
DvktPipelineImageViewTests.cpp137 getFormatBorderColor(BORDER_COLOR_TRANSPARENT_BLACK, imageFormat), // VkBorderColor borderColor; in getImageSamplingInstanceParams()
DvktPipelineImageTests.cpp176 getFormatBorderColor(BORDER_COLOR_TRANSPARENT_BLACK, imageFormat), // VkBorderColor borderColor; in getImageSamplingInstanceParams()
DvktPipelineSamplerTests.cpp492getFormatBorderColor(BORDER_COLOR_TRANSPARENT_BLACK, m_imageFormat), // VkBorderColor borderColo… in getSamplerCreateInfo()
1172 getFormatBorderColor(config.border, imageFormat), in createSamplerAddressModesTests()
DvktPipelineImageUtil.cpp128 VkBorderColor getFormatBorderColor (BorderColor color, VkFormat format) in getFormatBorderColor() function