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