Lines Matching refs:tcuFormat
509 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format);
510 const IVec3 blockPixels = getBlockPixelSize(tcuFormat);
512 const size_t blockBytes = getBlockSize(tcuFormat);
521 const size_t blockBytes = getBlockSize(tcuFormat) * cubeSize; // We have a x * y grid of blocks
2690 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format);
2691 const IVec3 blockPixels = getBlockPixelSize(tcuFormat);
2692 const size_t blockBytes = getBlockSize(tcuFormat);
3003 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format);
3004 const IVec3 blockPixels = getBlockPixelSize(tcuFormat);
3146 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format);
3147 const IVec3 blockPixels = getBlockPixelSize(tcuFormat);