Searched refs:st_fragment_program (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.h | 89 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 );
|
D | st_cb_program.c | 104 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()
|
D | st_context.h | 43 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;
|
D | st_glsl_to_tgsi.h | 57 void get_pixel_transfer_visitor(struct st_fragment_program *fp, 60 void get_bitmap_visitor(struct st_fragment_program *fp,
|
D | st_cb_bitmap.c | 118 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()
|
D | st_atom_shader.c | 76 struct st_fragment_program *stfp; in update_fp() 80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); in update_fp()
|
D | st_cb_bitmap.h | 39 struct st_fragment_program;
|
D | st_program.c | 123 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()
|
D | st_atom_constbuf.c | 141 struct st_fragment_program *fp = st->fp; in update_fs_constants()
|
D | st_cb_drawpixels.c | 106 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()
|
D | st_atom_pixeltransfer.c | 314 st->pixel_xfer.program = (struct st_fragment_program *) fp; in update_pixel_transfer()
|
D | st_glsl_to_tgsi.cpp | 3678 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()
|