Searched refs:INPUT_SRC (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
H A D | nv04_state_frag.c | 165 #define INPUT_SRC(rc, in, src, flags) \ macro 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( [all...] |
H A D | nv10_state_frag.c | 207 #define INPUT_SRC(rc, var, src, chan) \ macro 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( [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
H A D | nv04_state_frag.c | 165 #define INPUT_SRC(rc, in, src, flags) \ macro 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( [all...] |
H A D | nv10_state_frag.c | 207 #define INPUT_SRC(rc, var, src, chan) \ macro 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( [all...] |
Completed in 144 milliseconds