Searched refs:i915_fs_arith (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | i915_3d.h | 392 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ macro 504 i915_fs_arith(MOV, dest_reg, \ 517 i915_fs_arith (FRC, dest_reg, \ 524 i915_fs_arith (ADD, dest_reg, \ 530 i915_fs_arith (MUL, dest_reg, \ 543 i915_fs_arith (RSQ, dest_reg, \ 552 i915_fs_arith (MIN, dest_reg, \ 558 i915_fs_arith (MAX, dest_reg, \ 563 i915_fs_arith (CMP, dest_reg, operand0, operand1, operand2) 571 i915_fs_arith (MAD, dest_reg, op0, op1, op2); \ [all …]
|