Searched refs:emit_simple_arith (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 441 emit_simple_arith(struct i915_fp_compile *p, in emit_simple_arith() function 480 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2() 504 emit_simple_arith(p, inst, A0_ADD, 2, fs); in i915_translate_instruction() 600 emit_simple_arith(p, inst, A0_DP3, 2, fs); in i915_translate_instruction() 604 emit_simple_arith(p, inst, A0_DP4, 2, fs); in i915_translate_instruction() 650 emit_simple_arith(p, inst, A0_FLR, 1, fs); in i915_translate_instruction() 654 emit_simple_arith(p, inst, A0_FRC, 1, fs); in i915_translate_instruction() 750 emit_simple_arith(p, inst, A0_MAD, 3, fs); in i915_translate_instruction() 754 emit_simple_arith(p, inst, A0_MAX, 2, fs); in i915_translate_instruction() 758 emit_simple_arith(p, inst, A0_MIN, 2, fs); in i915_translate_instruction() [all …]
|