Home | History | Annotate | Download | only in main

Lines Matching defs:ambient

1185 	    struct ureg ambient = get_lightprod(p, i, 0, STATE_AMBIENT);
1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1221 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1226 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1232 release_temp(p, ambient);
1240 struct ureg ambient = get_lightprod(p, i, 1, STATE_AMBIENT);
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);
1295 release_temp(p, ambient);