Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c139 unsigned first_slot_offset = desc->first_active_slot * slot_size; in si_upload_descriptors()
150 if ((int)desc->first_active_slot == desc->slot_index_to_bind_directly && in si_upload_descriptors()
2743 new_active_mask == u_bit_consecutive64(desc->first_active_slot, in si_set_active_descriptors()
2752 if (first < desc->first_active_slot || in si_set_active_descriptors()
2753 first + count > desc->first_active_slot + desc->num_active_slots) in si_set_active_descriptors()
2756 desc->first_active_slot = first; in si_set_active_descriptors()
Dsi_state.h271 uint32_t first_active_slot; member
Dsi_debug.c672 desc->first_active_slot * desc->element_dw_size; in si_dump_descriptor_list()