Searched refs:GetMappedPointer (Results 1 – 18 of 18) sorted by relevance
204 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()
31 uint8_t* GetMappedPointer() const;
54 mMappedPointer = mAllocation.GetMappedPointer(); in Initialize()
34 uint8_t* DeviceMemoryAllocation::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::vulkan::DeviceMemoryAllocation
39 uploadHandle.mappedBuffer = static_cast<uint8_t*>(stagingBuffer->GetMappedPointer()); in AllocateInternal()92 static_cast<uint8_t*>(uploadHandle.stagingBuffer->GetMappedPointer()) + startOffset; in AllocateInternal()
26 void* StagingBufferBase::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::StagingBufferBase
29 void* GetMappedPointer() const;
45 uint8_t* ResourceMemoryAllocation::GetMappedPointer() const { in GetMappedPointer() function in dawn_native::ResourceMemoryAllocation
67 uint8_t* GetMappedPointer() const;
231 ptr = mStagingBuffer->GetMappedPointer(); in MapAtCreation()369 return static_cast<uint8_t*>(mStagingBuffer->GetMappedPointer()) + offset; in GetMappedRange()
172 ASSERT(mStagingBuffer->GetMappedPointer() != nullptr); in MapAtCreation()173 *mappedPointer = reinterpret_cast<uint8_t*>(mStagingBuffer->GetMappedPointer()); in MapAtCreation()
145 static_cast<uint8_t*>(mStagingBuffer->GetMappedPointer()) + startOffset; in SubAllocate()
56 mMappedPointer = mAllocation.GetMappedPointer(); in Initialize()
298 return mMemoryAllocation.GetMappedPointer() != nullptr; in IsCPUWritableAtCreation()327 uint8_t* memory = mMemoryAllocation.GetMappedPointer(); in GetMappedPointerImpl()
256 uint8_t* ptr = reinterpret_cast<uint8_t*>(staging->GetMappedPointer()); in CopyFromStaging()
312 uint8_t* ptr = reinterpret_cast<uint8_t*>(staging->GetMappedPointer()); in CopyFromStaging()