Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSuballocation.h78 uint8_t *getMappedMemory() const;
149 uint8_t *getMappedMemory() const;
235 ANGLE_INLINE uint8_t *BufferBlock::getMappedMemory() const in getMappedMemory() function
361 ANGLE_INLINE uint8_t *BufferSuballocation::getMappedMemory() const in getMappedMemory() function
363 return mBufferBlock->getMappedMemory() + getOffset(); in getMappedMemory()
405 return mBufferBlock->getMappedMemory(); in getBlockMemory()
DVertexArrayVk.cpp79 uint8_t *dst = dstBufferHelper->getMappedMemory() + dstOffset; in StreamVertexData()
100 uint8_t *dst = dstBufferHelper->getMappedMemory(); in StreamVertexDataWithDivisor()
342 void *ptr = buffer->getMappedMemory(); in convertIndexBufferCPU()
363 memcpy(buffer->getMappedMemory(), sourcePointer, amount); in convertIndexBufferCPU()
376 GLubyte *dst = mStreamedIndexData.getMappedMemory(); in convertIndexBufferCPU()
977 uint8_t *dst = vertexDataBuffer->getMappedMemory(); in updateStreamedAttribs()
1107 uint8_t *ptr = bufferHelper->getMappedMemory(); in updateDefaultAttrib()
DBufferVk.cpp502 *mapPtr = mStagingBuffer.getMappedMemory(); in allocStagingBuffer()
511 *mapPtr = mStagingBuffer.getMappedMemory(); in allocStagingBuffer()
Dvk_helpers.cpp3039 ASSERT(mBuffer->getMappedMemory()); in allocateFromCurrentBuffer()
4432 uint32_t *indices = reinterpret_cast<uint32_t *>(mDynamicIndexBuffer.getMappedMemory()); in getIndexBufferForDrawArrays()
4527 uint8_t *indices = mDynamicIndexBuffer.getMappedMemory(); in streamIndices()
4937 *dataPtr = getMappedMemory() + (*offset) - getOffset(); in allocateForCopyImage()
4999 uint8_t *mapPointer = mSuballocation.getMappedMemory(); in initializeNonZeroMemory()
5122 *ptrOut = mSuballocation.getMappedMemory(); in map()
5251 void *buffer = static_cast<void *>(getMappedMemory()); in fillWithColor()
Dvk_helpers.h797 uint8_t *getMappedMemory() const in getMappedMemory() function
800 return mSuballocation.getMappedMemory(); in getMappedMemory()
DProgramExecutableVk.cpp1768 uint8_t *bufferData = defaultUniformBuffer->getMappedMemory(); in updateUniforms()
DSurfaceVk.cpp276 *bufferPtrOut = lockBufferHelper.getMappedMemory(); in LockSurfaceImpl()