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()
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()
Dst_program.h141 struct st_fragment_program struct
304 static inline struct st_fragment_program *
305 st_fragment_program( struct gl_program *fp ) in st_fragment_program() function
307 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);
Dst_atom.c70 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()
Dst_cb_bitmap.h39 struct st_fragment_program;
Dst_glsl_to_nir.cpp348 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()
Dst_context.h49 struct st_fragment_program;
159 struct st_fragment_program *fp; /**< Currently bound fragment program */
Dst_atom_shader.c112 struct st_fragment_program *stfp; in update_fp()
116 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); in update_fp()
Dst_program.c128 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()
Dst_context.c138 struct st_fragment_program *fp = in st_get_active_states()
139 st_fragment_program(ctx->FragmentProgram._Current); in st_get_active_states()
Dst_atom_constbuf.c162 struct st_fragment_program *fp = st->fp; in update_fs_constants()
Dst_atifs_to_tgsi.c542 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_init_atifs_prog()
Dst_glsl_to_tgsi.cpp6599 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()