OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAstcSRGBFormat
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/gles3/functional/
es3fCompressedTextureTests.cpp
52
return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::
isAstcSRGBFormat
(format) ? "_srgb" : "");
85
if (tcu::
isAstcSRGBFormat
(format) && tcu::astc::isBlockTestTypeHDROnly(astcTestType))
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.
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));
448
const tcu::TexDecompressionParams::AstcMode decompressionMode = (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR || tcu::
isAstcSRGBFormat
(m_format))
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))
es3fTextureWrapTests.cpp
305
const bool useDefaultColorScaleAndBias = !tcu::isAstcFormat(m_compressedFormat) || tcu::
isAstcSRGBFormat
(m_compressedFormat);
532
const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::
isAstcSRGBFormat
(format) ? "_srgb" : "");
/external/deqp/modules/internal/
ditAstcTests.cpp
59
return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::
isAstcSRGBFormat
(format) ? "_srgb" : "");
82
if (!
isAstcSRGBFormat
(format))
110
if (astc::isBlockTestTypeHDROnly(blockTestType) &&
isAstcSRGBFormat
(m_format))
126
if (!
isAstcSRGBFormat
(m_format))
142
if (!
isAstcSRGBFormat
(m_format))
158
if (!
isAstcSRGBFormat
(m_format))
/external/deqp/framework/common/
tcuCompressedTexture.hpp
102
bool
isAstcSRGBFormat
(CompressedTexFormat format);
tcuAstcUtil.cpp
[
all
...]
tcuCompressedTexture.cpp
270
bool
isAstcSRGBFormat
(CompressedTexFormat format)
320
if (
isAstcSRGBFormat
(format))
354
if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size &&
isAstcSRGBFormat
(fmt) == isSRGB)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp
[
all
...]
Completed in 247 milliseconds