Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp1800 const int numBlocksPerImage = numXBlocksPerImage * numYBlocksPerImage; in iterate() local
1804 const int curNumNonDummyBlocks = de::min(numBlocksPerImage, numBlocksRemaining); in iterate()
1805 const int curNumDummyBlocks = numBlocksPerImage - curNumNonDummyBlocks; in iterate()
1819 DE_ASSERT(compressed.getDataSize() == numBlocksPerImage*ASTC_BLOCK_SIZE_BYTES); in iterate()