/external/mesa3d/src/mesa/program/ |
D | program.h | 74 struct gl_fragment_program *prog, 116 struct gl_fragment_program **ptr, in _mesa_reference_fragprog() 117 struct gl_fragment_program *prog) in _mesa_reference_fragprog() 149 static inline struct gl_fragment_program * 151 const struct gl_fragment_program *prog) in _mesa_clone_fragment_program() 153 return (struct gl_fragment_program *) _mesa_clone_program(ctx, &prog->Base); in _mesa_clone_fragment_program() 220 static inline struct gl_fragment_program * 221 gl_fragment_program(struct gl_program *prog) in gl_fragment_program() function 223 return (struct gl_fragment_program *) prog; in gl_fragment_program() 226 static inline const struct gl_fragment_program * [all …]
|
D | nvfragparse.h | 36 struct gl_fragment_program; 41 struct gl_fragment_program *program);
|
D | arbprogparse.h | 32 struct gl_fragment_program; 43 struct gl_fragment_program *program);
|
D | programopt.h | 36 struct gl_fragment_program *fprog, GLenum fog_mode, 49 _mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog);
|
D | program.c | 290 _mesa_init_fragment_program( struct gl_context *ctx, struct gl_fragment_program *prog, in _mesa_init_fragment_program() 353 CALLOC_STRUCT(gl_fragment_program), in _mesa_new_program() 546 const struct gl_fragment_program *fp = gl_fragment_program_const(prog); in _mesa_clone_program() 547 struct gl_fragment_program *fpc = gl_fragment_program(clone); in _mesa_clone_program() 761 const struct gl_fragment_program *fprogA, *fprogB; in _mesa_combine_programs() 762 struct gl_fragment_program *newFprog; in _mesa_combine_programs() 768 newFprog = gl_fragment_program(newProg); in _mesa_combine_programs()
|
D | arbprogparse.c | 69 struct gl_fragment_program *program) in _mesa_parse_arb_fragment_program()
|
/external/mesa3d/src/glsl/ |
D | ir_set_program_inouts.cpp | 91 gl_fragment_program *fprog = (gl_fragment_program *) prog; in mark() 178 gl_fragment_program *fprog = (gl_fragment_program *) prog; in visit_enter() 190 gl_fragment_program *fprog = (gl_fragment_program *) prog; in visit_enter() 206 gl_fragment_program *fprog = (gl_fragment_program *) prog; in do_set_program_inouts()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.h | 48 struct gl_fragment_program *fpIn, 49 struct gl_fragment_program **fpOut); 51 extern struct gl_fragment_program *
|
D | st_cb_bitmap.h | 38 struct gl_fragment_program; 54 struct gl_fragment_program *fpIn, 55 struct gl_fragment_program **fpOut,
|
D | st_atom_pixeltransfer.c | 140 static struct gl_fragment_program * 146 struct gl_fragment_program *fp; in get_pixel_transfer_program() 150 fp = (struct gl_fragment_program *) in get_pixel_transfer_program() 297 struct gl_fragment_program *fp; in update_pixel_transfer() 301 fp = (struct gl_fragment_program *) in update_pixel_transfer()
|
D | st_program.h | 91 struct gl_fragment_program Base; 222 st_fragment_program( struct gl_fragment_program *fp ) in st_fragment_program()
|
D | st_cb_drawpixels.c | 82 is_passthrough_program(const struct gl_fragment_program *prog) in is_passthrough_program() 104 static struct gl_fragment_program * 150 struct gl_fragment_program *fpIn, in st_make_drawpix_fragment_program() 151 struct gl_fragment_program **fpOut) in st_make_drawpix_fragment_program() 185 *fpOut = (struct gl_fragment_program *) newProg; in st_make_drawpix_fragment_program() 196 struct gl_fragment_program * 203 struct gl_fragment_program *fp; in st_make_drawpix_z_stencil_program() 282 fp = (struct gl_fragment_program *) p; in st_make_drawpix_z_stencil_program()
|
D | st_context.h | 164 struct gl_fragment_program *shaders[4];
|
D | st_cb_bitmap.c | 215 struct gl_fragment_program *fpIn, in st_make_bitmap_fragment_program() 216 struct gl_fragment_program **fpOut, in st_make_bitmap_fragment_program() 253 *fpOut = (struct gl_fragment_program *) newProg; in st_make_bitmap_fragment_program()
|
D | st_atom_rasterizer.c | 63 const struct gl_fragment_program *fragProg = ctx->FragmentProgram._Current; in update_raster_state()
|
/external/mesa3d/src/mesa/main/ |
D | nvprogram.c | 649 struct gl_fragment_program *fprog = gl_fragment_program(prog); in _mesa_LoadProgramNV() 651 fprog = gl_fragment_program(ctx->Driver.NewProgram(ctx, target, id)); in _mesa_LoadProgramNV() 662 struct gl_fragment_program *fprog = gl_fragment_program(prog); in _mesa_LoadProgramNV() 664 fprog = gl_fragment_program(ctx->Driver.NewProgram(ctx, target, id)); in _mesa_LoadProgramNV() 811 struct gl_fragment_program *fragProg; in _mesa_ProgramNamedParameter4fNV() 830 fragProg = gl_fragment_program(prog); in _mesa_ProgramNamedParameter4fNV() 877 struct gl_fragment_program *fragProg; in _mesa_GetProgramNamedParameterfvNV() 895 fragProg = gl_fragment_program(prog); in _mesa_GetProgramNamedParameterfvNV()
|
D | state.c | 110 const struct gl_fragment_program *prevFP = ctx->FragmentProgram._Current; in update_program() 137 … gl_fragment_program(fsProg->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program)); in update_program() 159 gl_fragment_program(f->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program)); in update_program() 161 gl_fragment_program(f->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program)); in update_program()
|
D | arbprogram.c | 146 gl_fragment_program(newProg)); in _mesa_BindProgram() 383 struct gl_fragment_program *prog = ctx->FragmentProgram.Current; in _mesa_ProgramStringARB() 390 struct gl_fragment_program *prog = ctx->FragmentProgram.Current; in _mesa_ProgramStringARB() 829 const struct gl_fragment_program *fp = ctx->FragmentProgram.Current; in _mesa_GetProgramivARB()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 43 struct gl_fragment_program *fp = ctx->FragmentProgram._Current; in _swrast_use_fragment_program() 162 const struct gl_fragment_program *program, in init_machine() 218 const struct gl_fragment_program *program = ctx->FragmentProgram._Current; in run_program() 277 const struct gl_fragment_program *program = ctx->FragmentProgram._Current; in _swrast_exec_fragment_program()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 133 struct gl_fragment_program *fprog = (struct gl_fragment_program *) prog; in brwProgramStringNotify()
|
D | brw_context.h | 271 struct gl_fragment_program program; 799 const struct gl_fragment_program *fragment_program; 1225 brw_fragment_program(struct gl_fragment_program *p) in brw_fragment_program() 1231 brw_fragment_program_const(const struct gl_fragment_program *p) in brw_fragment_program_const()
|
D | brw_wm_state.c | 48 const struct gl_fragment_program *fp = brw->fragment_program; in brw_color_buffer_write_enabled() 78 const struct gl_fragment_program *fp = brw->fragment_program; in brw_upload_wm_unit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 82 const struct gl_fragment_program *program) in src_vector() 271 const struct gl_fragment_program *program = &p->FragProg; \ 306 const struct gl_fragment_program *program = &p->FragProg; in calc_live_regs() 354 const struct gl_fragment_program *program = &p->FragProg; in get_live_regs() 375 const struct gl_fragment_program *program = &p->FragProg; in upload_program()
|
D | i915_context.h | 141 struct gl_fragment_program FragProg;
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 129 const struct gl_fragment_program *fp = ctx->FragmentProgram._Current; in _tnl_InvalidateState()
|