Searched refs:first_variant (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h324 struct si_shader *first_variant; /* immutable after the first variant */ member in struct:si_shader_selector
H A Dsi_state_shaders.c1819 for (iter = sel->first_variant; iter; iter = iter->next_variant) {
1945 sel->first_variant = shader;
1966 sel->first_variant = shader;
2535 sctx->vs_shader.current = sel ? sel->first_variant : NULL;
2571 sctx->gs_shader.current = sel ? sel->first_variant : NULL;
2599 sctx->tcs_shader.current = sel ? sel->first_variant : NULL;
2622 sctx->tes_shader.current = sel ? sel->first_variant : NULL;
2651 sctx->ps_shader.current = sel ? sel->first_variant : NULL;
2726 struct si_shader *p = sel->first_variant, *c;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h433 struct si_shader *first_variant; /* immutable after the first variant */ member in struct:si_shader_selector
H A Dsi_state_shaders.c2365 for (iter = sel->first_variant; iter; iter = iter->next_variant) {
2516 sel->first_variant = shader;
2540 sel->first_variant = shader;
3185 sctx->shader.vs.current = sel ? sel->first_variant : NULL;
3264 sctx->shader.gs.current = sel ? sel->first_variant : NULL;
3295 sctx->shader.tcs.current = sel ? sel->first_variant : NULL;
3318 sctx->shader.tes.current = sel ? sel->first_variant : NULL;
3392 sctx->shader.ps.current = sel ? sel->first_variant : NULL;
3485 struct si_shader *p = sel->first_variant, *c;

Completed in 16 milliseconds