Home
last modified time | relevance | path

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

12

/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/skia/tools/gpu/vk/
DVkTestHelper.h50 DECLARE_VK_PROC(FreeMemory);
DVkTestHelper.cpp73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
DVkYcbcrSamplerHelper.cpp41 GR_VK_CALL(vkGpu->vkInterface(), FreeMemory(vkGpu->device(), fImageMemory, nullptr)); in ~VkYcbcrSamplerHelper()
/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/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/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp111 void FreeMemory(VkDeviceMemory memory) const;
DDevice.cpp369 void Device::FreeMemory(VkDeviceMemory memory) const in FreeMemory() function in Device
DComputeTests.cpp301 device->FreeMemory(memory); in test()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h210 WSI_CB(FreeMemory);
Dwsi_common.c148 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/
DFencedDeleter.cpp118 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
DVulkanFunctions.cpp265 GET_DEVICE_PROC(FreeMemory); in LoadDeviceProcs()
DVulkanFunctions.h242 PFN_vkFreeMemory FreeMemory = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp42 GR_COPY_FUNCTION(FreeMemory); in Make()
DGrVkInterface.cpp55 ACQUIRE_PROC(FreeMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/docs/relnotes/
D12.0.6.rst88 - anv/device: Implicitly unmap memory objects in FreeMemory
D13.0.3.rst91 - anv/device: Implicitly unmap memory objects in FreeMemory
/third_party/skia/tests/
DVkHardwareBufferTest.cpp485 DECLARE_VK_PROC(FreeMemory);
573 ACQUIRE_DEVICE_VK_PROC(FreeMemory); in init()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1140 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/
DGrAHardwareBufferUtils.cpp474 VK_CALL(FreeMemory(device, memory, nullptr)); in make_vk_backend_texture()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h301 PFN_vkFreeMemory FreeMemory; member

12