Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c131 unsigned first_slot_offset = desc->first_active_slot * slot_size; in si_upload_descriptors()
142 if ((int)desc->first_active_slot == desc->slot_index_to_bind_directly && in si_upload_descriptors()
2887 new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->num_active_slots)) in si_set_active_descriptors()
2895 if (first < desc->first_active_slot || in si_set_active_descriptors()
2896 first + count > desc->first_active_slot + desc->num_active_slots) in si_set_active_descriptors()
2899 desc->first_active_slot = first; in si_set_active_descriptors()
Dsi_state.h440 uint32_t first_active_slot; member
Dsi_debug.c719 unsigned active_range_dw_begin = desc->first_active_slot * desc->element_dw_size; in si_dump_descriptor_list()