Searched refs:GetMemory (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | ResourceMemoryAllocatorVk.cpp | 100 mDevice->GetFencedDeleter()->DeleteWhenUnused(ToBackend(allocation.get())->GetMemory()); 169 ToBackend(resourceHeap.get())->GetMemory(), 0, in Allocate() 195 mDevice->GetFencedDeleter()->DeleteWhenUnused(heap->GetMemory()); in Deallocate()
|
H A D | ResourceHeapVk.cpp | 23 VkDeviceMemory ResourceHeap::GetMemory() const { in GetMemory() function in dawn_native::vulkan::ResourceHeap
|
H A D | ResourceHeapVk.h | 29 VkDeviceMemory GetMemory() const;
|
H A D | StagingBufferVk.cpp | 52 ToBackend(mAllocation.GetResourceHeap())->GetMemory(), in Initialize()
|
H A D | BufferVk.cpp | 211 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in Initialize()
|
H A D | TextureVk.cpp | 677 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in InitializeAsInternalTexture()
|
/third_party/node/deps/v8/src/base/ |
H A D | page-allocator.cc | 66 void* GetMemory() const override { return ptr_; } 78 void* GetMemory() const override { return ptr_; }
|
/third_party/node/deps/v8/src/base/sanitizer/ |
H A D | lsan-page-allocator.cc | 42 __lsan_register_root_region(result->GetMemory(), size); in AllocateSharedPages()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
H A D | ArrayBufferWriter.cs | 162 public Memory<T> GetMemory(int sizeHint = 0) in GetMemory() method in Google.Protobuf.Buffers.ArrayBufferWriter
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 519 virtual void* GetMemory() const = 0; 532 virtual void* GetMemory() const = 0;
|
/third_party/node/deps/v8/include/ |
H A D | v8-platform.h | 460 virtual void* GetMemory() const = 0; 473 virtual void* GetMemory() const = 0;
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.cc | 232 void* ptr = shared_memory->GetMemory(); in Initialize()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 6070 VkDeviceMemory GetMemory() const; 8536 VkDeviceMemory VmaAllocation_T::GetMemory() const in GetMemory() function in VmaAllocator_T::VmaAllocation_T 16347 VkDeviceMemory hMemory = currAlloc->GetMemory(); 17016 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); 17055 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); 17441 res = BindVulkanBuffer(hAllocation->GetMemory(), allocationLocalOffset, hBuffer, pNext); 17466 res = BindVulkanImage(hAllocation->GetMemory(), allocationLocalOffset, hImage, pNext); 17561 VkDeviceMemory hMemory = allocation->GetMemory(); 17639 outRange.memory = allocation->GetMemory();
|
Completed in 32 milliseconds