Searched refs:eye_hat (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c1141 struct ureg eye_hat = get_eye_position_normalized(p); local in function:build_lighting
1143 emit_op2(p, OPCODE_SUB, half, 0, VPpli, eye_hat);
1334 struct ureg eye_hat = get_eye_position_normalized(p); local in function:build_reflect_texgen
1338 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat);
1342 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat);
1353 struct ureg eye_hat = get_eye_position_normalized(p); local in function:build_sphere_texgen
1369 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat);
1373 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c1193 struct ureg eye_hat = get_eye_position_normalized(p); local in function:build_lighting
1195 emit_op2(p, OPCODE_SUB, half, 0, VPpli, eye_hat);
1409 struct ureg eye_hat = get_eye_position_normalized(p); local in function:build_reflect_texgen
1413 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat);
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat);
1428 struct ureg eye_hat = get_eye_position_normalized(p); local in function:build_sphere_texgen
1444 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat);
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat);

Completed in 5 milliseconds