Searched refs:current_vs_state (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c250 sctx->current_vs_state &= C_VS_STATE_LS_OUT_PATCH_SIZE &
252 sctx->current_vs_state |= tcs_in_layout;
572 sctx->current_vs_state &= C_VS_STATE_INDEXED;
573 sctx->current_vs_state |= S_VS_STATE_INDEXED(!!info->index_size);
581 if (sctx->current_vs_state != sctx->last_vs_state) {
588 sctx->current_vs_state);
597 sctx->current_vs_state);
600 sctx->last_vs_state = sctx->current_vs_state;
H A Dsi_pipe.h979 unsigned current_vs_state; member in struct:si_context
H A Dsi_state.c1011 sctx->current_vs_state &= C_VS_STATE_CLAMP_VERTEX_COLOR;
1012 sctx->current_vs_state |= S_VS_STATE_CLAMP_VERTEX_COLOR(rs->clamp_vertex_color);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp702 sctx->current_vs_state &= C_VS_STATE_LS_OUT_PATCH_SIZE & C_VS_STATE_LS_OUT_VERTEX_SIZE;
703 sctx->current_vs_state |= tcs_in_layout;
1096 sctx->current_vs_state &= C_VS_STATE_PROVOKING_VTX_INDEX;
1097 sctx->current_vs_state |= S_VS_STATE_PROVOKING_VTX_INDEX(vtx_index);
1101 sctx->current_vs_state &= C_VS_STATE_OUTPRIM;
1102 sctx->current_vs_state |= S_VS_STATE_OUTPRIM(gs_out_prim);
1118 sctx->current_vs_state &= C_VS_STATE_INDEXED;
1119 sctx->current_vs_state |= S_VS_STATE_INDEXED(!!index_size);
1122 if (sctx->current_vs_state != sctx->last_vs_state) {
1130 sctx->current_vs_state);
[all...]
H A Dgfx10_query.c132 sctx->current_vs_state |= S_VS_STATE_STREAMOUT_QUERY_ENABLED(1);
188 sctx->current_vs_state &= C_VS_STATE_STREAMOUT_QUERY_ENABLED;
H A Dsi_state_viewport.c123 sctx->current_vs_state &= C_VS_STATE_SMALL_PRIM_PRECISION;
124 sctx->current_vs_state |= S_VS_STATE_SMALL_PRIM_PRECISION(fui(info.small_prim_precision) >> 23);
H A Dsi_pipe.h1117 unsigned current_vs_state; member in struct:si_context
H A Dsi_state.c1111 sctx->current_vs_state &= C_VS_STATE_CLAMP_VERTEX_COLOR;
1112 sctx->current_vs_state |= S_VS_STATE_CLAMP_VERTEX_COLOR(rs->clamp_vertex_color);

Completed in 32 milliseconds