Home
last modified time | relevance | path

Searched refs:FreeMemory (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/src/sksl/
DSkSLPool.h48 static void FreeMemory(void* ptr);
68 Pool::FreeMemory(ptr); in delete()
DSkSLPool.cpp78 void Pool::FreeMemory(void* ptr) { in FreeMemory() function in SkSL::Pool
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dmemory_manager_actor.cc113 void MemoryManagerActor::FreeMemory(const std::vector<DeviceTensor *> *free_list, const DeviceConte… in FreeMemory() function in mindspore::runtime::MemoryManagerActor
127 device_context->FreeMemory(device_tensor); in FreeMemory()
158 device_context->FreeMemory(device_tensor); in FreeBatchMemory()
Dcopy_actor.cc76 Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &input_device_tensor_, in SendMemoryFreeReq()
78 Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &output_device_tensor_, in SendMemoryFreeReq()
Dkernel_actor.cc170 void FreeMemory(const std::vector<DeviceTensor *> &free_list, const DeviceContext *device_context) { in FreeMemory() function
182 device_context->FreeMemory(device_tensor); in FreeMemory()
202 …Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &memory_free_list_, device_contexts_[0… in SendMemoryFreeReq()
204 FreeMemory(memory_free_list_, device_contexts_[0]); in SendMemoryFreeReq()
Dmemory_manager_actor.h55 void FreeMemory(const std::vector<DeviceTensor *> *free_list, const DeviceContext *device_context,
Ddata_source_actor.cc145 …Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &device_tensors, device_contexts_[0], … in SendMemoryFreeReq()
247 …Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &device_tensors, device_contexts_[0], … in SendMemoryFreeReq()
/third_party/skia/tools/gpu/vk/
DVkTestHelper.h50 DECLARE_VK_PROC(FreeMemory);
DVkTestHelper.cpp73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.h75 void FreeMemory(ResourceHeapAllocation& allocation);
DResourceAllocatorManagerD3D12.cpp226 FreeMemory(allocation); in Tick()
253 void ResourceAllocatorManager::FreeMemory(ResourceHeapAllocation& allocation) { in FreeMemory() function in dawn_native::d3d12::ResourceAllocatorManager
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp82 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeBufferMemory()
131 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeImageMemory()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h37 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() function
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.h41 void FreeMemory(DeviceAddress *const &address) const override;
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h60 virtual void FreeMemory(DeviceAddress *const &address) const = 0;
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.h43 void FreeMemory(DeviceAddress *const &address) const override;
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp111 void FreeMemory(VkDeviceMemory memory) const;
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h96 DEFINE_PROC(FreeMemory);
Dvulkan_proc_table.cc124 ACQUIRE_PROC(FreeMemory, handle); in SetupDeviceProcAddresses()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h194 WSI_CB(FreeMemory);
Dwsi_common.c95 WSI_GET_CB(FreeMemory); in wsi_device_init()
336 wsi->FreeMemory(chain->device, image->memory, &chain->alloc); in wsi_destroy_image()
338 wsi->FreeMemory(chain->device, image->prime.memory, &chain->alloc); in wsi_destroy_image()
/third_party/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp73 DECLARE_VK_PROC(FreeMemory);
164 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp113 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
DVulkanFunctions.cpp183 GET_DEVICE_PROC(FreeMemory); in LoadDeviceProcs()

123