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

  /frameworks/rs/rsov/driver/
rsovAllocation.h 43 char *getHostPtr() const { return mPtr; }
67 char *getHostPtr() const { return mBuffer->getHostPtr(); }
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp 45 * be queried with getHostPtr(). No offset is needed when accessing host
63 void* getHostPtr (void) const { DE_ASSERT(m_hostPtr); return m_hostPtr; }
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 73 void* getHostPtr (void) const { return m_allocation->getHostPtr(); }
138 int* const bufPtr = (int*)buffer->getHostPtr();
573 deMemcpy((deUint8*)alloc->getHostPtr() + ndx*pixelSize, colorValue, pixelSize);
    [all...]

Completed in 101 milliseconds