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_program.h89 struct st_fragment_program struct
221 static INLINE struct st_fragment_program *
222 st_fragment_program( struct gl_fragment_program *fp ) in st_fragment_program() function
224 return (struct st_fragment_program *)fp; in st_fragment_program()
262 struct st_fragment_program **ptr, in st_reference_fragprog()
263 struct st_fragment_program *prog) in st_reference_fragprog()
279 struct st_fragment_program *stfp,
295 struct st_fragment_program *stfp);
304 struct st_fragment_program *stfp );
Dst_cb_program.c104 struct st_fragment_program *prog = ST_CALLOC_STRUCT(st_fragment_program); in st_new_program()
156 struct st_fragment_program *stfp = in st_delete_program()
157 (struct st_fragment_program *) prog; in st_delete_program()
199 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_program_string_notify()
Dst_context.h43 struct st_fragment_program;
132 struct st_fragment_program *fp; /**< Currently bound fragment program */
143 struct st_fragment_program *program; /**< cur pixel transfer prog */
146 struct st_fragment_program *combined_prog;
Dst_glsl_to_tgsi.h57 void get_pixel_transfer_visitor(struct st_fragment_program *fp,
60 void get_bitmap_visitor(struct st_fragment_program *fp,
Dst_cb_bitmap.c118 static struct st_fragment_program *
122 struct st_fragment_program *stfp; in make_bitmap_fragment_program()
169 stfp = (struct st_fragment_program *) p; in make_bitmap_fragment_program()
178 struct st_fragment_program *orig, in make_bitmap_fragment_program_glsl()
182 struct st_fragment_program *fp = (struct st_fragment_program *) in make_bitmap_fragment_program_glsl()
219 struct st_fragment_program *bitmap_prog; in st_make_bitmap_fragment_program()
220 struct st_fragment_program *stfpIn = (struct st_fragment_program *) fpIn; in st_make_bitmap_fragment_program()
Dst_atom_shader.c76 struct st_fragment_program *stfp; in update_fp()
80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); in update_fp()
Dst_cb_bitmap.h39 struct st_fragment_program;
Dst_program.c123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants()
470 struct st_fragment_program *stfp, in st_translate_fragment_program()
509 stfp = st_fragment_program(fp); in st_translate_fragment_program()
526 stfp = st_fragment_program(fp); in st_translate_fragment_program()
774 struct st_fragment_program *stfp, in st_get_fp_variant()
1177 struct st_fragment_program *stfp = in destroy_program_variants()
1178 (struct st_fragment_program *) program; in destroy_program_variants()
Dst_atom_constbuf.c141 struct st_fragment_program *fp = st->fp; in update_fs_constants()
Dst_cb_drawpixels.c106 struct st_fragment_program *orig) in get_glsl_pixel_transfer_program()
110 struct st_fragment_program *fp = (struct st_fragment_program *) in get_glsl_pixel_transfer_program()
154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn; in st_make_drawpix_fragment_program()
Dst_atom_pixeltransfer.c314 st->pixel_xfer.program = (struct st_fragment_program *) fp; in update_pixel_transfer()
Dst_glsl_to_tgsi.cpp3678 get_pixel_transfer_visitor(struct st_fragment_program *fp, in get_pixel_transfer_visitor()
3811 get_bitmap_visitor(struct st_fragment_program *fp, in get_bitmap_visitor()
4954 struct st_fragment_program *stfp; in get_mesa_program()
4963 stfp = (struct st_fragment_program *)prog; in get_mesa_program()