Home
last modified time | relevance | path

Searched refs:GetMemory (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp100 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()
DResourceHeapVk.cpp23 VkDeviceMemory ResourceHeap::GetMemory() const { in GetMemory() function in dawn_native::vulkan::ResourceHeap
DResourceHeapVk.h29 VkDeviceMemory GetMemory() const;
DStagingBufferVk.cpp52 ToBackend(mAllocation.GetResourceHeap())->GetMemory(), in Initialize()
DBufferVk.cpp211 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in Initialize()
DTextureVk.cpp677 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in InitializeAsInternalTexture()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DMemoryAllocator.h29 VkDeviceMemory GetMemory() const;
DStagingBufferVk.cpp49 if (mDevice->fn.BindBufferMemory(mDevice->GetVkDevice(), mBuffer, mAllocation.GetMemory(), in Initialize()
DMemoryAllocator.cpp26 VkDeviceMemory DeviceMemoryAllocation::GetMemory() const { in GetMemory() function in dawn_native::vulkan::DeviceMemoryAllocation
DTextureVk.cpp428 mMemoryAllocation.GetMemory(), in Texture()
476 if (mMemoryAllocation.GetMemory() != VK_NULL_HANDLE) { in DestroyImpl()
DBufferVk.cpp144 mMemoryAllocation.GetMemory(), in Buffer()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs162 public Memory<T> GetMemory(int sizeHint = 0) in GetMemory() method in Google.Protobuf.Buffers.ArrayBufferWriter
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6020 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()