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

/external/deqp/framework/common/
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);

Completed in 443 milliseconds