Home
last modified time | relevance | path

Searched refs:state_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c856 const unsigned state_index = batch->state.bo->index; in submit_batch() local
857 if (state_index < batch->exec_count && in submit_batch()
858 batch->exec_bos[state_index] == batch->state.bo) { in submit_batch()
860 &batch->validation_list[state_index]; in submit_batch()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp3626 int state_index = -1; in si_delete_shader() local
3632 state_index = SI_STATE_IDX(ls); in si_delete_shader()
3635 state_index = SI_STATE_IDX(es); in si_delete_shader()
3637 state_index = SI_STATE_IDX(gs); in si_delete_shader()
3639 state_index = SI_STATE_IDX(vs); in si_delete_shader()
3643 state_index = SI_STATE_IDX(hs); in si_delete_shader()
3648 state_index = SI_STATE_IDX(es); in si_delete_shader()
3650 state_index = SI_STATE_IDX(gs); in si_delete_shader()
3652 state_index = SI_STATE_IDX(vs); in si_delete_shader()
3657 state_index = SI_STATE_IDX(vs); in si_delete_shader()
[all …]