Searched refs:last_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.c577 sctx->last_vs_state = ~0;
581 if (sctx->current_vs_state != sctx->last_vs_state) {
600 sctx->last_vs_state = sctx->current_vs_state;
H A Dsi_gfx_cs.c348 ctx->last_vs_state = ~0;
H A Dsi_pipe.h980 unsigned last_vs_state; member in struct:si_context
H A Dsi_descriptors.c2053 sctx->last_vs_state = ~0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp1113 sctx->last_vs_state = ~0;
1122 if (sctx->current_vs_state != sctx->last_vs_state) {
1149 sctx->last_vs_state = sctx->current_vs_state;
H A Dsi_gfx_cs.c501 ctx->last_vs_state = ~0;
H A Dsi_pipe.h1118 unsigned last_vs_state; member in struct:si_context
H A Dsi_descriptors.c2000 sctx->last_vs_state = ~0;

Completed in 24 milliseconds