Lines Matching refs:bufferPtr
282 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
289 const deUint32 res = bufferPtr[globalOffset + localOffset];
464 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
471 const deUint32 res = bufferPtr[globalOffset + localOffset];
649 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
656 const deUint32 res = bufferPtr[globalOffset + localOffset];
784 deUint32* bufferPtr = static_cast<deUint32*>(stagingBufferAllocation.getHostPtr());
786 *bufferPtr++ = rnd.getUint32();
860 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
865 const deUint32 res = *(bufferPtr + ndx);
983 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr());
985 *bufferPtr++ = rnd.getUint32();
1059 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
1064 const deUint32 res = *(bufferPtr + ndx);
1267 tcu::UVec4* bufferPtr = static_cast<tcu::UVec4*>(inputBufferAllocation.getHostPtr());
1269 bufferPtr[i].x() = rnd.getUint32();
1336 const tcu::UVec4* bufferPtr = static_cast<tcu::UVec4*>(outputBufferAllocation.getHostPtr());
1341 const deUint32 res = bufferPtr[ndx].x();
1477 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
1479 inputData[i] = *bufferPtr++ = rnd.getUint32();
1538 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
1542 const deUint32 res = bufferPtr[ndx];
1984 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
1985 const deUint32 res = *bufferPtr;
2116 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr());
2118 *bufferPtr++ = rnd.getUint32();
2197 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
2202 const deUint32 res = bufferPtr[pixelNdx];
2431 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
2432 const deUint32 res = *bufferPtr;
2782 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2783 uniformInputData[0] = *bufferPtr++ = m_workSize.x();
2784 uniformInputData[1] = *bufferPtr++ = m_workSize.y();
2785 uniformInputData[2] = *bufferPtr++ = m_workSize.z();
2792 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2794 inputData[i] = *bufferPtr++ = rnd.getUint32();
2895 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2899 const deUint32 res = bufferPtr[ndx];
3084 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
3086 uniformInputData[i] = *bufferPtr++ = rnd.getUint32() / 10; // divide to prevent overflow in addition
3130 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
3131 constantValPerLoop = *bufferPtr = rnd.getUint32() / 10; // divide to prevent overflow in addition
3177 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
3181 const deUint32 res = bufferPtr[ndx];