Home | History | Annotate | Download | only in main

Lines Matching full:eye_hat

1157                struct ureg eye_hat = get_eye_position_normalized(p);
1159 emit_op2(p, OPCODE_SUB, half, 0, VPpli, eye_hat);
1350 struct ureg eye_hat = get_eye_position_normalized(p);
1354 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat);
1358 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat);
1369 struct ureg eye_hat = get_eye_position_normalized(p);
1385 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat);
1389 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat);