Home
last modified time | relevance | path

Searched refs:COMPRESSEDTEXFORMAT_LAST (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fCompressedTextureTests.cpp79 for (int formatI = 0; formatI < tcu::COMPRESSEDTEXFORMAT_LAST; formatI++) in init()
98 for (int formatI = 0; formatI < tcu::COMPRESSEDTEXFORMAT_LAST; formatI++) in init()
H A Des3fTextureWrapTests.cpp138 , m_compressedFormat (tcu::COMPRESSEDTEXFORMAT_LAST) in TextureWrapCase()
158 , m_compressedFormat (tcu::COMPRESSEDTEXFORMAT_LAST) in TextureWrapCase()
213 else if (m_compressedFormat != tcu::COMPRESSEDTEXFORMAT_LAST) in init()
564 for (int formatI = 0; formatI < tcu::COMPRESSEDTEXFORMAT_LAST; formatI++) in init()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.hpp94 COMPRESSEDTEXFORMAT_LAST enumerator
H A DtcuCompressedTexture.cpp350 for (int fmtI = 0; fmtI < COMPRESSEDTEXFORMAT_LAST; fmtI++) in getAstcFormatByBlockSize()
2530 : m_format (COMPRESSEDTEXFORMAT_LAST) in CompressedTexture()
2538 : m_format (COMPRESSEDTEXFORMAT_LAST) in CompressedTexture()
2557 if (m_format != COMPRESSEDTEXFORMAT_LAST) in setStorage()
2566 DE_ASSERT(m_format == COMPRESSEDTEXFORMAT_LAST); in setStorage()
/third_party/vk-gl-cts/modules/internal/
H A DditAstcTests.cpp189 for (int formatNdx = 0; formatNdx < COMPRESSEDTEXFORMAT_LAST; formatNdx++) in createAstcTests()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp170 for (int formatNdx = 0; formatNdx < tcu::COMPRESSEDTEXFORMAT_LAST; formatNdx++) in getSupportedCompressedFormats()
1680 for (int formatNdx = 0; formatNdx < tcu::COMPRESSEDTEXFORMAT_LAST; formatNdx++) in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp3130 DE_STATIC_ASSERT(tcu::COMPRESSEDTEXFORMAT_LAST == 55);
3458 return tcu::COMPRESSEDTEXFORMAT_LAST;

Completed in 14 milliseconds