• Home
  • Raw
  • Download

Lines Matching refs:emit_op1

625 #define emit_op1(p, op, dst, mask, src0) \  macro
636 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp()
701 emit_op1(p, OPCODE_RSQ, tmp, WRITEMASK_X, tmp); in emit_normalize_vec3()
712 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough()
954 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation()
970 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); in calculate_light_attenuation()
978 emit_op1(p, OPCODE_RCP, dist, 0, dist); in calculate_light_attenuation()
984 emit_op1(p, OPCODE_RCP, att, 0, dist); in calculate_light_attenuation()
1051 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting()
1068 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
1084 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting()
1089 emit_op1(p, OPCODE_MOV, res1, 0, _col1); in build_lighting()
1094 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting()
1099 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1); in build_lighting()
1133 emit_op1(p, OPCODE_RSQ, dist, 0, dist); in build_lighting()
1203 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1209 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1264 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1269 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
1310 emit_op1(p, OPCODE_RSQ, fog, WRITEMASK_X, fog); in build_fog()
1311 emit_op1(p, OPCODE_RCP, fog, WRITEMASK_X, fog); in build_fog()
1315 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); in build_fog()
1319 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1329 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1332 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)); in build_fog()
1386 emit_op1(p, OPCODE_RSQ, tmp, 0, tmp); in build_sphere_texgen()
1480 emit_op1(p, OPCODE_MOV, out_texgen, normal_mask, normal ); in build_texture_transform()
1485 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in ); in build_texture_transform()
1527 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z)); in build_atten_pointsize()
1535 emit_op1(p, OPCODE_RSQ, ut, WRITEMASK_X, ut ); in build_atten_pointsize()
1560 emit_op1(p, OPCODE_MOV, out, WRITEMASK_X, in); in build_array_pointsize()
1597 emit_op1(p, OPCODE_END, undef, 0, undef); in build_tnl_program()