Lines Matching full:bufferptr
258 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
265 const deUint32 res = bufferPtr[globalOffset + localOffset];
429 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
436 const deUint32 res = bufferPtr[globalOffset + localOffset];
602 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
609 const deUint32 res = bufferPtr[globalOffset + localOffset];
726 deUint32* bufferPtr = static_cast<deUint32*>(stagingBufferAllocation.getHostPtr());
728 *bufferPtr++ = rnd.getUint32();
817 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
822 bufferPtr + ndx);
936 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr());
938 *bufferPtr++ = rnd.getUint32();
1027 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
1032 const deUint32 res = *(bufferPtr + ndx);
1223 tcu::UVec4* bufferPtr = static_cast<tcu::UVec4*>(inputBufferAllocation.getHostPtr());
1225 bufferPtr[i].x() = rnd.getUint32();
1292 const tcu::UVec4* bufferPtr = static_cast<tcu::UVec4*>(outputBufferAllocation.getHostPtr());
1297 const deUint32 res = bufferPtr[ndx].x();
1422 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
1424 inputData[i] = *bufferPtr++ = rnd.getUint32();
1483 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
1487 const deUint32 res = bufferPtr[ndx];
1905 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
1906 const deUint32 res = *bufferPtr;
2026 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr());
2028 *bufferPtr++ = rnd.getUint32();
2118 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
2123 const deUint32 res = bufferPtr[pixelNdx];
2341 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
2342 const deUint32 res = *bufferPtr;
2616 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2617 uniformInputData[0] = *bufferPtr++ = m_workSize.x();
2618 uniformInputData[1] = *bufferPtr++ = m_workSize.y();
2619 uniformInputData[2] = *bufferPtr++ = m_workSize.z();
2626 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2628 inputData[i] = *bufferPtr++ = rnd.getUint32();
2715 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2719 const deUint32 res = bufferPtr[ndx];
2894 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2896 uniformInputData[i] = *bufferPtr++ = rnd.getUint32() / 10; // divide to prevent overflow in addition
2940 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2941 constantValPerLoop = *bufferPtr = rnd.getUint32() / 10; // divide to prevent overflow in addition
2986 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
2990 const deUint32 res = bufferPtr[ndx];