HomeSort by relevance Sort by last modified time
    Searched defs:bufferPtr (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 255 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
262 const deUint32 res = bufferPtr[globalOffset + localOffset];
426 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
433 const deUint32 res = bufferPtr[globalOffset + localOffset];
599 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
606 const deUint32 res = bufferPtr[globalOffset + localOffset];
723 deUint32* bufferPtr = static_cast<deUint32*>(stagingBufferAllocation.getHostPtr());
725 *bufferPtr++ = rnd.getUint32();
814 const deUint32* bufferPtr = static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
819 const deUint32 res = *(bufferPtr + ndx)
    [all...]
  /external/expat/lib/
xmlparse.c 623 #define bufferPtr (parser->m_bufferPtr)
873 bufferPtr = buffer;
    [all...]

Completed in 833 milliseconds