Lines Matching refs:emit_op1

632 #define emit_op1(p, op, dst, mask, src0) \  macro
643 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp()
708 emit_op1(p, OPCODE_NRM3, dest, WRITEMASK_XYZ, src); in emit_normalize_vec3()
712 emit_op1(p, OPCODE_RSQ, tmp, WRITEMASK_X, tmp); in emit_normalize_vec3()
724 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough()
981 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); in calculate_light_attenuation()
989 emit_op1(p, OPCODE_RCP, dist, 0, dist); in calculate_light_attenuation()
995 emit_op1(p, OPCODE_RCP, att, 0, dist); in calculate_light_attenuation()
1062 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting()
1079 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
1095 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting()
1100 emit_op1(p, OPCODE_MOV, res1, 0, _col1); in build_lighting()
1105 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting()
1110 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1); in build_lighting()
1144 emit_op1(p, OPCODE_RSQ, dist, 0, dist); in build_lighting()
1214 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1220 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1275 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1280 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1321 emit_op1(p, OPCODE_RSQ, fog, WRITEMASK_X, fog); in build_fog()
1322 emit_op1(p, OPCODE_RCP, fog, WRITEMASK_X, fog); in build_fog()
1326 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); in build_fog()
1330 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1338 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1341 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)); in build_fog()
1395 emit_op1(p, OPCODE_RSQ, tmp, 0, tmp); in build_sphere_texgen()
1489 emit_op1(p, OPCODE_MOV, out_texgen, normal_mask, normal ); in build_texture_transform()
1494 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in ); in build_texture_transform()
1536 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z)); in build_atten_pointsize()
1544 emit_op1(p, OPCODE_RSQ, ut, WRITEMASK_X, ut ); in build_atten_pointsize()
1569 emit_op1(p, OPCODE_MOV, out, WRITEMASK_X, in); in build_array_pointsize()
1606 emit_op1(p, OPCODE_END, undef, 0, undef); in build_tnl_program()