Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp46 bool isSrgbFormat (VkFormat format);
DvkImageUtil.cpp77 bool isSrgbFormat (VkFormat format) in isSrgbFormat() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp144 const bool isSrgb = isSrgbFormat(m_imParams.format); in fetchTexel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp776 isSrgbFormat(m_params.textureFormat), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp1150 if (isSrgbFormat(featuredFormat)) in createImageTranscodingSupportTests()