Searched refs:emit_simple_arith (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 376 emit_simple_arith(struct i915_fp_compile *p, in emit_simple_arith() function 408 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2() 431 emit_simple_arith(p, inst, A0_ADD, 2, fs); in i915_translate_instruction() 473 emit_simple_arith(p, inst, A0_DP3, 2, fs); in i915_translate_instruction() 477 emit_simple_arith(p, inst, A0_DP4, 2, fs); in i915_translate_instruction() 507 emit_simple_arith(p, inst, A0_FLR, 1, fs); in i915_translate_instruction() 511 emit_simple_arith(p, inst, A0_FRC, 1, fs); in i915_translate_instruction() 601 emit_simple_arith(p, inst, A0_MAD, 3, fs); in i915_translate_instruction() 605 emit_simple_arith(p, inst, A0_MAX, 2, fs); in i915_translate_instruction() 609 emit_simple_arith(p, inst, A0_MIN, 2, fs); in i915_translate_instruction() [all …]
|