Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp422 const int numBlocksPerImage = numXBlocksPerImage * numYBlocksPerImage; in iterate() local
426 const int curNumNonDummyBlocks = de::min(numBlocksPerImage, numBlocksRemaining); in iterate()
427 const int curNumDummyBlocks = numBlocksPerImage - curNumNonDummyBlocks; in iterate()
441 DE_ASSERT(compressed.getDataSize() == numBlocksPerImage*tcu::astc::BLOCK_SIZE_BYTES); in iterate()