Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_image.c115 vk_free2(&device->vk.alloc, pAllocator, image); in lvp_DestroyImage()
159 vk_free2(&device->vk.alloc, pAllocator, iview); in lvp_DestroyImageView()
264 vk_free2(&device->vk.alloc, pAllocator, buffer); in lvp_CreateBuffer()
286 vk_free2(&device->vk.alloc, pAllocator, buffer); in lvp_DestroyBuffer()
325 vk_free2(&device->vk.alloc, pAllocator, view); in lvp_DestroyBufferView()
Dlvp_pass.c201 vk_free2(&device->vk.alloc, pAllocator, pass); in lvp_CreateRenderPass()
280 vk_free2(&device->vk.alloc, pAllocator, pass->subpass_attachments); in lvp_DestroyRenderPass()
281 vk_free2(&device->vk.alloc, pAllocator, pass); in lvp_DestroyRenderPass()
Dlvp_pipeline_cache.c69 vk_free2(&device->vk.alloc, pAllocator, cache); in lvp_DestroyPipelineCache()
Dlvp_device.c144 vk_free2(&default_alloc, pAllocator, instance); in lvp_CreateInstance()
1116 vk_free2(&device->vk.alloc, pAllocator, mem); in lvp_AllocateMemory()
1140 vk_free2(&device->vk.alloc, pAllocator, mem); in lvp_FreeMemory()
1414 vk_free2(&device->vk.alloc, pAllocator, fence); in lvp_DestroyFence()
1510 vk_free2(&device->vk.alloc, pAllocator, fb); in lvp_DestroyFramebuffer()
1585 vk_free2(&device->vk.alloc, pAllocator, semaphore); in lvp_DestroySemaphore()
1620 vk_free2(&device->vk.alloc, pAllocator, event); in lvp_DestroyEvent()
1688 vk_free2(&device->vk.alloc, pAllocator, sampler); in lvp_DestroySampler()
Dlvp_descriptor_set.c170 vk_free2(&device->vk.alloc, pAllocator, set_layout); in lvp_DestroyDescriptorSetLayout()
222 vk_free2(&device->vk.alloc, pAllocator, pipeline_layout); in lvp_DestroyPipelineLayout()
481 vk_free2(&device->vk.alloc, pAllocator, pool); in lvp_DestroyDescriptorPool()
Dlvp_query.c84 vk_free2(&device->vk.alloc, pAllocator, pool); in lvp_DestroyQueryPool()
Dlvp_pipeline.c75 vk_free2(&device->vk.alloc, pAllocator, module); in lvp_DestroyShaderModule()
133 vk_free2(&device->vk.alloc, pAllocator, pipeline); in lvp_DestroyPipeline()
831 vk_free2(&device->vk.alloc, pAllocator, pipeline); in lvp_graphics_pipeline_create()
917 vk_free2(&device->vk.alloc, pAllocator, pipeline); in lvp_compute_pipeline_create()
Dlvp_wsi.c57 vk_free2(&instance->alloc, pAllocator, surface); in lvp_DestroySurfaceKHR()
/external/mesa3d/src/intel/vulkan/
Danv_intel.c110 vk_free2(&device->vk.alloc, pAllocator, image); in anv_CreateDmaBufImageINTEL()
113 vk_free2(&device->vk.alloc, pAllocator, mem); in anv_CreateDmaBufImageINTEL()
Danv_wsi_display.c274 vk_free2(&device->vk.alloc, allocator, fence); in anv_RegisterDeviceEventEXT()
303 vk_free2(&device->vk.alloc, allocator, fence); in anv_RegisterDisplayEventEXT()
Danv_wsi.c120 vk_free2(&instance->alloc, pAllocator, surface); in anv_DestroySurfaceKHR()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c91 vk_free2(&device->alloc, pAllocator, pool->queries); in v3dv_CreateQueryPool()
94 vk_free2(&device->alloc, pAllocator, pool); in v3dv_CreateQueryPool()
115 vk_free2(&device->alloc, pAllocator, pool->queries); in v3dv_DestroyQueryPool()
116 vk_free2(&device->alloc, pAllocator, pool); in v3dv_DestroyQueryPool()
Dv3dv_descriptor_set.c390 vk_free2(&device->alloc, pAllocator, pipeline_layout); in v3dv_DestroyPipelineLayout()
481 vk_free2(&device->alloc, pAllocator, pool); in v3dv_CreateDescriptorPool()
503 vk_free2(&device->alloc, NULL, set); in descriptor_set_destroy()
528 vk_free2(&device->alloc, pAllocator, pool); in v3dv_DestroyDescriptorPool()
642 vk_free2(&device->alloc, pAllocator, set_layout); in v3dv_CreateDescriptorSetLayout()
719 vk_free2(&device->alloc, pAllocator, bindings); in v3dv_CreateDescriptorSetLayout()
740 vk_free2(&device->alloc, pAllocator, set_layout); in v3dv_DestroyDescriptorSetLayout()
783 vk_free2(&device->alloc, NULL, set); in descriptor_set_create()
807 vk_free2(&device->alloc, NULL, set); in descriptor_set_create()
814 vk_free2(&device->alloc, NULL, set); in descriptor_set_create()
Dv3dv_pass.c147 vk_free2(&device->alloc, pAllocator, pass); in v3dv_CreateRenderPass()
254 vk_free2(&device->alloc, pAllocator, pass->subpass_attachments); in v3dv_DestroyRenderPass()
255 vk_free2(&device->alloc, pAllocator, pass); in v3dv_DestroyRenderPass()
Dv3dv_device.c219 vk_free2(&default_alloc, pAllocator, instance); in v3dv_CreateInstance()
1401 vk_free2(&default_alloc, pAllocator, device); in v3dv_DestroyDevice()
1576 vk_free2(&device->alloc, pAllocator, *bo); in device_import_bo()
1693 vk_free2(&device->alloc, pAllocator, mem); in v3dv_AllocateMemory()
1717 vk_free2(&device->alloc, pAllocator, mem); in v3dv_FreeMemory()
1900 vk_free2(&device->alloc, pAllocator, buffer); in v3dv_DestroyBuffer()
2011 vk_free2(&device->alloc, pAllocator, fb); in v3dv_DestroyFramebuffer()
2087 vk_free2(&device->alloc, pAllocator, event); in v3dv_DestroyEvent()
2243 vk_free2(&device->alloc, pAllocator, sampler); in v3dv_DestroySampler()
Dv3dv_image.c403 vk_free2(&device->alloc, pAllocator, image); in v3dv_DestroyImage()
697 vk_free2(&device->alloc, pAllocator, image_view); in v3dv_DestroyImageView()
796 vk_free2(&device->alloc, pAllocator, buffer_view); in v3dv_DestroyBufferView()
Dv3dv_queue.c1131 vk_free2(&device->alloc, pAllocator, sem); in v3dv_CreateSemaphore()
1156 vk_free2(&device->alloc, pAllocator, sem); in v3dv_DestroySemaphore()
1180 vk_free2(&device->alloc, pAllocator, fence); in v3dv_CreateFence()
1207 vk_free2(&device->alloc, pAllocator, fence); in v3dv_DestroyFence()
Dv3dv_wsi.c76 vk_free2(&instance->alloc, pAllocator, surface); in v3dv_DestroySurfaceKHR()
/external/mesa3d/src/vulkan/util/
Dvk_object.c118 vk_free2(&device->alloc, alloc, data); in vk_object_free()
152 vk_free2(&device->alloc, pAllocator, slot); in vk_private_data_slot_destroy()
Dvk_debug_report.c89 vk_free2(instance_allocator, pAllocator, callback); in vk_destroy_debug_report_callback()
Dvk_alloc.h115 vk_free2(const VkAllocationCallbacks *parent_alloc, in vk_free2() function
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c146 vk_free2(&device->vk.alloc, pAllocator, set_layout); in radv_CreateDescriptorSetLayout()
308 vk_free2(&device->vk.alloc, pAllocator, set_layout); in radv_DestroyDescriptorSetLayout()
486 vk_free2(&device->vk.alloc, pAllocator, pipeline_layout); in radv_DestroyPipelineLayout()
553 vk_free2(&device->vk.alloc, NULL, set); in radv_descriptor_set_create()
582 vk_free2(&device->vk.alloc, NULL, set); in radv_descriptor_set_create()
640 vk_free2(&device->vk.alloc, NULL, set); in radv_descriptor_set_destroy()
657 vk_free2(&device->vk.alloc, pAllocator, pool); in radv_destroy_descriptor_pool()
1323 vk_free2(&device->vk.alloc, pAllocator, templ); in radv_DestroyDescriptorUpdateTemplate()
1452 vk_free2(&device->vk.alloc, pAllocator, ycbcr_conversion); in radv_DestroySamplerYcbcrConversion()
Dradv_pipeline_cache.c436 vk_free2(&cache->alloc, NULL, entry); in radv_pipeline_cache_insert_shaders()
556 vk_free2(&device->vk.alloc, pAllocator, cache); in radv_DestroyPipelineCache()
Dradv_wsi.c84 vk_free2(&instance->alloc, pAllocator, surface); in radv_DestroySurfaceKHR()
/external/mesa3d/src/freedreno/vulkan/
Dtu_wsi.c72 vk_free2(&instance->alloc, pAllocator, surface); in tu_DestroySurfaceKHR()

123