Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2840 size_t numBlocksGenerated = 0; in generateRandomBlocks() local
2845 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomBlocks()
2847 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomBlocks()
2857 size_t numBlocksGenerated = 0; in generateRandomValidBlocks() local
2862 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomValidBlocks()
2864 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomValidBlocks()