Searched refs:SI_STATE_IDX (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h169 #define SI_STATE_IDX(name) \ macro
171 #define SI_STATE_BIT(name) (1 << SI_STATE_IDX(name))
440 SI_STATE_IDX(member)); \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h197 #define SI_STATE_IDX(name) (offsetof(union si_state, named.name) / sizeof(struct si_pm4_state *)) macro
198 #define SI_STATE_BIT(name) (1 << SI_STATE_IDX(name))
H A Dsi_state_shaders.c3441 state_index = SI_STATE_IDX(ls);
3444 state_index = SI_STATE_IDX(es);
3446 state_index = SI_STATE_IDX(gs);
3448 state_index = SI_STATE_IDX(vs);
3452 state_index = SI_STATE_IDX(hs);
3457 state_index = SI_STATE_IDX(es);
3459 state_index = SI_STATE_IDX(gs);
3461 state_index = SI_STATE_IDX(vs);
3466 state_index = SI_STATE_IDX(vs);
3468 state_index = SI_STATE_IDX(g
[all...]
H A Dsi_state.c772 si_pm4_free_state(sctx, (struct si_pm4_state*)state, SI_STATE_IDX(blend));
1168 si_pm4_free_state(sctx, &rs->pm4, SI_STATE_IDX(rasterizer));
1398 si_pm4_free_state(sctx, (struct si_pm4_state*)state, SI_STATE_IDX(dsa));
H A Dsi_pipe.c226 si_pm4_free_state(sctx, sctx->vgt_shader_config[i], SI_STATE_IDX(vgt_shader_config));

Completed in 18 milliseconds