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