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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 50 struct i915_fp_compile { struct
196 extern uint i915_get_temp(struct i915_fp_compile *p);
197 extern uint i915_get_utemp(struct i915_fp_compile *p);
198 extern void i915_release_utemps(struct i915_fp_compile *p);
201 extern uint i915_emit_texld(struct i915_fp_compile *p,
209 extern uint i915_emit_arith(struct i915_fp_compile *p,
216 extern uint i915_emit_decl(struct i915_fp_compile *p,
220 extern uint i915_emit_const1f(struct i915_fp_compile *p, float c0);
222 extern uint i915_emit_const2f(struct i915_fp_compile *p,
225 extern uint i915_emit_const4fv(struct i915_fp_compile *p
    [all...]
i915_fpc_emit.c 34 i915_get_temp(struct i915_fp_compile *p)
48 i915_release_temp(struct i915_fp_compile *p, int reg)
59 i915_get_utemp(struct i915_fp_compile * p)
72 i915_release_utemps(struct i915_fp_compile *p)
79 i915_emit_decl(struct i915_fp_compile *p,
112 i915_emit_arith(struct i915_fp_compile * p,
186 uint i915_emit_texld( struct i915_fp_compile *p,
284 i915_emit_const1f(struct i915_fp_compile * p, float c0)
314 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1)
352 i915_emit_const4f(struct i915_fp_compile * p
    [all...]
i915_fpc_translate.c 144 i915_program_error(struct i915_fp_compile *p, const char *msg, ...)
180 src_vector(struct i915_fp_compile *p,
295 get_result_vector(struct i915_fp_compile *p,
351 translate_tex_src_target(struct i915_fp_compile *p, uint tex)
385 texture_num_coords(struct i915_fp_compile *p, uint tex)
413 emit_tex(struct i915_fp_compile *p,
440 emit_simple_arith(struct i915_fp_compile *p,
465 emit_simple_arith_swap2(struct i915_fp_compile *p,
493 i915_translate_instruction(struct i915_fp_compile *p,
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 50 struct i915_fp_compile { struct
196 extern uint i915_get_temp(struct i915_fp_compile *p);
197 extern uint i915_get_utemp(struct i915_fp_compile *p);
198 extern void i915_release_utemps(struct i915_fp_compile *p);
201 extern uint i915_emit_texld(struct i915_fp_compile *p,
209 extern uint i915_emit_arith(struct i915_fp_compile *p,
216 extern uint i915_emit_decl(struct i915_fp_compile *p,
220 extern uint i915_emit_const1f(struct i915_fp_compile *p, float c0);
222 extern uint i915_emit_const2f(struct i915_fp_compile *p,
225 extern uint i915_emit_const4fv(struct i915_fp_compile *p
    [all...]
i915_fpc_emit.c 34 i915_get_temp(struct i915_fp_compile *p)
48 i915_release_temp(struct i915_fp_compile *p, int reg)
59 i915_get_utemp(struct i915_fp_compile * p)
72 i915_release_utemps(struct i915_fp_compile *p)
79 i915_emit_decl(struct i915_fp_compile *p,
112 i915_emit_arith(struct i915_fp_compile * p,
186 uint i915_emit_texld( struct i915_fp_compile *p,
284 i915_emit_const1f(struct i915_fp_compile * p, float c0)
314 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1)
352 i915_emit_const4f(struct i915_fp_compile * p
    [all...]
i915_fpc_translate.c 144 i915_program_error(struct i915_fp_compile *p, const char *msg, ...)
180 src_vector(struct i915_fp_compile *p,
295 get_result_vector(struct i915_fp_compile *p,
351 translate_tex_src_target(struct i915_fp_compile *p, uint tex)
385 texture_num_coords(struct i915_fp_compile *p, uint tex)
413 emit_tex(struct i915_fp_compile *p,
440 emit_simple_arith(struct i915_fp_compile *p,
465 emit_simple_arith_swap2(struct i915_fp_compile *p,
493 i915_translate_instruction(struct i915_fp_compile *p,
    [all...]

Completed in 27 milliseconds