Home
last modified time | relevance | path

Searched refs:instance_allocator (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/vulkan/util/
Dvk_debug_report.c49 const VkAllocationCallbacks* instance_allocator, in vk_create_debug_report_callback() argument
54 vk_alloc2(instance_allocator, pAllocator, in vk_create_debug_report_callback()
78 const VkAllocationCallbacks* instance_allocator) in vk_destroy_debug_report_callback() argument
86 vk_free2(instance_allocator, pAllocator, callback); in vk_destroy_debug_report_callback()
Dvk_debug_report.h55 const VkAllocationCallbacks* instance_allocator,
61 const VkAllocationCallbacks* instance_allocator);