Lines Matching refs:ambient
1232 struct ureg ambient = lightprod_front[i][0];
1263 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1268 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1273 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1279 release_temp(p, ambient);
1299 struct ureg ambient = lightprod_back[i][0];
1336 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1340 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/
1344 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0);
1354 release_temp(p, ambient);