Searched refs:numBlocksGenerated (Results 1 – 1 of 1) sorted by relevance
2840 size_t numBlocksGenerated = 0; in generateRandomBlocks() local2845 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() local2862 for (numBlocksGenerated = 0; numBlocksGenerated < numBlocks; numBlocksGenerated++) in generateRandomValidBlocks()2864 deUint8* const curBlockPtr = dst + numBlocksGenerated*BLOCK_SIZE_BYTES; in generateRandomValidBlocks()