Searched refs:st_common_program (Results 1 – 11 of 11) sorted by relevance
259 struct st_common_program struct315 static inline struct st_common_program *316 st_common_program( struct gl_program *gp ) in st_common_program() function318 return (struct st_common_program *)gp; in st_common_program()349 struct st_common_program **ptr, in st_reference_prog()350 struct st_common_program *prog) in st_reference_prog()399 struct st_common_program *p);431 struct st_common_program *stgp);435 struct st_common_program *sttcp);439 struct st_common_program *sttep);
74 struct st_common_program *prog = rzalloc(NULL, in st_new_program()75 struct st_common_program); in st_new_program()112 struct st_common_program *p = st_common_program(prog); in st_delete_program()176 struct st_common_program *stgp = st_common_program(prog); in st_program_string_notify()197 struct st_common_program *sttcp = in st_program_string_notify()198 st_common_program(prog); in st_program_string_notify()209 struct st_common_program *sttep = in st_program_string_notify()210 st_common_program(prog); in st_program_string_notify()
83 struct st_common_program *stcp = (struct st_common_program *) prog; in st_serialise_tgsi_program()188 struct st_common_program *sttcp = st_common_program(prog); in st_deserialise_tgsi_program()203 struct st_common_program *sttep = st_common_program(prog); in st_deserialise_tgsi_program()218 struct st_common_program *stgp = st_common_program(prog); in st_deserialise_tgsi_program()
68 struct st_common_program *old_tcp = st->tcp; in check_program_state()69 struct st_common_program *old_tep = st->tep; in check_program_state()70 struct st_common_program *old_gp = st->gp; in check_program_state()95 dirty |= st_common_program(new_tcp)->affected_states; in check_program_state()102 dirty |= st_common_program(new_tep)->affected_states; in check_program_state()109 dirty |= st_common_program(new_gp)->affected_states; in check_program_state()
123 states = &(st_common_program(prog))->affected_states; in st_set_prog_affected_state_flags()138 states = &(st_common_program(prog))->affected_states; in st_set_prog_affected_state_flags()154 states = &(st_common_program(prog))->affected_states; in st_set_prog_affected_state_flags()1406 struct st_common_program *stcp = (struct st_common_program *) prog; in st_translate_program_common()1468 struct st_common_program *stgp) in st_translate_geometry_program()1506 struct st_common_program *prog) in st_get_basic_variant()1569 struct st_common_program *sttcp) in st_translate_tessctrl_program()1598 struct st_common_program *sttep) in st_translate_tesseval_program()1777 struct st_common_program *p = st_common_program(target); in destroy_program_variants()1920 struct st_common_program *p = st_common_program(prog); in st_precompile_shader_variant()[all …]
183 struct st_common_program *gp; /**< Currently bound geometry program */184 struct st_common_program *tcp; /**< Currently bound tess control program */185 struct st_common_program *tep; /**< Currently bound tess eval program */
152 struct st_common_program *gp = st->gp; in st_update_gs_constants()162 struct st_common_program *tcp = st->tcp; in st_update_tcs_constants()172 struct st_common_program *tep = st->tep; in st_update_tes_constants()
203 unsigned pipe_shader, struct st_common_program **dst) in st_update_common_program()205 struct st_common_program *stp; in st_update_common_program()212 stp = st_common_program(prog); in st_update_common_program()
138 struct st_common_program *tcp = in st_get_active_states()139 st_common_program(ctx->TessCtrlProgram._Current); in st_get_active_states()140 struct st_common_program *tep = in st_get_active_states()141 st_common_program(ctx->TessEvalProgram._Current); in st_get_active_states()142 struct st_common_program *gp = in st_get_active_states()143 st_common_program(ctx->GeometryProgram._Current); in st_get_active_states()
422 struct st_common_program *stp; in set_st_program()436 stp = (struct st_common_program *)prog; in set_st_program()
6829 struct st_common_program *stp; in get_mesa_program_tgsi()6844 stp = st_common_program(prog); in get_mesa_program_tgsi()