Searched refs:isAstcSRGBFormat (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditAstcTests.cpp | 59 return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isAstcSRGBFormat(format) ? "_srgb" : ""); in getASTCFormatShortName() 82 if (!isAstcSRGBFormat(format)) in testDecompress() 110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format)) in iterate() 126 if (!isAstcSRGBFormat(m_format)) in iterate() 142 if (!isAstcSRGBFormat(m_format)) in iterate() 158 if (!isAstcSRGBFormat(m_format)) in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fCompressedTextureTests.cpp | 52 return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isAstcSRGBFormat(format) ? "_srgb" : ""); in getASTCFormatShortName() 85 if (tcu::isAstcSRGBFormat(format) && tcu::astc::isBlockTestTypeHDROnly(astcTestType)) in init()
|
H A D | es3fASTCDecompressionCases.cpp | 381 DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); // \note There is no HDR sRGB mode, so these would be redundant. in ASTCBlockCase2D() 429 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1)); in iterate() 448 const tcu::TexDecompressionParams::AstcMode decompressionMode = (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR || tcu::isAstcSRGBFormat(m_format)) in iterate() 563 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1)); 571 const tcu::TexDecompressionParams::AstcMode decompressionMode = (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR || tcu::isAstcSRGBFormat(m_format))
|
H A D | es3fTextureWrapTests.cpp | 319 const bool useDefaultColorScaleAndBias = !tcu::isAstcFormat(m_compressedFormat) || tcu::isAstcSRGBFormat(m_compressedFormat); in iterate() 573 const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isAstcSRGBFormat(format) ? "_srgb" : ""); in init()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.hpp | 102 bool isAstcSRGBFormat (CompressedTexFormat format);
|
H A D | tcuCompressedTexture.cpp | 270 bool isAstcSRGBFormat (CompressedTexFormat format) in isAstcSRGBFormat() function 320 if (isAstcSRGBFormat(format)) in getUncompressedFormat() 354 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB) in getAstcFormatByBlockSize()
|
H A D | tcuAstcUtil.cpp | 2427 DE_ASSERT(!(isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); 2936 const bool isSRGB = isAstcSRGBFormat(format); 2956 const bool isSRGBFormat = isAstcSRGBFormat(format);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 1291 if (ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_hdr") && !tcu::isAstcSRGBFormat(compressedFormat)) 1483 if (ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_hdr") && !tcu::isAstcSRGBFormat(compressedFormat))
|
Completed in 13 milliseconds