Lines Matching defs:ambient
1251 struct ureg ambient = lightprod_front[i][0];
1282 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1287 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1292 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1298 release_temp(p, ambient);
1318 struct ureg ambient = lightprod_back[i][0];
1355 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1359 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/
1363 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0);
1373 release_temp(p, ambient);