Searched refs:INPUT_SRC (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/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 354 INPUT_SRC(&rc, D, E_TIMES_F, RGB); 355 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB); 359 INPUT_SRC(&rc, A, FOG, ALPHA); 360 INPUT_SRC(&rc, C, FOG, RGB); 361 INPUT_SRC(&rc, E, FOG, ALPHA); 369 INPUT_SRC(&rc, B, SPARE0, RGB); 370 INPUT_SRC(&rc, G, SPARE0, ALPHA); 372 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB); 373 INPUT_SRC( [all...] |
| /xsrc/external/mit/MesaLib/dist/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 354 INPUT_SRC(&rc, D, E_TIMES_F, RGB); 355 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB); 359 INPUT_SRC(&rc, A, FOG, ALPHA); 360 INPUT_SRC(&rc, C, FOG, RGB); 361 INPUT_SRC(&rc, E, FOG, ALPHA); 369 INPUT_SRC(&rc, B, SPARE0, RGB); 370 INPUT_SRC(&rc, G, SPARE0, ALPHA); 372 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB); 373 INPUT_SRC( [all...] |
Completed in 4 milliseconds