Searched refs:getASTCBlockSize (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp125 IVec3 getASTCBlockSize (CompressedTexture::Format fmt);
H A DtcuCompressedTexture.cpp153 IVec3 getASTCBlockSize (CompressedTexture::Format fmt) function in namespace:tcu
203 if (isASTCFormat(fmt) && getASTCBlockSize(fmt) == size && isASTCSRGBFormat(fmt) == isSRGB)
249 const IVec3 blockSize = getASTCBlockSize(m_format);
2668 const tcu::IVec3 blockSize = getASTCBlockSize(m_format);
/external/deqp/modules/gles3/functional/
H A Des3fCompressedTextureTests.cpp48 const IVec3 blockSize = tcu::getASTCBlockSize(format);
H A Des3fTextureWrapTests.cpp528 const tcu::IVec3 blockSize = tcu::getASTCBlockSize(format);
H A Des3fASTCDecompressionCases.cpp959 const IVec3 blockSize = getASTCBlockSize(format);
1653 , m_blockSize (tcu::getASTCBlockSize(format).xy())
1660 DE_ASSERT(tcu::getASTCBlockSize(format).z() == 1);

Completed in 114 milliseconds