Searched refs:i915_fragment_program (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_program.h | 109 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 *p, [all …]
|
D | i915_program.c | 76 i915_get_temp(struct i915_fragment_program *p) in i915_get_temp() 90 i915_get_utemp(struct i915_fragment_program * p) in i915_get_utemp() 103 i915_release_utemps(struct i915_fragment_program *p) in i915_release_utemps() 110 i915_emit_decl(struct i915_fragment_program *p, in i915_emit_decl() 140 i915_emit_arith(struct i915_fragment_program * p, in i915_emit_arith() 206 static GLuint get_free_rreg (struct i915_fragment_program *p, in get_free_rreg() 217 GLuint i915_emit_texld( struct i915_fragment_program *p, in i915_emit_texld() 301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0) in i915_emit_const1f() 331 i915_emit_const2f(struct i915_fragment_program * p, GLfloat c0, GLfloat c1) in i915_emit_const2f() 370 i915_emit_const4f(struct i915_fragment_program * p, in i915_emit_const4f() [all …]
|
D | i915_fragprog.c | 80 get_texcoord_mapping(struct i915_fragment_program *p, uint8_t texcoord) in get_texcoord_mapping() 96 src_vector(struct i915_fragment_program *p, in src_vector() 214 get_result_vector(struct i915_fragment_program *p, in get_result_vector() 259 translate_tex_src_target(struct i915_fragment_program *p, GLubyte bit) in translate_tex_src_target() 314 static bool calc_live_regs( struct i915_fragment_program *p ) in calc_live_regs() 361 static GLuint get_live_regs( struct i915_fragment_program *p, in get_live_regs() 383 upload_program(struct i915_fragment_program *p) in upload_program() 1020 fixup_depth_write(struct i915_fragment_program *p) in fixup_depth_write() 1033 check_texcoord_mapping(struct i915_fragment_program *p) in check_texcoord_mapping() 1060 check_wpos(struct i915_fragment_program *p) in check_wpos() [all …]
|
D | i915_context.h | 143 struct i915_fragment_program struct 252 struct i915_fragment_program *current_program;
|
D | i915_context.c | 75 struct i915_fragment_program *p = in i915InvalidateState() 76 (struct i915_fragment_program *) ctx->FragmentProgram._Current; in i915InvalidateState()
|
D | i915_state.c | 651 struct i915_fragment_program *p = in i915_update_sprite_point_enable() 652 (struct i915_fragment_program *) ctx->FragmentProgram._Current; in i915_update_sprite_point_enable()
|