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

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp70 IVec3 getBlockPixelSize (CompressedTexFormat format) function in namespace:tcu
253 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB)
1051 const IVec3 blockPixelSize (getBlockPixelSize(fmt));
1109 const IVec3 blockPixelSize = getBlockPixelSize(m_format);

Completed in 93 milliseconds