Home
last modified time | relevance | path

Searched refs:i915_fp_compile (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h50 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 …]
Di915_fpc_emit.c34 i915_get_temp(struct i915_fp_compile *p) in i915_get_temp()
48 i915_release_temp(struct i915_fp_compile *p, int reg) in i915_release_temp()
59 i915_get_utemp(struct i915_fp_compile * p) in i915_get_utemp()
72 i915_release_utemps(struct i915_fp_compile *p) in i915_release_utemps()
79 i915_emit_decl(struct i915_fp_compile *p, in i915_emit_decl()
112 i915_emit_arith(struct i915_fp_compile * p, in i915_emit_arith()
186 uint i915_emit_texld( struct i915_fp_compile *p, in i915_emit_texld()
284 i915_emit_const1f(struct i915_fp_compile * p, float c0) in i915_emit_const1f()
314 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1) in i915_emit_const2f()
352 i915_emit_const4f(struct i915_fp_compile * p, in i915_emit_const4f()
[all …]
Di915_fpc_translate.c144 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) in i915_program_error()
180 src_vector(struct i915_fp_compile *p, in src_vector()
295 get_result_vector(struct i915_fp_compile *p, in get_result_vector()
351 translate_tex_src_target(struct i915_fp_compile *p, uint tex) in translate_tex_src_target()
385 texture_num_coords(struct i915_fp_compile *p, uint tex) in texture_num_coords()
413 emit_tex(struct i915_fp_compile *p, in emit_tex()
440 emit_simple_arith(struct i915_fp_compile *p, in emit_simple_arith()
465 emit_simple_arith_swap2(struct i915_fp_compile *p, in emit_simple_arith_swap2()
493 i915_translate_instruction(struct i915_fp_compile *p, in i915_translate_instruction()
1112 static void i915_translate_token(struct i915_fp_compile *p, in i915_translate_token()
[all …]