Home
last modified time | relevance | path

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

/external/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()
2848 new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->num_active_slots)) in si_set_active_descriptors()
2856 if (first < desc->first_active_slot || in si_set_active_descriptors()
2857 first + count > desc->first_active_slot + desc->num_active_slots) in si_set_active_descriptors()
2860 desc->first_active_slot = first; in si_set_active_descriptors()
Dsi_state.h441 uint32_t first_active_slot; member
Dsi_debug.c740 unsigned active_range_dw_begin = desc->first_active_slot * desc->element_dw_size; in si_dump_descriptor_list()
Dsi_state_draw.c1699 unsigned index = buffers->first_active_slot + i; in si_all_vs_resources_read_only()