Searched refs:current_gs_state (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_query.c | 132 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()
|
D | si_state_viewport.c | 145 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()
|
D | si_state_draw.cpp | 1192 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()
|
D | si_query.c | 868 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()
|
D | si_pipe.h | 1161 unsigned current_gs_state; /* only GS and NGG bits */ member
|