Searched refs:NORMALIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Drenormal.c74 #define NORMALIZE 2 macro
85 else if (entry==NORMALIZE) {
130 glutAddMenuEntry("Normalize", NORMALIZE);
H A Dshadowtex.c126 #define NORMALIZE(dest, src) \ macro
171 NORMALIZE("lightVec", "lightVec")
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_frag.c138 #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 Dnv10_state_frag.c138 #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 Ddraw_pipe_aapoint.c61 * 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 Ddraw_pipe_aapoint.c63 * 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