Home
last modified time | relevance | path

Searched refs:gl_fragment_program (Results 1 – 25 of 44) sorted by relevance

12

/external/mesa3d/src/mesa/program/
Dprogram.h74 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 …]
Dnvfragparse.h36 struct gl_fragment_program;
41 struct gl_fragment_program *program);
Darbprogparse.h32 struct gl_fragment_program;
43 struct gl_fragment_program *program);
Dprogramopt.h36 struct gl_fragment_program *fprog, GLenum fog_mode,
49 _mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog);
Dprogram.c290 _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()
Darbprogparse.c69 struct gl_fragment_program *program) in _mesa_parse_arb_fragment_program()
/external/mesa3d/src/glsl/
Dir_set_program_inouts.cpp91 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/
Dst_cb_drawpixels.h48 struct gl_fragment_program *fpIn,
49 struct gl_fragment_program **fpOut);
51 extern struct gl_fragment_program *
Dst_cb_bitmap.h38 struct gl_fragment_program;
54 struct gl_fragment_program *fpIn,
55 struct gl_fragment_program **fpOut,
Dst_atom_pixeltransfer.c140 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()
Dst_program.h91 struct gl_fragment_program Base;
222 st_fragment_program( struct gl_fragment_program *fp ) in st_fragment_program()
Dst_cb_drawpixels.c82 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()
Dst_context.h164 struct gl_fragment_program *shaders[4];
Dst_cb_bitmap.c215 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()
Dst_atom_rasterizer.c63 const struct gl_fragment_program *fragProg = ctx->FragmentProgram._Current; in update_raster_state()
/external/mesa3d/src/mesa/main/
Dnvprogram.c649 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()
Dstate.c110 const struct gl_fragment_program *prevFP = ctx->FragmentProgram._Current; in update_program()
137gl_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()
Darbprogram.c146 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/
Ds_fragprog.c43 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/
Dbrw_program.c133 struct gl_fragment_program *fprog = (struct gl_fragment_program *) prog; in brwProgramStringNotify()
Dbrw_context.h271 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()
Dbrw_wm_state.c48 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/
Di915_fragprog.c82 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()
Di915_context.h141 struct gl_fragment_program FragProg;
/external/mesa3d/src/mesa/tnl/
Dt_context.c129 const struct gl_fragment_program *fp = ctx->FragmentProgram._Current; in _tnl_InvalidateState()

12