Searched refs:bufferPtr (Results 1 – 8 of 8) sorted by relevance
231 auto bufferPtr = ::arc::mojom::BitstreamBuffer::New(); in decodeOnMojoThread() local232 bufferPtr->bitstream_id = bitstreamId; in decodeOnMojoThread()233 bufferPtr->handle_fd = std::move(wrappedHandle); in decodeOnMojoThread()234 bufferPtr->offset = offset; in decodeOnMojoThread()235 bufferPtr->bytes_used = size; in decodeOnMojoThread()236 mVDAPtr->Decode(std::move(bufferPtr)); in decodeOnMojoThread()
260 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() local267 const deUint32 res = bufferPtr[globalOffset + localOffset]; in iterate()431 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() local438 const deUint32 res = bufferPtr[globalOffset + localOffset]; in iterate()604 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() local611 const deUint32 res = bufferPtr[globalOffset + localOffset]; in iterate()728 deUint32* bufferPtr = static_cast<deUint32*>(stagingBufferAllocation.getHostPtr()); in iterate() local730 *bufferPtr++ = rnd.getUint32(); in iterate()804 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr()); in iterate() local809 const deUint32 res = *(bufferPtr + ndx); in iterate()[all …]
708 deUint32 *bufferPtr = reinterpret_cast<deUint32*>(m_vertexNumBufferAlloc->getHostPtr()); in iterate() local709 deMemset(bufferPtr, 0, (size_t)m_vertexNumBufferSize); in iterate()711 initVertexIds(bufferPtr, (size_t)(m_vertexNumBufferSize / sizeof(deUint32))); in iterate()935 const deUint32* bufferPtr = reinterpret_cast<const deUint32*>(vertexBuffer); in isExpectedValueFromVertexBuffer() local937 return bufferPtr[vertexIndex] == *reinterpret_cast<const deUint32 *>(value); in isExpectedValueFromVertexBuffer()941 const deInt32* bufferPtr = reinterpret_cast<const deInt32*>(vertexBuffer); in isExpectedValueFromVertexBuffer() local943 return bufferPtr[vertexIndex] == *reinterpret_cast<const deInt32 *>(value); in isExpectedValueFromVertexBuffer()947 const float* bufferPtr = reinterpret_cast<const float*>(vertexBuffer); in isExpectedValueFromVertexBuffer() local949 return areEqual(bufferPtr[vertexIndex], *reinterpret_cast<const float *>(value)); in isExpectedValueFromVertexBuffer()953 const deUint32* bufferPtr = reinterpret_cast<const deUint32*>(vertexBuffer); in isExpectedValueFromVertexBuffer() local[all …]
75 #define WRITE_FILE_D(bufferPtr, len, filePtr) \ argument84 dummy[cntr] = (double)bufferPtr[cntr]; \
108 BUF_MEM *bufferPtr; in Base64Encode() local117 BIO_get_mem_ptr(bio, &bufferPtr); in Base64Encode()121 *b64text=(*bufferPtr).data; in Base64Encode()122 (*b64text)[(*bufferPtr).length] = '\0'; in Base64Encode()
316 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr()); in iterate() local319 if (bufferPtr[0] != expectedResult) in iterate()
363 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in executeTest() local366 if (bufferPtr[ndx] != ndx) in executeTest()513 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in checkResult() local519 if (bufferPtr[ndx] != ndx * m_parameters.size()) in checkResult()
989 deUint8 *bufferPtr = (deUint8 *)buffer->getAllocation().getHostPtr(); in iterate() local1014 deUint32 *ptr = (deUint32 *)(bufferPtr + align*d); in iterate()