Searched refs:typNumBytes (Results 1 – 1 of 1) sorted by relevance
4392 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline() local4396 DE_ASSERT(bufNumBytes == 4 * typNumBytes); in runAndVerifyDefaultPipeline()4407 for (deUint32 offset = 0; offset < bufNumBytes; offset += typNumBytes) in runAndVerifyDefaultPipeline()4409 for (deUint32 byteNdx = 0; byteNdx < typNumBytes; ++byteNdx) in runAndVerifyDefaultPipeline()