Home | History | Annotate | Download | only in main

Lines Matching defs:res1

1099       struct ureg res1 = register_output( p, VERT_RESULT_COL1 );
1100 emit_op1(p, OPCODE_MOV, res1, 0, _col1);
1109 struct ureg res1 = register_output( p, VERT_RESULT_BFC1 );
1110 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1);
1188 struct ureg res0, res1;
1196 res1 = register_output( p, VERT_RESULT_COL1 );
1202 res1 = register_output( p, VERT_RESULT_COL0 );
1209 res1 = _col1;
1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
1243 struct ureg res0, res1;
1251 res1 = register_output( p, VERT_RESULT_BFC1 );
1257 res1 = register_output( p, VERT_RESULT_BFC0 );
1262 res1 = _bfc1;
1289 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _bfc1);