Home
last modified time | relevance | path

Searched refs:st_fragment_program (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c67 struct st_fragment_program *prog = rzalloc(NULL, in st_new_program()
68 struct st_fragment_program); in st_new_program()
123 struct st_fragment_program *stfp = in st_delete_program()
124 (struct st_fragment_program *) prog; in st_delete_program()
166 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_program_string_notify()
234 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_program_string_notify()
264 struct st_fragment_program *stfp = (struct st_fragment_program *)prog; in st_new_ati_fs()
Dst_program.h141 struct st_fragment_program struct
302 static inline struct st_fragment_program *
303 st_fragment_program( struct gl_program *fp ) in st_fragment_program() function
305 return (struct st_fragment_program *)fp; in st_fragment_program()
339 struct st_fragment_program **ptr, in st_reference_fragprog()
340 struct st_fragment_program *prog) in st_reference_fragprog()
388 struct st_fragment_program *stfp,
407 struct st_fragment_program *stfp );
427 struct st_fragment_program *stfp);
Dst_shader_cache.c91 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_serialise_tgsi_program()
233 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_deserialise_tgsi_program()
Dst_cb_bitmap.h38 struct st_fragment_program;
Dst_context.h49 struct st_fragment_program;
182 struct st_fragment_program *fp; /**< Currently bound fragment program */
Dst_atom.c71 struct st_fragment_program *old_fp = st->fp; in check_program_state()
116 dirty |= st_fragment_program(new_fp)->affected_states; in check_program_state()
Dst_atom_shader.c99 struct st_fragment_program *stfp; in st_update_fp()
103 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); in st_update_fp()
Dst_program.c170 states = &((struct st_fragment_program*)prog)->affected_states; in st_set_prog_affected_state_flags()
270 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants()
646 struct st_fragment_program *stfp) in st_translate_fragment_program()
1007 struct st_fragment_program *stfp, in st_create_fp_variant()
1234 struct st_fragment_program *stfp, in st_get_fp_variant()
1753 struct st_fragment_program *stfp = in destroy_program_variants()
1754 (struct st_fragment_program *) target; in destroy_program_variants()
1938 struct st_fragment_program *p = (struct st_fragment_program *)prog; in st_precompile_shader_variant()
Dst_glsl_to_nir.cpp423 struct st_fragment_program *stfp; in set_st_program()
442 stfp = (struct st_fragment_program *)prog; in set_st_program()
Dst_context.c144 struct st_fragment_program *fp = in st_get_active_states()
145 st_fragment_program(ctx->FragmentProgram._Current); in st_get_active_states()
Dst_atifs_to_tgsi.c542 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_init_atifs_prog()
Dst_glsl_to_tgsi.cpp6828 struct st_fragment_program *stfp; in get_mesa_program_tgsi()
6838 stfp = (struct st_fragment_program *)prog; in get_mesa_program_tgsi()