Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.hpp105 bool isBcSRGBFormat (CompressedTexFormat format);
DtcuCompressedTexture.cpp215 bool isBcSRGBFormat (CompressedTexFormat format) in isBcSRGBFormat() function
333 else if (isBcSRGBFormat(format)) in getUncompressedFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp363 else if (isBcSRGBFormat(m_compressedFormat)) in iterate()