/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/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 50 DECLARE_VK_PROC(FreeMemory);
|
D | VkTestHelper.cpp | 73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 41 GR_VK_CALL(vkGpu->vkInterface(), FreeMemory(vkGpu->device(), fImageMemory, nullptr)); in ~VkYcbcrSamplerHelper()
|
/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/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/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 111 void FreeMemory(VkDeviceMemory memory) const;
|
D | Device.cpp | 369 void Device::FreeMemory(VkDeviceMemory memory) const in FreeMemory() function in Device
|
D | ComputeTests.cpp | 301 device->FreeMemory(memory); in test()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 210 WSI_CB(FreeMemory);
|
D | wsi_common.c | 148 WSI_GET_CB(FreeMemory); in wsi_device_init() 592 wsi->FreeMemory(chain->device, image->memory, &chain->alloc); in wsi_destroy_image() 594 wsi->FreeMemory(chain->device, image->buffer.memory, &chain->alloc); in wsi_destroy_image()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | FencedDeleter.cpp | 118 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
|
D | VulkanFunctions.cpp | 265 GET_DEVICE_PROC(FreeMemory); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 242 PFN_vkFreeMemory FreeMemory = nullptr; member
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 42 GR_COPY_FUNCTION(FreeMemory); in Make()
|
D | GrVkInterface.cpp | 55 ACQUIRE_PROC(FreeMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.6.rst | 88 - anv/device: Implicitly unmap memory objects in FreeMemory
|
D | 13.0.3.rst | 91 - anv/device: Implicitly unmap memory objects in FreeMemory
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 485 DECLARE_VK_PROC(FreeMemory); 573 ACQUIRE_DEVICE_VK_PROC(FreeMemory); in init()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1140 data->vtable.FreeMemory(data->device, *buffer_memory, NULL); in CreateOrResizeBuffer() 1800 device_data->vtable.FreeMemory(device_data->device, draw->vertex_buffer_mem, NULL); in shutdown_swapchain_data() 1801 device_data->vtable.FreeMemory(device_data->device, draw->index_buffer_mem, NULL); in shutdown_swapchain_data() 1824 device_data->vtable.FreeMemory(device_data->device, data->font_mem, NULL); in shutdown_swapchain_data() 1827 device_data->vtable.FreeMemory(device_data->device, data->upload_font_buffer_mem, NULL); in shutdown_swapchain_data()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 474 VK_CALL(FreeMemory(device, memory, nullptr)); in make_vk_backend_texture()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 301 PFN_vkFreeMemory FreeMemory; member
|