Searched refs:VK_MULTIALLOC_DECL (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_queue.c | 155 VK_MULTIALLOC_DECL(&ma, struct vk_queue_submit, submit, 1); in vk_queue_submit_alloc() 156 VK_MULTIALLOC_DECL(&ma, struct vk_sync_wait, waits, wait_count); in vk_queue_submit_alloc() 157 VK_MULTIALLOC_DECL(&ma, struct vk_command_buffer *, command_buffers, in vk_queue_submit_alloc() 159 VK_MULTIALLOC_DECL(&ma, VkSparseBufferMemoryBindInfo, buffer_binds, in vk_queue_submit_alloc() 161 VK_MULTIALLOC_DECL(&ma, VkSparseImageOpaqueMemoryBindInfo, in vk_queue_submit_alloc() 163 VK_MULTIALLOC_DECL(&ma, VkSparseImageMemoryBindInfo, image_binds, in vk_queue_submit_alloc() 165 VK_MULTIALLOC_DECL(&ma, VkSparseMemoryBind, in vk_queue_submit_alloc() 167 VK_MULTIALLOC_DECL(&ma, VkSparseImageMemoryBind, image_bind_entries_local, in vk_queue_submit_alloc() 169 VK_MULTIALLOC_DECL(&ma, struct vk_sync_signal, signals, signal_count); in vk_queue_submit_alloc() 170 VK_MULTIALLOC_DECL(&ma, struct vk_sync *, wait_temps, wait_count); in vk_queue_submit_alloc()
|
D | vk_render_pass.c | 83 VK_MULTIALLOC_DECL(&ma, VkRenderPassCreateInfo2, create_info, 1); in vk_common_CreateRenderPass() 84 VK_MULTIALLOC_DECL(&ma, VkSubpassDescription2, subpasses, in vk_common_CreateRenderPass() 86 VK_MULTIALLOC_DECL(&ma, VkAttachmentDescription2, attachments, in vk_common_CreateRenderPass() 88 VK_MULTIALLOC_DECL(&ma, VkSubpassDependency2, dependencies, in vk_common_CreateRenderPass() 90 VK_MULTIALLOC_DECL(&ma, VkAttachmentReference2, references, in vk_common_CreateRenderPass() 432 VK_MULTIALLOC_DECL(&ma, struct vk_render_pass, pass, 1); in vk_common_CreateRenderPass2() 433 VK_MULTIALLOC_DECL(&ma, struct vk_render_pass_attachment, attachments, in vk_common_CreateRenderPass2() 435 VK_MULTIALLOC_DECL(&ma, struct vk_subpass, subpasses, in vk_common_CreateRenderPass2() 437 VK_MULTIALLOC_DECL(&ma, struct vk_subpass_dependency, dependencies, in vk_common_CreateRenderPass2() 448 VK_MULTIALLOC_DECL(&ma, struct vk_subpass_attachment, subpass_attachments, in vk_common_CreateRenderPass2() [all …]
|
D | vk_pipeline_cache.c | 100 VK_MULTIALLOC_DECL(&ma, struct vk_raw_data_cache_object, data_obj, 1); in vk_raw_data_cache_object_create()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.h | 226 #define VK_MULTIALLOC_DECL(_ma, _type, _name, _count) \ macro
|