Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2866 size_t numBlocksGenerated = 0; in generateRandomBlocks() local
2871 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomBlocks()
2873 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomBlocks()
2883 size_t numBlocksGenerated = 0; in generateRandomValidBlocks() local
2888 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomValidBlocks()
2890 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomValidBlocks()