/third_party/skia/src/sksl/ |
D | SkSLPool.h | 48 static void FreeMemory(void* ptr); 68 Pool::FreeMemory(ptr); in delete()
|
D | SkSLPool.cpp | 78 void Pool::FreeMemory(void* ptr) { in FreeMemory() function in SkSL::Pool
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
D | memory_manager_actor.cc | 113 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()
|
D | copy_actor.cc | 76 Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &input_device_tensor_, in SendMemoryFreeReq() 78 Async(memory_manager_aid_, &MemoryManagerActor::FreeMemory, &output_device_tensor_, in SendMemoryFreeReq()
|
D | kernel_actor.cc | 170 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()
|
D | memory_manager_actor.h | 55 void FreeMemory(const std::vector<DeviceTensor *> *free_list, const DeviceContext *device_context,
|
D | data_source_actor.cc | 145 …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/ |
D | VkTestHelper.h | 50 DECLARE_VK_PROC(FreeMemory);
|
D | VkTestHelper.cpp | 73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ResourceAllocatorManagerD3D12.h | 75 void FreeMemory(ResourceHeapAllocation& allocation);
|
D | ResourceAllocatorManagerD3D12.cpp | 226 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/ |
D | GrVkMemory.cpp | 82 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/ |
D | vk_mem_alloc_wrapper.h | 37 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
|
D | vk_mem_alloc_wrapper.cpp | 98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() function
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/ |
D | cpu_device_context.h | 41 void FreeMemory(DeviceAddress *const &address) const override;
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/ |
D | device_context.h | 60 virtual void FreeMemory(DeviceAddress *const &address) const = 0;
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/ |
D | gpu_device_context.h | 43 void FreeMemory(DeviceAddress *const &address) const override;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 111 void FreeMemory(VkDeviceMemory memory) const;
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_proc_table.h | 96 DEFINE_PROC(FreeMemory);
|
D | vulkan_proc_table.cc | 124 ACQUIRE_PROC(FreeMemory, handle); in SetupDeviceProcAddresses()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 194 WSI_CB(FreeMemory);
|
D | wsi_common.c | 95 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/ |
D | VkYcbcrSamplerTest.cpp | 73 DECLARE_VK_PROC(FreeMemory); 164 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | FencedDeleter.cpp | 113 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
|
D | VulkanFunctions.cpp | 183 GET_DEVICE_PROC(FreeMemory); in LoadDeviceProcs()
|