Home | History | Annotate | Download | only in main

Lines Matching full:_bfc0

1042    struct ureg _bfc0 = undef, _bfc1 = undef;
1084 _bfc0 = make_temp(p, get_scenecolor(p, 1));
1088 _bfc1 = _bfc0;
1105 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0);
1256 res0 = _bfc0;
1261 res0 = _bfc0;
1277 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1281 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/
1285 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0);
1288 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0);