Home | History | Annotate | Download | only in main

Lines Matching defs:res0

1094       struct ureg res0 = register_output( p, VERT_RESULT_COL0 );
1095 emit_op1(p, OPCODE_MOV, res0, 0, _col0);
1104 struct ureg res0 = register_output( p, VERT_RESULT_BFC0 );
1105 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0);
1188 struct ureg res0, res1;
1195 res0 = register_output( p, VERT_RESULT_COL0 );
1201 res0 = _col0;
1208 res0 = _col0;
1229 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1243 struct ureg res0, res1;
1250 res0 = register_output( p, VERT_RESULT_BFC0 );
1256 res0 = _bfc0;
1261 res0 = _bfc0;
1288 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0);