Lines Matching defs:sel
735 struct d3d12_shader_selector *sel = ctx->gfx_stages[PIPE_SHADER_GEOMETRY];
736 if (!sel || sel->is_variant)
737 sel = ctx->gfx_stages[PIPE_SHADER_TESS_EVAL];
738 if (!sel)
739 sel = ctx->gfx_stages[PIPE_SHADER_VERTEX];
740 return sel;
980 struct d3d12_shader_selector *sel = d3d12_last_vertex_stage(ctx);
981 if (sel) {
982 ctx->gfx_pipeline_state.so_info = sel->so_info;
984 memset(&ctx->gfx_pipeline_state.so_info, 0, sizeof(sel->so_info));