HomeSort by relevance Sort by last modified time
    Searched refs:INPUT_SRC (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 165 #define INPUT_SRC(rc, in, src, flags) \
189 INPUT_SRC(rc, 1, ZERO, INVERT);
190 INPUT_SRC(rc, 2, ZERO, 0);
191 INPUT_SRC(rc, 3, ZERO, 0);
198 INPUT_SRC(rc, 2, ZERO, 0);
199 INPUT_SRC(rc, 3, ZERO, 0);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT);
269 INPUT_SRC(&rc_a, 0, PRIMARY_COLOR, 0);
270 INPUT_SRC(&rc_c, 0, PRIMARY_COLOR, 0)
    [all...]
nv10_state_frag.c 207 #define INPUT_SRC(rc, var, src, chan) \
342 INPUT_SRC(&rc, D, E_TIMES_F, RGB);
343 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB);
347 INPUT_SRC(&rc, A, FOG, ALPHA);
348 INPUT_SRC(&rc, C, FOG, RGB);
349 INPUT_SRC(&rc, E, FOG, ALPHA);
357 INPUT_SRC(&rc, B, SPARE0, RGB);
358 INPUT_SRC(&rc, G, SPARE0, ALPHA);
360 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB);
361 INPUT_SRC(&rc, G, PRIMARY_COLOR, ALPHA)
    [all...]

Completed in 42 milliseconds