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/
H A DResourceMemoryAllocatorVk.cpp100 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 DResourceHeapVk.cpp23 VkDeviceMemory ResourceHeap::GetMemory() const { in GetMemory() function in dawn_native::vulkan::ResourceHeap
H A DResourceHeapVk.h29 VkDeviceMemory GetMemory() const;
H A DStagingBufferVk.cpp52 ToBackend(mAllocation.GetResourceHeap())->GetMemory(), in Initialize()
H A DBufferVk.cpp211 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in Initialize()
H A DTextureVk.cpp677 ToBackend(mMemoryAllocation.GetResourceHeap())->GetMemory(), in InitializeAsInternalTexture()
/third_party/node/deps/v8/src/base/
H A Dpage-allocator.cc66 void* GetMemory() const override { return ptr_; }
78 void* GetMemory() const override { return ptr_; }
/third_party/node/deps/v8/src/base/sanitizer/
H A Dlsan-page-allocator.cc42 __lsan_register_root_region(result->GetMemory(), size); in AllocateSharedPages()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
H A DArrayBufferWriter.cs162 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 Dv8-platform.h519 virtual void* GetMemory() const = 0;
532 virtual void* GetMemory() const = 0;
/third_party/node/deps/v8/include/
H A Dv8-platform.h460 virtual void* GetMemory() const = 0;
473 virtual void* GetMemory() const = 0;
/third_party/node/deps/v8/src/heap/
H A Dread-only-spaces.cc232 void* ptr = shared_memory->GetMemory(); in Initialize()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h6070 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