Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp44 bool isSrgbFormat (VkFormat format);
DvkImageUtil.cpp72 bool isSrgbFormat (VkFormat format) in isSrgbFormat() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp144 const bool isSrgb = isSrgbFormat(m_imParams.format); in fetchTexel()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp1133 if (isSrgbFormat(featuredFormat)) in createImageTranscodingSupportTests()