Searched refs:current_vs_state (Results 1 – 5 of 5) sorted by relevance
702 sctx->current_vs_state &= C_VS_STATE_LS_OUT_PATCH_SIZE & C_VS_STATE_LS_OUT_VERTEX_SIZE; in si_emit_derived_tess_state()703 sctx->current_vs_state |= tcs_in_layout; in si_emit_derived_tess_state()1096 sctx->current_vs_state &= C_VS_STATE_PROVOKING_VTX_INDEX; in si_emit_rasterizer_prim_state()1097 sctx->current_vs_state |= S_VS_STATE_PROVOKING_VTX_INDEX(vtx_index); in si_emit_rasterizer_prim_state()1101 sctx->current_vs_state &= C_VS_STATE_OUTPRIM; in si_emit_rasterizer_prim_state()1102 sctx->current_vs_state |= S_VS_STATE_OUTPRIM(gs_out_prim); in si_emit_rasterizer_prim_state()1118 sctx->current_vs_state &= C_VS_STATE_INDEXED; in si_emit_vs_state()1119 sctx->current_vs_state |= S_VS_STATE_INDEXED(!!index_size); in si_emit_vs_state()1122 if (sctx->current_vs_state != sctx->last_vs_state) { in si_emit_vs_state()1130 sctx->current_vs_state); in si_emit_vs_state()[all …]
132 sctx->current_vs_state |= S_VS_STATE_STREAMOUT_QUERY_ENABLED(1); in gfx10_alloc_query_buffer()188 sctx->current_vs_state &= C_VS_STATE_STREAMOUT_QUERY_ENABLED; in gfx10_sh_query_end()
123 sctx->current_vs_state &= C_VS_STATE_SMALL_PRIM_PRECISION; in si_emit_cull_state()124 sctx->current_vs_state |= S_VS_STATE_SMALL_PRIM_PRECISION(fui(info.small_prim_precision) >> 23); in si_emit_cull_state()
1117 unsigned current_vs_state; member
1111 sctx->current_vs_state &= C_VS_STATE_CLAMP_VERTEX_COLOR; in si_bind_rs_state()1112 sctx->current_vs_state |= S_VS_STATE_CLAMP_VERTEX_COLOR(rs->clamp_vertex_color); in si_bind_rs_state()