Searched refs:st_fragment_program (Results 1 – 12 of 12) sorted by relevance
67 struct st_fragment_program *prog = rzalloc(NULL, in st_new_program()68 struct st_fragment_program); in st_new_program()130 struct st_fragment_program *stfp = in st_delete_program()131 (struct st_fragment_program *) prog; in st_delete_program()197 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_program_string_notify()265 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_program_string_notify()295 struct st_fragment_program *stfp = (struct st_fragment_program *)prog; in st_new_ati_fs()
141 struct st_fragment_program struct304 static inline struct st_fragment_program *305 st_fragment_program( struct gl_program *fp ) in st_fragment_program() function307 return (struct st_fragment_program *)fp; in st_fragment_program()363 struct st_fragment_program **ptr, in st_reference_fragprog()364 struct st_fragment_program *prog) in st_reference_fragprog()435 struct st_fragment_program *stfp,455 struct st_fragment_program *stfp );475 struct st_fragment_program *stfp);
70 struct st_fragment_program *old_fp = st->fp; in check_program_state()114 dirty |= st_fragment_program(new_fp)->affected_states; in check_program_state()
39 struct st_fragment_program;
348 shader_program = ((struct st_fragment_program *)prog)->shader_program; in st_finalize_nir()432 struct st_fragment_program *stfp; in st_nir_get_mesa_program()440 stfp = (struct st_fragment_program *)prog; in st_nir_get_mesa_program()
49 struct st_fragment_program;159 struct st_fragment_program *fp; /**< Currently bound fragment program */
112 struct st_fragment_program *stfp; in update_fp()116 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); in update_fp()
128 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants()566 struct st_fragment_program *stfp) in st_translate_fragment_program()931 struct st_fragment_program *stfp, in st_create_fp_variant()1158 struct st_fragment_program *stfp, in st_get_fp_variant()1735 struct st_fragment_program *stfp = in destroy_program_variants()1736 (struct st_fragment_program *) target; in destroy_program_variants()1925 struct st_fragment_program *p = (struct st_fragment_program *)prog; in st_precompile_shader_variant()
138 struct st_fragment_program *fp = in st_get_active_states()139 st_fragment_program(ctx->FragmentProgram._Current); in st_get_active_states()
162 struct st_fragment_program *fp = st->fp; in update_fs_constants()
542 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_init_atifs_prog()
6599 struct st_fragment_program *stfp; in get_mesa_program_tgsi()6611 stfp = (struct st_fragment_program *)prog; in get_mesa_program_tgsi()6764 states = &((struct st_fragment_program*)prog)->affected_states; in get_mesa_program()