Searched refs:prev_idx (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu-ds.c82 unsigned prev_idx = ds->prev_draw_state_sel; local in function:emu_set_draw_state_reg
83 ds->state[prev_idx].sds_base = emu_get_reg64(emu, &SDS_BASE);
84 ds->state[prev_idx].sds_dwords = emu_get_reg32(emu, &SDS_DWORDS);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c361 for (unsigned prev_idx = 0; prev_idx < cs->num_prev; ++prev_idx) { local in function:si_parse_current_ib
362 struct radeon_cmdbuf_chunk *chunk = &cs->prev[prev_idx];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c366 for (unsigned prev_idx = 0; prev_idx < cs->num_prev; ++prev_idx) { local in function:si_parse_current_ib
367 struct radeon_cmdbuf_chunk *chunk = &cs->prev[prev_idx];

Completed in 7 milliseconds