Searched refs:i915_fp_compile (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | 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 …]
|
D | i915_fpc_emit.c | 34 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() 283 i915_emit_const1f(struct i915_fp_compile * p, float c0) in i915_emit_const1f() 313 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1) in i915_emit_const2f() 351 i915_emit_const4f(struct i915_fp_compile * p, in i915_emit_const4f() [all …]
|
D | i915_fpc_translate.c | 130 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) in i915_program_error() 166 src_vector(struct i915_fp_compile *p, in src_vector() 281 get_result_vector(struct i915_fp_compile *p, in get_result_vector() 337 translate_tex_src_target(struct i915_fp_compile *p, uint tex) in translate_tex_src_target() 399 emit_tex(struct i915_fp_compile *p, in emit_tex() 426 emit_simple_arith(struct i915_fp_compile *p, in emit_simple_arith() 451 emit_simple_arith_swap2(struct i915_fp_compile *p, in emit_simple_arith_swap2() 479 i915_translate_instruction(struct i915_fp_compile *p, in i915_translate_instruction() 960 static void i915_translate_token(struct i915_fp_compile *p, in i915_translate_token() 1053 i915_translate_instructions(struct i915_fp_compile *p, in i915_translate_instructions() [all …]
|