Home | History | Annotate | Download | only in state_tracker

Lines Matching full:sttcp

1571                               struct st_tessctrl_program *sttcp)
1580 sttcp->Base.info.tess.tcs_vertices_out);
1582 st_translate_program_common(st, &sttcp->Base, sttcp->glsl_to_tgsi, ureg,
1583 PIPE_SHADER_TESS_CTRL, &sttcp->tgsi);
1585 free_glsl_to_tgsi_visitor(sttcp->glsl_to_tgsi);
1586 sttcp->glsl_to_tgsi = NULL;