Home
last modified time | relevance | path

Searched refs:FreeMemory (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/src/sksl/
H A DSkSLPool.h48 static void FreeMemory(void* ptr);
68 Pool::FreeMemory(ptr); in operator delete()
H A DSkSLPool.cpp78 void Pool::FreeMemory(void* ptr) { in FreeMemory() function in SkSL::Pool
/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h50 DECLARE_VK_PROC(FreeMemory);
H A DVkTestHelper.cpp73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
H A DVkYcbcrSamplerHelper.cpp41 GR_VK_CALL(vkGpu->vkInterface(), FreeMemory(vkGpu->device(), fImageMemory, nullptr)); in ~VkYcbcrSamplerHelper()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.h37 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation);
H A Dvk_mem_alloc_wrapper.cpp98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResourceAllocatorManagerD3D12.h75 void FreeMemory(ResourceHeapAllocation& allocation);
H A DResourceAllocatorManagerD3D12.cpp226 FreeMemory(allocation); in Tick()
260 void ResourceAllocatorManager::FreeMemory(ResourceHeapAllocation& allocation) { in FreeMemory() function in dawn_native::d3d12::ResourceAllocatorManager
/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp133 VK_CALL(gpu, FreeMemory(device, memory, nullptr));
151 VK_CALL(gpu, FreeMemory(gpu->device(), alloc.fMemory, nullptr));
H A DGrVkAMDMemoryAllocator.cpp57 GR_COPY_FUNCTION(FreeMemory); in Make()
H A DGrVkInterface.cpp55 ACQUIRE_PROC(FreeMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp110 // FreeMemory frees the VkDeviceMemory.
111 void FreeMemory(VkDeviceMemory memory) const;
H A DDevice.cpp369 void Device::FreeMemory(VkDeviceMemory memory) const in FreeMemory() function in Device
H A DComputeTests.cpp301 device->FreeMemory(memory); in test()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h109 MACRO(1, 1, FF_VK_EXT_NO_FLAG, FreeMemory) \
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h210 WSI_CB(FreeMemory);
H A 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/
H A DFencedDeleter.cpp118 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
H A DVulkanFunctions.h242 PFN_vkFreeMemory FreeMemory = nullptr; member
H A DVulkanFunctions.cpp265 GET_DEVICE_PROC(FreeMemory); in LoadDeviceProcs()
H A DDeviceVk.cpp834 fn.FreeMemory(GetVkDevice(), allocation, nullptr); in CreateTextureWrappingVulkanImage()
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp474 VK_CALL(FreeMemory(device, memory, nullptr)); in make_vk_backend_texture()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp485 DECLARE_VK_PROC(FreeMemory);
573 ACQUIRE_DEVICE_VK_PROC(FreeMemory); in init()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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()

Completed in 23 milliseconds

12