Searched refs:refBufferPtr (Results 1 – 1 of 1) sorted by relevance
815 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr()); in iterate() local820 const deUint32 ref = *(refBufferPtr + ndx); in iterate()1025 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr()); in iterate() local1030 const deUint32 ref = *(refBufferPtr + ndx); in iterate()1290 …const tcu::UVec4* refBufferPtr = static_cast<tcu::UVec4*>(inputBuffer.getAllocation().getHostPtr()… in iterate() local1295 const deUint32 ref = ~refBufferPtr[ndx].x(); in iterate()2116 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr()); in iterate() local2124 ref += refBufferPtr[pixelNdx * m_localSize + offs]; in iterate()