Home
last modified time | relevance | path

Searched refs:vk_multialloc_add (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.h219 #define vk_multialloc_add(_ma, _ptr, _type, _count) \ macro
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.c174 vk_multialloc_add(&ma, &wait_points, in vk_queue_submit_alloc()
176 vk_multialloc_add(&ma, &signal_points, in vk_queue_submit_alloc()
Dvk_graphics_state.c1502 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()