Searched refs:getBlockPixelSize (Results 1 – 8 of 8) sorted by relevance
81 IVec3 getBlockPixelSize (CompressedTexFormat format);
81 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize() function264 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()
49 const IVec3 blockSize = tcu::getBlockPixelSize(format); in getASTCFormatShortName()
48 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()
530 const tcu::IVec3 blockSize = tcu::getBlockPixelSize(format); in init()
960 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()
180 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in generateDummyCompressedData()1400 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(compressedFormat); in TextureBorderClampFormatCase()
343 return tcu::getBlockPixelSize(glu::mapGLCompressedTexFormat(format)); in getTexelBlockPixelSize()