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