Searched refs:GetMemory (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ResourceMemoryAllocatorVk.cpp | 100 mDevice->GetFencedDeleter()->DeleteWhenUnused(ToBackend(allocation.get())->GetMemory()); in DeallocateResourceHeap() 169 ToBackend(resourceHeap.get())->GetMemory(), 0, in Allocate() 195 mDevice->GetFencedDeleter()->DeleteWhenUnused(heap->GetMemory()); in Deallocate()
|
D | ResourceHeapVk.cpp | 23 VkDeviceMemory ResourceHeap::GetMemory() const { in GetMemory() function in dawn_native::vulkan::ResourceHeap
|
D | ResourceHeapVk.h | 29 VkDeviceMemory GetMemory() const;
|
D | StagingBufferVk.cpp | 52 ToBackend(mAllocation.GetResourceHeap())->GetMemory(), in Initialize()
|
D | BufferVk.cpp | 211 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in Initialize()
|
D | TextureVk.cpp | 677 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in InitializeAsInternalTexture()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | MemoryAllocator.h | 29 VkDeviceMemory GetMemory() const;
|
D | StagingBufferVk.cpp | 49 if (mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, mAllocation.GetMemory(), in Initialize()
|
D | MemoryAllocator.cpp | 26 VkDeviceMemory DeviceMemoryAllocation::GetMemory() const { in GetMemory() function in dawn_native::vulkan::DeviceMemoryAllocation
|
D | TextureVk.cpp | 428 mMemoryAllocation.GetMemory(), in Texture() 476 if (mMemoryAllocation.GetMemory() != VK_NULL_HANDLE) { in DestroyImpl()
|
D | BufferVk.cpp | 144 mMemoryAllocation.GetMemory(), in Buffer()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
D | ArrayBufferWriter.cs | 162 public Memory<T> GetMemory(int sizeHint = 0) in GetMemory() method in Google.Protobuf.Buffers.ArrayBufferWriter
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6020 VkDeviceMemory GetMemory() const; 8436 VkDeviceMemory VmaAllocation_T::GetMemory() const in GetMemory() function 16128 VkDeviceMemory hMemory = currAlloc->GetMemory(); in AllocateDedicatedMemory() 16667 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); in GetAllocationInfo() 16706 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); in GetAllocationInfo() 17092 res = BindVulkanBuffer(hAllocation->GetMemory(), allocationLocalOffset, hBuffer, pNext); in BindBufferMemory() 17117 res = BindVulkanImage(hAllocation->GetMemory(), allocationLocalOffset, hImage, pNext); in BindImageMemory() 17212 VkDeviceMemory hMemory = allocation->GetMemory(); in FreeDedicatedMemory() 17290 outRange.memory = allocation->GetMemory(); in GetFlushOrInvalidateRange()
|