Searched refs:i915_fragment_program (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.h109 extern GLuint i915_get_temp(struct i915_fragment_program *p);
110 extern GLuint i915_get_utemp(struct i915_fragment_program *p);
111 extern void i915_release_utemps(struct i915_fragment_program *p);
114 extern GLuint i915_emit_texld(struct i915_fragment_program *p,
120 extern GLuint i915_emit_arith(struct i915_fragment_program *p,
127 extern GLuint i915_emit_decl(struct i915_fragment_program *p,
131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);
133 extern GLuint i915_emit_const2f(struct i915_fragment_program *p,
136 extern GLuint i915_emit_const4fv(struct i915_fragment_program *p,
139 extern GLuint i915_emit_const4f(struct i915_fragment_program *
[all...]
H A Di915_program.c76 i915_get_temp(struct i915_fragment_program *p)
90 i915_get_utemp(struct i915_fragment_program * p)
103 i915_release_utemps(struct i915_fragment_program *p)
110 i915_emit_decl(struct i915_fragment_program *p,
140 i915_emit_arith(struct i915_fragment_program * p,
206 static GLuint get_free_rreg (struct i915_fragment_program *p,
217 GLuint i915_emit_texld( struct i915_fragment_program *p,
301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0)
331 i915_emit_const2f(struct i915_fragment_program * p, GLfloat c0, GLfloat c1)
370 i915_emit_const4f(struct i915_fragment_program *
[all...]
H A Di915_fragprog.c80 get_texcoord_mapping(struct i915_fragment_program *p, uint8_t texcoord)
96 src_vector(struct i915_fragment_program *p,
215 get_result_vector(struct i915_fragment_program *p,
260 translate_tex_src_target(struct i915_fragment_program *p, GLubyte bit)
315 static bool calc_live_regs( struct i915_fragment_program *p )
362 static GLuint get_live_regs( struct i915_fragment_program *p,
384 upload_program(struct i915_fragment_program *p)
1021 fixup_depth_write(struct i915_fragment_program *p)
1034 check_texcoord_mapping(struct i915_fragment_program *p)
1061 check_wpos(struct i915_fragment_program *
[all...]
H A Di915_context.c75 struct i915_fragment_program *p =
76 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
H A Di915_context.h143 struct i915_fragment_program struct
252 struct i915_fragment_program *current_program;
H A Di915_state.c651 struct i915_fragment_program *p =
652 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_program.h109 extern GLuint i915_get_temp(struct i915_fragment_program *p);
110 extern GLuint i915_get_utemp(struct i915_fragment_program *p);
111 extern void i915_release_utemps(struct i915_fragment_program *p);
114 extern GLuint i915_emit_texld(struct i915_fragment_program *p,
120 extern GLuint i915_emit_arith(struct i915_fragment_program *p,
127 extern GLuint i915_emit_decl(struct i915_fragment_program *p,
131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);
133 extern GLuint i915_emit_const2f(struct i915_fragment_program *p,
136 extern GLuint i915_emit_const4fv(struct i915_fragment_program *p,
139 extern GLuint i915_emit_const4f(struct i915_fragment_program *
[all...]
H A Di915_program.c76 i915_get_temp(struct i915_fragment_program *p)
90 i915_get_utemp(struct i915_fragment_program * p)
103 i915_release_utemps(struct i915_fragment_program *p)
110 i915_emit_decl(struct i915_fragment_program *p,
140 i915_emit_arith(struct i915_fragment_program * p,
206 static GLuint get_free_rreg (struct i915_fragment_program *p,
217 GLuint i915_emit_texld( struct i915_fragment_program *p,
301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0)
331 i915_emit_const2f(struct i915_fragment_program * p, GLfloat c0, GLfloat c1)
370 i915_emit_const4f(struct i915_fragment_program *
[all...]
H A Di915_fragprog.c80 get_texcoord_mapping(struct i915_fragment_program *p, uint8_t texcoord)
96 src_vector(struct i915_fragment_program *p,
215 get_result_vector(struct i915_fragment_program *p,
260 translate_tex_src_target(struct i915_fragment_program *p, GLubyte bit)
315 static bool calc_live_regs( struct i915_fragment_program *p )
362 static GLuint get_live_regs( struct i915_fragment_program *p,
384 upload_program(struct i915_fragment_program *p)
1021 fixup_depth_write(struct i915_fragment_program *p)
1034 check_texcoord_mapping(struct i915_fragment_program *p)
1061 check_wpos(struct i915_fragment_program *
[all...]
H A Di915_context.c76 struct i915_fragment_program *p =
77 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
H A Di915_context.h143 struct i915_fragment_program struct
252 struct i915_fragment_program *current_program;
H A Di915_state.c651 struct i915_fragment_program *p =
652 (struct i915_fragment_program *) ctx->FragmentProgram._Current;

Completed in 14 milliseconds