Searched refs:vk_multialloc_add (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.h | 219 #define vk_multialloc_add(_ma, _ptr, _type, _count) \ macro
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_queue.c | 174 vk_multialloc_add(&ma, &wait_points, in vk_queue_submit_alloc() 176 vk_multialloc_add(&ma, &signal_points, in vk_queue_submit_alloc()
|
D | vk_graphics_state.c | 1502 vk_multialloc_add(&ma, &new_##s, struct type, 1); \ in vk_graphics_pipeline_state_fill() 1524 vk_multialloc_add(&ma, &new_sl, struct vk_sample_locations_state, 1); in vk_graphics_pipeline_state_fill() 1654 vk_multialloc_add(&ma, &new_##s, struct type, 1); \ in vk_graphics_pipeline_state_copy() 1666 vk_multialloc_add(&ma, &new_sample_locations, in vk_graphics_pipeline_state_copy()
|