Home
last modified time | relevance | path

Searched refs:sttcp (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_shader_cache.c188 struct st_common_program *sttcp = st_common_program(prog); in st_deserialise_tgsi_program() local
190 st_release_basic_variants(st, sttcp->Base.Target, in st_deserialise_tgsi_program()
191 &sttcp->variants, &sttcp->tgsi); in st_deserialise_tgsi_program()
193 read_stream_out_from_cache(&blob_reader, &sttcp->tgsi); in st_deserialise_tgsi_program()
194 read_tgsi_from_cache(&blob_reader, &sttcp->tgsi.tokens, in st_deserialise_tgsi_program()
195 &sttcp->num_tgsi_tokens); in st_deserialise_tgsi_program()
197 if (st->tcp == sttcp) in st_deserialise_tgsi_program()
198 st->dirty |= sttcp->affected_states; in st_deserialise_tgsi_program()
Dst_cb_program.c197 struct st_common_program *sttcp = in st_program_string_notify() local
200 st_release_basic_variants(st, sttcp->Base.Target, &sttcp->variants, in st_program_string_notify()
201 &sttcp->tgsi); in st_program_string_notify()
202 if (!st_translate_tessctrl_program(st, sttcp)) in st_program_string_notify()
205 if (st->tcp == sttcp) in st_program_string_notify()
206 st->dirty |= sttcp->affected_states; in st_program_string_notify()
Dst_program.c1569 struct st_common_program *sttcp) in st_translate_tessctrl_program() argument
1574 if (sttcp->shader_program) in st_translate_tessctrl_program()
1582 sttcp->Base.info.tess.tcs_vertices_out); in st_translate_tessctrl_program()
1584 st_translate_program_common(st, &sttcp->Base, sttcp->glsl_to_tgsi, ureg, in st_translate_tessctrl_program()
1585 PIPE_SHADER_TESS_CTRL, &sttcp->tgsi); in st_translate_tessctrl_program()
1587 free_glsl_to_tgsi_visitor(sttcp->glsl_to_tgsi); in st_translate_tessctrl_program()
1588 sttcp->glsl_to_tgsi = NULL; in st_translate_tessctrl_program()
Dst_program.h435 struct st_common_program *sttcp);