Lines Matching refs:OPCODE_MOV
630 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp()
706 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough()
1046 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting()
1063 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
1079 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting()
1084 emit_op1(p, OPCODE_MOV, res1, 0, _col1); in build_lighting()
1089 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting()
1094 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1); in build_lighting()
1310 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); in build_fog()
1325 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)); in build_fog()
1473 emit_op1(p, OPCODE_MOV, out_texgen, normal_mask, normal ); in build_texture_transform()
1478 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in ); in build_texture_transform()
1553 emit_op1(p, OPCODE_MOV, out, WRITEMASK_X, in); in build_array_pointsize()