| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpointbits.h | 25 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 42 INT32 ul = coordToInt(region->extents.x1 - xorg, local in function:DOTS 55 if (!isClipped(pt.pt32[0], ul, lr)) { 59 if (!isClipped(pt.pt32[1], ul, lr)) { 69 if (!isClipped(pt, ul, lr)) { 77 if (!isClipped(pt, ul, lr)) {
|
| H A D | fblinebits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 64 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); local in function:POLYLINE 72 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { 136 if (isClipped(pt2, ul, lr)) 176 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); local in function:POLYSEGMENT 190 if (isClipped(u.pt32[0], ul, lr) | isClipped(u.pt32[1], ul, lr)) {
|
| H A D | fbglyphbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| H A D | fbsegbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpointbits.h | 25 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 42 INT32 ul = coordToInt(region->extents.x1 - xorg, local in function:DOTS 55 if (!isClipped(pt.pt32[0], ul, lr)) { 59 if (!isClipped(pt.pt32[1], ul, lr)) { 69 if (!isClipped(pt, ul, lr)) { 77 if (!isClipped(pt, ul, lr)) {
|
| H A D | fblinebits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 64 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); local in function:POLYLINE 72 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { 136 if (isClipped(pt2, ul, lr)) 176 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); local in function:POLYSEGMENT 190 if (isClipped(u.pt32[0], ul, lr) | isClipped(u.pt32[1], ul, lr)) {
|
| H A D | fbglyphbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| H A D | fbsegbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator_validate.h | 59 return addr[bit / BITMAP_WORDBITS] & (1ul << (bit % BITMAP_WORDBITS)); 65 return addr[bit / BITMAP_WORDBITS] |= (1ul << (bit % BITMAP_WORDBITS));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator_validate.h | 59 return addr[bit / BITMAP_WORDBITS] & (1ul << (bit % BITMAP_WORDBITS)); 65 return addr[bit / BITMAP_WORDBITS] |= (1ul << (bit % BITMAP_WORDBITS));
|
| /xsrc/external/mit/libxcb/dist/doc/tutorial/ |
| H A D | xcb.css | 29 div.section li.title ul 62 div.comp div.xlib ul li 72 div.comp div.xcb ul li
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| H A D | simple.asm | 22 (ul)mov.u32u32 r0.x, r<a0.x>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| H A D | gen_matypes.c | 74 #define DEFINE_UL( s, ul ) \ 75 __asm__ __volatile__ ( "\n->" s " %0" : : "i" (ul) ) 85 #define DEFINE_UL( s, ul ) \ 86 printf( "#define %s\t%lu\n", s, (unsigned long) (ul) );
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbbits.h | 28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 292 INT32 ul, lr; local in function:DOTS 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 305 if (!isClipped(pt,ul,lr)) 317 if (!isClipped(pt,ul,lr)) 686 INT32 ul, lr; local in function:POLYLINE 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l 825 INT32 ul, lr; local in function:POLYSEGMENT [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbbits.h | 28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 251 INT32 ul, lr; local in function:DOTS 254 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 262 if (!isClipped(pt, ul, lr)) { 271 if (!isClipped(pt, ul, lr)) { 610 INT32 ul, lr; local in function:POLYLINE 624 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, l 732 INT32 ul, lr; local in function:POLYSEGMENT [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| H A D | gxvmort1.c | 161 markOffset = (FT_Short)( glyphOffset_p->ul >> 16 ); 162 currentOffset = (FT_Short)( glyphOffset_p->ul );
|
| H A D | gxvmort5.c | 179 currentInsertList = (FT_UShort)( glyphOffset->ul >> 16 ); 180 markedInsertList = (FT_UShort)( glyphOffset->ul );
|
| H A D | gxvmorx1.c | 135 markIndex = (FT_Short)( glyphOffset_p->ul >> 16 ); 136 currentIndex = (FT_Short)( glyphOffset_p->ul );
|
| H A D | gxvmorx5.c | 177 currentInsertList = (FT_Byte) ( glyphOffset_p->ul >> 16 ); 178 markedInsertList = (FT_UShort)( glyphOffset_p->ul );
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_cursor.c | 337 ULONG ul; member in union:ASTLoadCursorARGB::__anoncd127e1a010a 374 ulSrcData32[0].ul = *((ULONG *) pjSrcXor) & 0xF0F0F0F0; 375 ulSrcData32[1].ul = *((ULONG *) (pjSrcXor+4)) & 0xF0F0F0F0; 380 *((ULONG *) pjDstXor) = ulData32.ul; 381 ulCheckSum += (ULONG) ulData32.ul; 388 ulSrcData32[0].ul = *((ULONG *) pjSrcXor) & 0xF0F0F0F0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | set.c | 86 { 2147483648ul, 2362232233ul, 2362232231ul }
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| H A D | bdf.h | 118 unsigned long ul; member in union:bdf_property_t_::__anon49f9c3e0010a
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/ |
| H A D | navtree.css | 6 #nav-tree ul {
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 352 uint32_t ul : 1; member in struct:PACKED 418 uint32_t ul : 1; /* dunno */ member in struct:PACKED 482 uint32_t ul : 1; member in struct:PACKED 539 uint32_t ul : 1; member in struct:PACKED 807 uint32_t ul : 1; /* cat2-cat4 (and cat1 in blob.. which may be bug??) */ member in struct:PACKED::PACKED
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | i915_drm.h | 633 #define I915_SCHEDULER_CAP_ENABLED (1ul << 0) 634 #define I915_SCHEDULER_CAP_PRIORITY (1ul << 1) 635 #define I915_SCHEDULER_CAP_PREEMPTION (1ul << 2) 636 #define I915_SCHEDULER_CAP_SEMAPHORES (1ul << 3) 637 #define I915_SCHEDULER_CAP_ENGINE_BUSY_STATS (1ul << 4) 646 #define I915_SCHEDULER_CAP_STATIC_PRIORITY_MAP (1ul << 5) 2540 #define I915_REG_READ_8B_WA (1ul << 0)
|