HomeSort by relevance Sort by last modified time
    Searched full:emit_simple_arith (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 440 emit_simple_arith(struct i915_fp_compile *p, function
479 emit_simple_arith(p, &inst2, opcode, numArgs, fs);
512 emit_simple_arith(p, inst, A0_ADD, 2, fs);
608 emit_simple_arith(p, inst, A0_DP3, 2, fs);
612 emit_simple_arith(p, inst, A0_DP4, 2, fs);
658 emit_simple_arith(p, inst, A0_FLR, 1, fs);
662 emit_simple_arith(p, inst, A0_FRC, 1, fs);
760 emit_simple_arith(p, inst, A0_MAD, 3, fs);
764 emit_simple_arith(p, inst, A0_MAX, 2, fs);
786 emit_simple_arith(p, inst, A0_MOV, 1, fs)
    [all...]

Completed in 60 milliseconds