| /xsrc/external/mit/xf86-video-intel/dist/src/render_program/ |
| exa_wm_affine.g6i | 30 pln (8) ul<1>F a0_a_x bl { align1 }; /* pixel 0-7 */
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/ |
| exa_wm_affine.g6i | 30 pln (8) ul<1>F a0_a_x bl { align1 }; /* pixel 0-7 */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbpointbits.h | 25 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 42 INT32 ul = coordToInt(region->extents.x1 - xorg, local 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)) {
|
| 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 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 190 if (isClipped(u.pt32[0], ul, lr) | isClipped(u.pt32[1], ul, lr)) {
|
| fbglyphbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| 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/ |
| fbpointbits.h | 25 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 42 INT32 ul = coordToInt(region->extents.x1 - xorg, local 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)) {
|
| 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 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 190 if (isClipped(u.pt32[0], ul, lr) | isClipped(u.pt32[1], ul, lr)) {
|
| fbglyphbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| fbsegbits.h | 24 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| 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.old/dist/src/gallium/drivers/vc4/ |
| 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/freedreno/computerator/examples/ |
| simple.asm | 22 (ul)mov.u32u32 r0.x, r<a0.x>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| 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/dist/fb/ |
| fbbits.h | 28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 251 INT32 ul, lr; local 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 624 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) 732 INT32 ul, lr; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbbits.h | 28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) 292 INT32 ul, lr; local 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 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr) 825 INT32 ul, lr; local [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| gxvmort1.c | 161 markOffset = (FT_Short)( glyphOffset_p->ul >> 16 ); 162 currentOffset = (FT_Short)( glyphOffset_p->ul );
|
| gxvmort5.c | 179 currentInsertList = (FT_UShort)( glyphOffset->ul >> 16 ); 180 markedInsertList = (FT_UShort)( glyphOffset->ul );
|
| gxvmorx1.c | 135 markIndex = (FT_Short)( glyphOffset_p->ul >> 16 ); 136 currentIndex = (FT_Short)( glyphOffset_p->ul );
|
| 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/ |
| ast_cursor.c | 337 ULONG ul; member in union:__anon6735 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/ |
| set.c | 86 { 2147483648ul, 2362232233ul, 2362232231ul }
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdf.h | 44 ( (map)[(e) >> 5] & ( 1UL << ( (e) & 31 ) ) ) 46 ( (map)[(e) >> 5] |= ( 1UL << ( (e) & 31 ) ) ) 48 ( (map)[(e) >> 5] &= ~( 1UL << ( (e) & 31 ) ) ) 118 unsigned long ul; member in union:bdf_property_t_::__anon5422
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| 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/MesaLib/dist/include/drm-uapi/ |
| i915_drm.h | 570 #define I915_SCHEDULER_CAP_ENABLED (1ul << 0) 571 #define I915_SCHEDULER_CAP_PRIORITY (1ul << 1) 572 #define I915_SCHEDULER_CAP_PREEMPTION (1ul << 2) 573 #define I915_SCHEDULER_CAP_SEMAPHORES (1ul << 3) 574 #define I915_SCHEDULER_CAP_ENGINE_BUSY_STATS (1ul << 4) 583 #define I915_SCHEDULER_CAP_STATIC_PRIORITY_MAP (1ul << 5) 2170 #define I915_REG_READ_8B_WA (1ul << 0)
|