Searched refs:NORMALIZE (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | renormal.c | 74 #define NORMALIZE 2 macro 85 else if (entry==NORMALIZE) { 130 glutAddMenuEntry("Normalize", NORMALIZE);
|
| H A D | shadowtex.c | 126 #define NORMALIZE(dest, src) \ macro 171 NORMALIZE("lightVec", "lightVec")
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_frag.c | 138 #define NORMALIZE 0x2 macro 151 map |= flags & NORMALIZE ? 155 map |= flags & NORMALIZE ? 273 INPUT_ARG(rc, A, 0, NORMALIZE); 274 INPUT_ARG(rc, B, 1, NORMALIZE); 281 INPUT_ARG(rc, A, 0, NORMALIZE); 282 INPUT_ARG(rc, B, 1, NORMALIZE);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_frag.c | 138 #define NORMALIZE 0x2 macro 151 map |= flags & NORMALIZE ? 155 map |= flags & NORMALIZE ? 273 INPUT_ARG(rc, A, 0, NORMALIZE); 274 INPUT_ARG(rc, B, 1, NORMALIZE); 281 INPUT_ARG(rc, A, 0, NORMALIZE); 282 INPUT_ARG(rc, B, 1, NORMALIZE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 61 * Enabling NORMALIZE might give _slightly_ better results. 66 #define NORMALIZE 0 macro 224 #if NORMALIZE /* OPTIONAL normalization of length */ 487 #if !NORMALIZE
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 63 * Enabling NORMALIZE might give _slightly_ better results. 68 #define NORMALIZE 0 macro 226 #if NORMALIZE /* OPTIONAL normalization of length */ 517 #if !NORMALIZE
|
Completed in 6 milliseconds