Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2854 size_t numBlocksGenerated = 0; in generateRandomBlocks() local
2859 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomBlocks()
2861 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomBlocks()
2871 size_t numBlocksGenerated = 0; in generateRandomValidBlocks() local
2876 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomValidBlocks()
2878 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomValidBlocks()