Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c132 SET_FIELD(sctx->current_gs_state, GS_STATE_STREAMOUT_QUERY_ENABLED, 1); in gfx10_alloc_query_buffer()
188 SET_FIELD(sctx->current_gs_state, GS_STATE_STREAMOUT_QUERY_ENABLED, 0); in gfx10_sh_query_end()
Dsi_state_viewport.c145 SET_FIELD(sctx->current_gs_state, GS_STATE_SMALL_PRIM_PRECISION_NO_AA, in si_emit_cull_state()
147 SET_FIELD(sctx->current_gs_state, GS_STATE_SMALL_PRIM_PRECISION, in si_emit_cull_state()
Dsi_state_draw.cpp1192 SET_FIELD(sctx->current_gs_state, GS_STATE_PROVOKING_VTX_INDEX, vtx_index); in si_emit_rasterizer_prim_state()
1196 SET_FIELD(sctx->current_gs_state, GS_STATE_OUTPRIM, gs_out_prim); in si_emit_rasterizer_prim_state()
1213 …unsigned gs_state = sctx->current_gs_state; /* only GS and NGG bits; VS bits will be copied here */ in si_emit_vs_state()
Dsi_query.c868 SET_FIELD(sctx->current_gs_state, GS_STATE_PIPELINE_STATS_EMU, 1); in si_query_hw_do_emit_start()
982 SET_FIELD(sctx->current_gs_state, GS_STATE_PIPELINE_STATS_EMU, 0); in si_query_hw_do_emit_stop()
Dsi_pipe.h1161 unsigned current_gs_state; /* only GS and NGG bits */ member