Searched refs:emit_simple_arith (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 426 emit_simple_arith(struct i915_fp_compile *p, in emit_simple_arith() function 465 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2() 488 emit_simple_arith(p, inst, A0_ADD, 2, fs); in i915_translate_instruction() 584 emit_simple_arith(p, inst, A0_DP3, 2, fs); in i915_translate_instruction() 588 emit_simple_arith(p, inst, A0_DP4, 2, fs); in i915_translate_instruction() 623 emit_simple_arith(p, inst, A0_FLR, 1, fs); in i915_translate_instruction() 627 emit_simple_arith(p, inst, A0_FRC, 1, fs); in i915_translate_instruction() 723 emit_simple_arith(p, inst, A0_MAD, 3, fs); in i915_translate_instruction() 727 emit_simple_arith(p, inst, A0_MAX, 2, fs); in i915_translate_instruction() 731 emit_simple_arith(p, inst, A0_MIN, 2, fs); in i915_translate_instruction() [all …]
|