Searched refs:num_active_slots (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c146 unsigned upload_size = desc->num_active_slots * slot_size;
157 desc->num_active_slots == 1) {
2247 sctx->bindless_descriptors.num_active_slots = num_elements;
2283 desc->num_active_slots = new_num_elements;
2738 sctx->descriptors[SI_DESCS_RW_BUFFERS].num_active_slots = SI_NUM_RW_BUFFERS;
2902 desc->num_active_slots))
2911 first + count > desc->first_active_slot + desc->num_active_slots)
2915 desc->num_active_slots = count;
H A Dsi_debug.c744 active_range_dw_begin + desc->num_active_slots * desc->element_dw_size;
824 desc.num_active_slots = sctx->vertex_elements->desc_list_byte_size / 16;
1092 sctx->descriptors[SI_DESCS_RW_BUFFERS].num_active_slots,
H A Dsi_state.h398 uint32_t num_active_slots; member in struct:si_descriptors
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c721 active_range_dw_begin + desc->num_active_slots * desc->element_dw_size;
797 desc.num_active_slots = sctx->vertex_elements->vb_desc_list_alloc_size / 16;
1072 4, sctx->descriptors[SI_DESCS_INTERNAL].num_active_slots, si_identity,
H A Dsi_state.h441 uint32_t num_active_slots; member in struct:si_descriptors
H A Dsi_descriptors.c132 unsigned upload_size = desc->num_active_slots * slot_size;
143 desc->num_active_slots == 1) {
2206 sctx->bindless_descriptors.num_active_slots = num_elements;
2241 desc->num_active_slots = new_num_elements;
2651 sctx->descriptors[SI_DESCS_INTERNAL].num_active_slots = SI_NUM_INTERNAL_BINDINGS;
2887 new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->num_active_slots))
2896 first + count > desc->first_active_slot + desc->num_active_slots)
2900 desc->num_active_slots = count;

Completed in 20 milliseconds