Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c241 sctx->current_vs_state &= C_VS_STATE_LS_OUT_PATCH_SIZE & C_VS_STATE_LS_OUT_VERTEX_SIZE; in si_emit_derived_tess_state()
242 sctx->current_vs_state |= tcs_in_layout; in si_emit_derived_tess_state()
593 sctx->current_vs_state &= C_VS_STATE_OUTPRIM & C_VS_STATE_PROVOKING_VTX_INDEX; in si_emit_rasterizer_prim_state()
594 sctx->current_vs_state |= in si_emit_rasterizer_prim_state()
602 sctx->current_vs_state &= C_VS_STATE_INDEXED; in si_emit_vs_state()
603 sctx->current_vs_state |= S_VS_STATE_INDEXED(!!info->index_size); in si_emit_vs_state()
611 if (sctx->current_vs_state != sctx->last_vs_state) { in si_emit_vs_state()
617 sctx->current_vs_state); in si_emit_vs_state()
626 sctx->current_vs_state); in si_emit_vs_state()
633 sctx->current_vs_state); in si_emit_vs_state()
[all …]
Dgfx10_query.c179 sctx->current_vs_state |= S_VS_STATE_STREAMOUT_QUERY_ENABLED(1); in gfx10_alloc_query_buffer()
237 sctx->current_vs_state &= C_VS_STATE_STREAMOUT_QUERY_ENABLED; in gfx10_sh_query_end()
Dsi_state_viewport.c121 sctx->current_vs_state &= C_VS_STATE_SMALL_PRIM_PRECISION; in si_emit_cull_state()
122 sctx->current_vs_state |= S_VS_STATE_SMALL_PRIM_PRECISION(fui(info.small_prim_precision) >> 23); in si_emit_cull_state()
Dsi_pipe.h1130 unsigned current_vs_state; member
Dsi_state.c997 sctx->current_vs_state &= C_VS_STATE_CLAMP_VERTEX_COLOR; in si_bind_rs_state()
998 sctx->current_vs_state |= S_VS_STATE_CLAMP_VERTEX_COLOR(rs->clamp_vertex_color); in si_bind_rs_state()