Searched refs:modulus (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2-test.c144 int modulus, remainder, count; local in function:run
215 for (modulus = 1; modulus <= 128; modulus <<= 1) {
216 for (count = 0; prime[count] < modulus; count++) {
224 target = msc + modulus + 1;
225 target &= -modulus;
228 DRI2WaitMSC(dpy, win, target, modulus, remainder,
232 modulus, remainder,
237 target &= -modulus;
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbtile.c57 modulus(-yRot, tileHeight, tileY);
59 modulus(-xRot, FB_UNIT, tileX);
107 modulus(-yRot, tileHeight, tileY);
116 modulus(dstX - xRot, tileWidth, tileX);
H A Dfbstipple.c101 modulus(-yRot, stipHeight, stipY);
103 modulus(-xRot, FB_UNIT, stipX);
175 modulus(-yRot, stipHeight, stipY);
176 modulus(dstX / dstBpp - xRot, stipWidth, stipX);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbtile.c57 modulus(-yRot, tileHeight, tileY);
59 modulus(-xRot, FB_UNIT, tileX);
107 modulus(-yRot, tileHeight, tileY);
116 modulus(dstX - xRot, tileWidth, tileX);
H A Dfbstipple.c101 modulus(-yRot, stipHeight, stipY);
103 modulus(-xRot, FB_UNIT, stipX);
175 modulus(-yRot, stipHeight, stipY);
176 modulus(dstX / dstBpp - xRot, stipWidth, stipX);
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dlcra.h53 /* Per node max modulus constraints */
54 uint8_t *modulus; member in struct:lcra_state
H A Dlcra.c53 l->modulus = calloc(sizeof(l->modulus[0]), node_count);
74 free(l->modulus);
105 l->modulus[node] = DIV_ROUND_UP(bound - len + 1, 1 << alignment);
173 unsigned Q = l->modulus[step];
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbtile.c71 modulus (- yRot, tileHeight, tileY);
73 modulus (- xRot, FB_UNIT, tileX);
135 modulus (- yRot, tileHeight, tileY);
145 modulus (dstX - xRot, tileWidth, tileX);
H A Dfbstipple.c140 modulus (- yRot, stipHeight, stipY);
142 modulus (- xRot, FB_UNIT, stipX);
243 modulus (- yRot, stipHeight, stipY);
244 modulus (dstX / dstBpp - xRot, stipWidth, stipX);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtile.c64 modulus(-yRot, tileHeight, tileY);
66 modulus(-xRot, FB_UNIT, tileX);
117 modulus(-yRot, tileHeight, tileY);
126 modulus(dstX - xRot, tileWidth, tileX);
H A Dfbfill.c44 modulus(-yRot, stipHeight, stipY);
45 modulus(dstX / dstBpp - xRot, stipWidth, stipX);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm9 // OUTPUT: $r0: result, $r1: modulus
44 // OUTPUT: $r0: result, $r1: modulus
H A Dgk110.asm9 // OUTPUT: $r0: result, $r1: modulus
48 // OUTPUT: $r0: result, $r1: modulus
H A Dgm107.asm9 // OUTPUT: $r0: result, $r1: modulus
54 // OUTPUT: $r0: result, $r1: modulus
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm9 // OUTPUT: $r0: result, $r1: modulus
44 // OUTPUT: $r0: result, $r1: modulus
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h148 #define modulus(a, b, d) if (((d) = (a) % (b)) < 0) (d) += (b) macro
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c310 modulus(*xy1, wh, c1);
312 modulus(*xy2, wh, c2);
593 modulus(temp_box.x1, pixmap_width, temp_box.x1);
594 modulus(temp_box.x2, pixmap_width, temp_box.x2);
620 modulus(temp_box.y1, pixmap_height,
622 modulus(temp_box.y2, pixmap_height,
835 modulus(box->x1, pixmap_width, c);
840 modulus(box->y1, pixmap_height, d);
1000 modulus(temp_box->x1, pixmap->drawable.width, rem);
1002 modulus(temp_bo
[all...]
H A Dglamor_utils.h284 modulus((_x1_), (pixmap)->drawable.width, c); \
285 modulus((_y1_), (pixmap)->drawable.height, d); \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfunctional.hpp77 struct modulus { struct in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfunctional.hpp77 struct modulus { struct in namespace:clover
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h144 #define modulus(a, b, d) if (((d) = (a) % (b)) < 0) (d) += (b) macro
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.9.2.rst100 [glsl] GLSL preprocessor modulus by zero crash
102 [glsl] GLSL compiler modulus by zero crash
175 - glcpp: Raise error when modulus is zero
H A D7.10.1.rst98 [glsl] GLSL preprocessor modulus by zero crash
100 [glsl] GLSL compiler modulus by zero crash
185 - glcpp: Raise error when modulus is zero
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp261 if (any_of(modulus(), grid_size, block_size))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dkernel.cpp299 if (any_of(modulus(), grid_size, block_size))

Completed in 22 milliseconds

12