Searched refs:__GLX_MEM_COPY (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpackrender.h152 #define __GLX_MEM_COPY(dest,src,bytes) \ macro
188 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT8)
191 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT16)
194 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT32)
197 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_FLOAT32)
200 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_FLOAT64)
H A Deval.c85 __GLX_MEM_COPY(data, points, majorOrder * majorStride *
110 __GLX_MEM_COPY(data, points, majorOrder * majorStride *
121 __GLX_MEM_COPY(data, points, x);
H A Dpixel.c238 __GLX_MEM_COPY(iter2, itera,
245 __GLX_MEM_COPY(iter2, iter, elementsPerRow * elementSize);
445 __GLX_MEM_COPY(itera, sourceImage,
452 __GLX_MEM_COPY(iter, sourceImage,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpackrender.h152 #define __GLX_MEM_COPY(dest,src,bytes) \ macro
188 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT8)
191 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT16)
194 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT32)
197 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_FLOAT32)
200 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_FLOAT64)
H A Deval.c85 __GLX_MEM_COPY(data, points, majorOrder * majorStride *
110 __GLX_MEM_COPY(data, points, majorOrder * majorStride *
121 __GLX_MEM_COPY(data, points, x);
H A Dpixel.c238 __GLX_MEM_COPY(iter2, itera,
245 __GLX_MEM_COPY(iter2, iter, elementsPerRow * elementSize);
445 __GLX_MEM_COPY(itera, sourceImage,
452 __GLX_MEM_COPY(iter, sourceImage,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dg_renderswap.c73 __GLX_MEM_COPY(pc-4, pc, 24);
139 __GLX_MEM_COPY(pc-4, pc, 32);
212 __GLX_MEM_COPY(pc-4, pc, 8);
259 __GLX_MEM_COPY(pc-4, pc, 24);
302 __GLX_MEM_COPY(pc-4, pc, 16);
345 __GLX_MEM_COPY(pc-4, pc, 24);
388 __GLX_MEM_COPY(pc-4, pc, 32);
431 __GLX_MEM_COPY(pc-4, pc, 32);
478 __GLX_MEM_COPY(pc-4, pc, 8);
521 __GLX_MEM_COPY(p
[all...]
H A Drender2swap.c169 __GLX_MEM_COPY(pc-4, pc, compsize*8);
220 __GLX_MEM_COPY(pc-4, pc, compsize*8);
H A Dunpack.h46 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro
47 #define __GLX_GET_DOUBLE(dst,src) __GLX_MEM_COPY(&dst,src,8)
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drender2.c114 __GLX_MEM_COPY(pc-4, pc, compsize*8);
162 __GLX_MEM_COPY(pc-4, pc, compsize*8);
H A Dunpack.h50 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro
51 #define __GLX_GET_DOUBLE(dst,src) __GLX_MEM_COPY(&dst,src,8)
H A Drender2swap.c151 __GLX_MEM_COPY(pc-4, pc, compsize*8);
203 __GLX_MEM_COPY(pc-4, pc, compsize*8);
/xsrc/external/mit/xorg-server/dist/glx/
H A Drender2.c114 __GLX_MEM_COPY(pc - 4, pc, compsize * 8);
166 __GLX_MEM_COPY(pc - 4, pc, compsize * 8);
H A Dunpack.h50 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro
51 #define __GLX_GET_DOUBLE(dst,src) __GLX_MEM_COPY(&dst,src,8)
H A Drender2swap.c155 __GLX_MEM_COPY(pc - 4, pc, compsize * 8);
211 __GLX_MEM_COPY(pc - 4, pc, compsize * 8);

Completed in 27 milliseconds