Home
last modified time | relevance | path

Searched refs:getBlockPixelSize (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.hpp81 IVec3 getBlockPixelSize (CompressedTexFormat format);
DtcuCompressedTexture.cpp81 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize() function
264 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB) in getAstcFormatByBlockSize()
2584 const IVec3 blockPixelSize (getBlockPixelSize(fmt)); in decompress()
2645 const IVec3 blockPixelSize = getBlockPixelSize(m_format); in setStorage()
/external/deqp/modules/gles3/functional/
Des3fCompressedTextureTests.cpp49 const IVec3 blockSize = tcu::getBlockPixelSize(format); in getASTCFormatShortName()
Des3fNegativeTextureApiTests.cpp48 using tcu::getBlockPixelSize;
510 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
2691 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
3004 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
3147 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
Des3fTextureWrapTests.cpp530 const tcu::IVec3 blockSize = tcu::getBlockPixelSize(format); in init()
Des3fASTCDecompressionCases.cpp960 const IVec3 blockSize = getBlockPixelSize(format); in generateBlockCaseTestData()
1654 , m_blockSize (tcu::getBlockPixelSize(format).xy()) in ASTCRenderer2D()
1661 DE_ASSERT(tcu::getBlockPixelSize(format).z() == 1); in ASTCRenderer2D()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp180 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in generateDummyCompressedData()
1400 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(compressedFormat); in TextureBorderClampFormatCase()
Des31fCopyImageTests.cpp343 return tcu::getBlockPixelSize(glu::mapGLCompressedTexFormat(format)); in getTexelBlockPixelSize()