Searched refs:bufNumBytes (Results 1 – 1 of 1) sorted by relevance
4389 const deUint32 bufNumBytes = static_cast<deUint32>(inputBufferBytes.size()); in runAndVerifyDefaultPipeline() local4392 DE_ASSERT(bufNumBytes == 4 * typNumBytes); in runAndVerifyDefaultPipeline()4401 data.reserve(3 * bufNumBytes); in runAndVerifyDefaultPipeline()4403 for (deUint32 offset = 0; offset < bufNumBytes; offset += typNumBytes) in runAndVerifyDefaultPipeline()