Searched refs:nvk_descriptor_state_set_root_array (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_cmd_meta.c | 179 nvk_descriptor_state_set_root_array(cmd, desc, set_dynamic_buffer_start, in nvk_meta_end() 202 nvk_descriptor_state_set_root_array(cmd, desc, push, 0, sizeof(save->push), in nvk_meta_end()
|
H A D | nvk_cmd_dispatch.c | 112 nvk_descriptor_state_set_root_array(cmd, desc, cs.base_group, in nvk_flush_compute_state() 114 nvk_descriptor_state_set_root_array(cmd, desc, cs.group_count, in nvk_flush_compute_state()
|
H A D | nvk_cmd_buffer.c | 737 nvk_descriptor_state_set_root_array(cmd, desc, dynamic_buffers, in nvk_bind_descriptor_sets() 753 nvk_descriptor_state_set_root_array(cmd, desc, set_dynamic_buffer_start, in nvk_bind_descriptor_sets() 883 nvk_descriptor_state_set_root_array(cmd, desc, push, in nvk_push_constants()
|
H A D | nvk_cmd_buffer.h | 122 #define nvk_descriptor_state_set_root_array(cmd, desc, member, \ macro
|
H A D | nvk_cmd_draw.c | 2513 nvk_descriptor_state_set_root_array(cmd, &cmd->state.gfx.descriptors, in nvk_flush_ms_state()
|