Home
last modified time | relevance | path

Searched refs:getBlockPixelSize (Results 1 – 13 of 13) 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/framework/common/
DtcuCompressedTexture.hpp81 IVec3 getBlockPixelSize (CompressedTexFormat format);
DtcuCompressedTexture.cpp70 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize() function
253 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB) in getAstcFormatByBlockSize()
1051 const IVec3 blockPixelSize (getBlockPixelSize(fmt)); in decompress()
1109 const IVec3 blockPixelSize = getBlockPixelSize(m_format); in setStorage()
DtcuAstcUtil.cpp2417 const IVec3 blockSize = getBlockPixelSize(format); in generateBlockCaseTestData()
2852 const IVec3 blockSize = getBlockPixelSize(format); in generateRandomBlocks()
2869 const IVec3 blockSize = getBlockPixelSize(format); in generateRandomValidBlocks()
2923 const tcu::IVec3 blockPixelSize = getBlockPixelSize(format); in isValidBlock()
2947 const tcu::IVec3 blockPixelSize = getBlockPixelSize(format); in decompress()
/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/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp2018 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2068 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2119 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2190 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2242 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2318 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2377 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2437 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
2496 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format); in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp914 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(tcuFormat); in getCompressedImageDataSize()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp690 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()