Home
last modified time | relevance | path

Searched refs:refBufferPtr (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp815 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr()); in iterate() local
820 const deUint32 ref = *(refBufferPtr + ndx); in iterate()
1025 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr()); in iterate() local
1030 const deUint32 ref = *(refBufferPtr + ndx); in iterate()
1290 …const tcu::UVec4* refBufferPtr = static_cast<tcu::UVec4*>(inputBuffer.getAllocation().getHostPtr()… in iterate() local
1295 const deUint32 ref = ~refBufferPtr[ndx].x(); in iterate()
2116 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr()); in iterate() local
2124 ref += refBufferPtr[pixelNdx * m_localSize + offs]; in iterate()