Home | History | Annotate | Download | only in main

Lines Matching refs:specular

1075          /* Note that we negate the back-face specular exponent here.
1187 struct ureg specular = get_lightprod(p, i, 0, STATE_SPECULAR);
1219 /* there's a non-zero specular term */
1224 /* no attenutation, no specular */
1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
1234 release_temp(p, specular);
1242 struct ureg specular = get_lightprod(p, i, 1, STATE_SPECULAR);
1268 * dot products. dots.Z has the negated back-face specular
1270 * negation makes the back-face specular term positive again.
1289 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _bfc1);
1297 release_temp(p, specular);