HomeSort by: relevance | last modified time | path
    Searched defs:BITS (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/fb/
fbbits.c 36 #undef BITS
47 #define BITS BYTE
60 #undef BITS
71 #define BITS CARD16
83 #undef BITS
93 #define BITS CARD32
104 #undef BITS
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbarc.c 30 #define BITS BYTE
34 #undef BITS
40 #define BITS CARD16
43 #undef BITS
48 #define BITS CARD32
50 #undef BITS
93 * Because box.x2 and box.y2 get truncated to 16 bits, and the
fbpoint.c 29 #define BITS BYTE
31 #undef BITS
37 #define BITS CARD16
39 #undef BITS
45 #define BITS CARD32
47 #undef BITS
fbline.c 32 #define BITS BYTE
36 #undef BITS
44 #define BITS CARD16
47 #undef BITS
54 #define BITS CARD32
56 #undef BITS
fbglyph.c 29 #define BITS BYTE
33 #undef BITS
39 #define BITS CARD16
42 #undef BITS
47 #define BITS CARD32
49 #undef BITS
129 unsigned char *pglyph; /* pointer bits in glyph */
192 unsigned char *pglyph; /* pointer bits in glyph */
fbseg.c 85 #define BITS BYTE
92 #undef BITS
99 #define BITS CARD16
105 #undef BITS
111 #define BITS CARD32
116 #undef BITS
132 FbStip bits; local
146 bits = 0;
148 bits |= mask;
151 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits));
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbarc.c 30 #define BITS BYTE
34 #undef BITS
40 #define BITS CARD16
43 #undef BITS
48 #define BITS CARD32
50 #undef BITS
93 * Because box.x2 and box.y2 get truncated to 16 bits, and the
fbpoint.c 29 #define BITS BYTE
31 #undef BITS
37 #define BITS CARD16
39 #undef BITS
45 #define BITS CARD32
47 #undef BITS
fbline.c 32 #define BITS BYTE
36 #undef BITS
44 #define BITS CARD16
47 #undef BITS
54 #define BITS CARD32
56 #undef BITS
fbglyph.c 29 #define BITS BYTE
33 #undef BITS
39 #define BITS CARD16
42 #undef BITS
47 #define BITS CARD32
49 #undef BITS
129 unsigned char *pglyph; /* pointer bits in glyph */
192 unsigned char *pglyph; /* pointer bits in glyph */
fbseg.c 85 #define BITS BYTE
92 #undef BITS
99 #define BITS CARD16
105 #undef BITS
111 #define BITS CARD32
116 #undef BITS
132 FbStip bits; local
146 bits = 0;
148 bits |= mask;
151 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits));
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbbits.c 36 #undef BITS
47 #define BITS BYTE
60 #undef BITS
71 #define BITS CARD16
86 #undef BITS
100 #define BITS CARD32
142 #undef BITS
159 #define BITS CARD32
173 #undef BITS
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_debug.c 232 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo,
277 unsigned bits = (ptr[0] >> 4) & 0xff; local
280 mesa_logi("%s (%d dwords, flags: %x):", name, len, bits);
283 if (bits & (1 << 0)) {
286 BITS(stream, ptr[j], 0, 0, "vb invalidate disable");
289 if (bits & (1 << 1)) {
291 BITS(stream, ptr[j], 29, 24, "vb dword width");
292 BITS(stream, ptr[j], 21, 16, "vb dword pitch");
293 BITS(stream, ptr[j], 15, 0, "vb max index");
296 if (bits & (1 << 2))
380 unsigned bits = (ptr[0] >> 8) & 0x3f; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_debug.c 226 BITS(
285 unsigned bits = (ptr[0] >> 4) & 0xff; local
288 PRINTF(stream, "%s (%d dwords, flags: %x):\n", name, len, bits);
291 if (bits & (1<<0)) {
294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable");
297 if (bits & (1<<1)) {
299 BITS(stream, ptr[j], 29, 24, "vb dword width");
300 BITS(stream, ptr[j], 21, 16, "vb dword pitch");
301 BITS(stream, ptr[j], 15, 0, "vb max index");
304 if (bits & (1<<2))
392 unsigned bits = (ptr[0] >> 8) & 0x3f; local
    [all...]
  /xsrc/external/mit/libXfont/dist/src/fontfile/
decompress.c 57 #define BITS 16
60 * a code_int must be able to hold 2**BITS values of type int, and also -1
62 #if BITS > 15
85 #define INIT_BITS 9 /* initial number of bits/code */
119 char_type buf[BITS];
149 if (maxbits > BITS || maxbits <= INIT_BITS)
176 bzero(file->buf, BITS);
249 * bound by 1 << BITS - 256.
304 register int r_off, bits; local
327 bits = file->n_bits
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
decompress.c 58 #define BITS 16
61 * a code_int must be able to hold 2**BITS values of type int, and also -1
63 #if BITS > 15
86 #define INIT_BITS 9 /* initial number of bits/code */
120 char_type buf[BITS];
150 if (maxbits > BITS || maxbits <= INIT_BITS)
177 bzero(file->buf, BITS);
250 * bound by 1 << BITS - 256.
305 register int r_off, bits; local
328 bits = file->n_bits
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
audio.c 53 #define BITS(reg, high, low) (((reg) & (BITMASK(high, low))) >> (low))
54 #define BIT(reg, n) BITS(reg, n, n)
180 if (BITS(0xc0000000, 31, 30) != 3)
196 #if 0 /* enable HDMI audio bits */
216 #if 0 /* disable HDMI audio bits */
266 printf("AUD_RID major revision\t\t\t0x%lx\n", BITS(dword, 23, 20));
267 printf("AUD_RID minor revision\t\t\t0x%lx\n", BITS(dword, 19, 16));
268 printf("AUD_RID revision id\t\t\t0x%lx\n", BITS(dword, 15, 8));
269 printf("AUD_RID stepping id\t\t\t0x%lx\n", BITS(dword, 7, 0));
298 BITS(dword, 30, 29), dip_port[BITS(dword, 30, 29)])
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_i2c.h 72 // n bits set as 1 from bit(0) to bit(n-1)
73 #define BITS(n) ((1 << (n)) - 1)
78 // set bits as 1 between bit(a) and bit(b)
79 //#define BITSMASK(a,b) ( (a)>(b) ? BITS((a)-(b)+1) << (b) : BITS((b)-(a)+1) << (a) )
82 // set bits as 1 between bit(a) and bit(b)
83 #define MASK(n) ( BITS(LARGE(n)-SMALL(n)+1) << SMALL(n) )
86 // get bits [a:b]'s binary value
91 // move bits value from [a:b] to [c:d]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-private.h 82 BITS,
179 uint32_t * bits; member in struct:bits_image
195 /* Used for indirect access to the bits */
204 bits_image_t bits; member in union:pixman_image
266 uint8_t * bits; member in struct:pixman_iter_t
309 uint32_t * bits,
334 __bits__ = image->bits.bits; \
335 __stride__ = image->bits.rowstride; \
503 uint32_t * bits,
    [all...]

Completed in 41 milliseconds