Lines Matching refs:OPCODE_DP3
689 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]); in emit_matrix_transform_vec3()
690 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]); in emit_matrix_transform_vec3()
691 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]); in emit_matrix_transform_vec3()
700 emit_op2(p, OPCODE_DP3, tmp, WRITEMASK_X, src, src); in emit_normalize_vec3()
952 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm); in calculate_light_attenuation()
974 emit_op2(p, OPCODE_DP3, dist, 0, attenuation, dist); in calculate_light_attenuation()
1132 emit_op2(p, OPCODE_DP3, dist, 0, VPpli, VPpli); in build_lighting()
1164 emit_op2(p, OPCODE_DP3, dots, 0, normal, VPpli); in build_lighting()
1167 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_X, normal, VPpli); in build_lighting()
1168 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_Y, normal, half); in build_lighting()
1309 emit_op2(p, OPCODE_DP3, fog, WRITEMASK_X, input, input); in build_fog()
1345 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat); in build_reflect_texgen()
1376 emit_op2(p, OPCODE_DP3, tmp, 0, normal, eye_hat); in build_sphere_texgen()
1384 emit_op2(p, OPCODE_DP3, tmp, 0, tmp, tmp); in build_sphere_texgen()