Searched defs:getHostPtr (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp45 * be queried with getHostPtr(). No offset is needed when accessing host
63 void* getHostPtr (void) const { DE_ASSERT(m_hostPtr); return m_hostPtr; } function in class:vk::Allocation
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp65 void* getHostPtr (void) const { return m_allocation->getHostPtr(); } function in class:vkt::shaderexecutor::__anon4470::Buffer
390 BufferInterface* ptr = (BufferInterface*)buffer.getHostPtr();
H A DvktOpaqueTypeIndexingTests.cpp73 void* getHostPtr (void) const { return m_allocation->getHostPtr(); } function in class:vkt::shaderexecutor::__anon4475::Buffer
138 int* const bufPtr = (int*)buffer->getHostPtr();
573 deMemcpy((deUint8*)alloc->getHostPtr() + ndx*pixelSize, colorValue, pixelSize);
1289 *(deUint32*)buffers[bufferNdx]->getHostPtr() = m_inValues[bufferNdx];
1655 deMemset(atomicOpBuffer.getHostPtr(), 0, sizeof(deUint32)*numCounters);
1795 const void* mapPtr = atomicOpBuffer.getHostPtr();

Completed in 346 milliseconds