HomeSort by relevance Sort by last modified time
    Searched refs:i915_fragment_program (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
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...]
i915_program.c 76 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 * p
    [all...]
i915_fragprog.c 80 src_vector(struct i915_fragment_program *p,
204 get_result_vector(struct i915_fragment_program *p,
249 translate_tex_src_target(struct i915_fragment_program *p, GLubyte bit)
304 static bool calc_live_regs( struct i915_fragment_program *p )
351 static GLuint get_live_regs( struct i915_fragment_program *p,
373 upload_program(struct i915_fragment_program *p)
    [all...]
i915_context.c 67 struct i915_fragment_program *p =
68 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
i915_context.h 139 struct i915_fragment_program struct
257 struct i915_fragment_program *current_program;
i915_state.c 661 struct i915_fragment_program *p =
662 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
    [all...]

Completed in 46 milliseconds