Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp204 return mMemoryAllocation.GetMappedPointer() != nullptr; in IsMapWritable()
208 *mappedPointer = mMemoryAllocation.GetMappedPointer(); in MapAtCreationImpl()
218 uint8_t* memory = mMemoryAllocation.GetMappedPointer(); in MapReadAsyncImpl()
231 uint8_t* memory = mMemoryAllocation.GetMappedPointer(); in MapWriteAsyncImpl()
DMemoryAllocator.h31 uint8_t* GetMappedPointer() const;
DStagingBufferVk.cpp54 mMappedPointer = mAllocation.GetMappedPointer(); in Initialize()
DMemoryAllocator.cpp34 uint8_t* DeviceMemoryAllocation::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::vulkan::DeviceMemoryAllocation
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDynamicUploader.cpp39 uploadHandle.mappedBuffer = static_cast<uint8_t*>(stagingBuffer->GetMappedPointer()); in AllocateInternal()
92 static_cast<uint8_t*>(uploadHandle.stagingBuffer->GetMappedPointer()) + startOffset; in AllocateInternal()
DStagingBuffer.cpp26 void* StagingBufferBase::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::StagingBufferBase
DStagingBuffer.h29 void* GetMappedPointer() const;
DResourceMemoryAllocation.cpp45 uint8_t* ResourceMemoryAllocation::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::ResourceMemoryAllocation
DResourceMemoryAllocation.h67 uint8_t* GetMappedPointer() const;
DBuffer.cpp231 ptr = mStagingBuffer->GetMappedPointer(); in MapAtCreation()
369 return static_cast<uint8_t*>(mStagingBuffer->GetMappedPointer()) + offset; in GetMappedRange()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DStagingBuffer.cpp26 void* StagingBufferBase::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::StagingBufferBase
DStagingBuffer.h29 void* GetMappedPointer() const;
DBuffer.cpp172 ASSERT(mStagingBuffer->GetMappedPointer() != nullptr); in MapAtCreation()
173 *mappedPointer = reinterpret_cast<uint8_t*>(mStagingBuffer->GetMappedPointer()); in MapAtCreation()
DRingBuffer.cpp145 static_cast<uint8_t*>(mStagingBuffer->GetMappedPointer()) + startOffset; in SubAllocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DStagingBufferVk.cpp56 mMappedPointer = mAllocation.GetMappedPointer(); in Initialize()
DBufferVk.cpp298 return mMemoryAllocation.GetMappedPointer() != nullptr; in IsCPUWritableAtCreation()
327 uint8_t* memory = mMemoryAllocation.GetMappedPointer(); in GetMappedPointerImpl()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp256 uint8_t* ptr = reinterpret_cast<uint8_t*>(staging->GetMappedPointer()); in CopyFromStaging()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp312 uint8_t* ptr = reinterpret_cast<uint8_t*>(staging->GetMappedPointer()); in CopyFromStaging()