Home
last modified time | relevance | path

Searched refs:getBlockPixelSize (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/internal/
DditAstcTests.cpp56 const IVec3 blockSize = getBlockPixelSize(format); in getASTCFormatShortName()
70 const IVec3 blockPixelSize = getBlockPixelSize(format); in testDecompress()
149 const IVec3 blockPixelSize = getBlockPixelSize(m_format); in iterate()
/external/deqp/modules/gles3/functional/
Des3fCompressedTextureTests.cpp49 const IVec3 blockSize = tcu::getBlockPixelSize(format); in getASTCFormatShortName()
Des3fASTCDecompressionCases.cpp276 , m_blockSize (tcu::getBlockPixelSize(format).xy()) in ASTCRenderer2D()
283 DE_ASSERT(tcu::getBlockPixelSize(format).z() == 1); in ASTCRenderer2D()
Des3fNegativeTextureApiTests.cpp48 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()
Des3fTextureWrapTests.cpp531 const tcu::IVec3 blockSize = tcu::getBlockPixelSize(format); in init()
/external/deqp/framework/common/
DtcuCompressedTexture.hpp98 IVec3 getBlockPixelSize (CompressedTexFormat format);
DtcuCompressedTexture.cpp96 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize() function
354 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB) in getAstcFormatByBlockSize()
2501 const IVec3 blockPixelSize (getBlockPixelSize(fmt)); in decompress()
2559 const IVec3 blockPixelSize = getBlockPixelSize(m_format); in setStorage()
DtcuAstcUtil.cpp2429 const IVec3 blockSize = getBlockPixelSize(format); in generateBlockCaseTestData()
2864 const IVec3 blockSize = getBlockPixelSize(format); in generateRandomBlocks()
2881 const IVec3 blockSize = getBlockPixelSize(format); in generateRandomValidBlocks()
2935 const tcu::IVec3 blockPixelSize = getBlockPixelSize(format); in isValidBlock()
2959 const tcu::IVec3 blockPixelSize = getBlockPixelSize(format); in decompress()
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp2022 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2072 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2123 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2194 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2246 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2322 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2381 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2441 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2500 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1073 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(tcuFormat); in getCompressedImageDataSize()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp663 tcu::IVec3 blockPixelSize = getBlockPixelSize(level.getFormat()); in getBufferCopyRegions()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp180 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in generateDummyCompressedData()
1405 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(compressedFormat); in TextureBorderClampFormatCase()
Des31fCopyImageTests.cpp625 return tcu::getBlockPixelSize(glu::mapGLCompressedTexFormat(format)); in getTexelBlockPixelSize()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp187 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in calculateDataSize()