Home
last modified time | relevance | path

Searched refs:current_vs_state (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c255 sctx->current_vs_state &= C_VS_STATE_LS_OUT_PATCH_SIZE & in si_emit_derived_tess_state()
257 sctx->current_vs_state |= tcs_in_layout; in si_emit_derived_tess_state()
563 sctx->current_vs_state &= C_VS_STATE_INDEXED; in si_emit_vs_state()
564 sctx->current_vs_state |= S_VS_STATE_INDEXED(!!info->index_size); in si_emit_vs_state()
572 if (sctx->current_vs_state != sctx->last_vs_state) { in si_emit_vs_state()
578 sctx->current_vs_state); in si_emit_vs_state()
580 sctx->last_vs_state = sctx->current_vs_state; in si_emit_vs_state()
Dsi_pipe.h559 unsigned current_vs_state; member
Dsi_state.c1023 sctx->current_vs_state &= C_VS_STATE_CLAMP_VERTEX_COLOR; in si_bind_rs_state()
1024 sctx->current_vs_state |= S_VS_STATE_CLAMP_VERTEX_COLOR(rs->clamp_vertex_color); in si_bind_rs_state()