| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| gfx6_multisample_state.c | 36 uint8_t bits; local 43 bits = brw_multisample_positions_1x_2x >> (8 * index); 46 bits = brw_multisample_positions_4x >> (8 * index); 49 bits = brw_multisample_positions_8x[index >> 2] >> (8 * (index & 3)); 52 bits = brw_multisample_positions_16x[index >> 2] >> (8 * (index & 3)); 59 result[0] = ((bits >> 4) & 0xf) / 16.0f; 60 result[1] = (bits & 0xf) / 16.0f;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| gen6_multisample_state.c | 36 uint8_t bits; local 43 bits = brw_multisample_positions_1x_2x >> (8 * index); 46 bits = brw_multisample_positions_4x >> (8 * index); 49 bits = brw_multisample_positions_8x[index >> 2] >> (8 * (index & 3)); 52 bits = brw_multisample_positions_16x[index >> 2] >> (8 * (index & 3)); 59 result[0] = ((bits >> 4) & 0xf) / 16.0f; 60 result[1] = (bits & 0xf) / 16.0f;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_pipe_control.c | 42 * PIPE_CONTROL_* bits), and it will take care of splitting it into multiple 62 /* A pipe control command with flush and invalidate bits set 109 * Exercising the write cache flush bits (Render Target Cache Flush 140 * Data, Required Write Cache Flush bits set) 178 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; local 183 bits |= PIPE_CONTROL_VF_CACHE_INVALIDATE; 187 bits |= PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE | 192 bits |= PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE | 199 iris_emit_pipe_control_flush(&ice->batches[i], bits);
|
| /xsrc/external/mit/pixman/dist/demos/ |
| clip-in.c | 19 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local 28 pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WIDTH); 30 memset (bits, 0xff, WIDTH * HEIGHT * 4); 47 free (bits);
|
| trap-test.c | 18 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local 22 memset (bits, 0xff, WIDTH * HEIGHT * 4); 34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4); 46 free (bits);
|
| tri-test.c | 25 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local 29 bits[i] = (i / HEIGHT) * 0x01010000; 32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4); 45 free (bits);
|
| /xsrc/external/mit/pixman/dist/test/ |
| a1-trap-test.c | 18 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local 22 memset (bits, 0xff, WIDTH * HEIGHT * 4); 36 PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4); 44 assert (bits[0] == 0xffff0000); 45 assert (bits[1] == 0xffffffff); 46 assert (bits[1 * WIDTH + 0] == 0xffffffff); 47 assert (bits[1 * WIDTH + 1] == 0xffffffff); 58 free (bits);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| indirect_table.h | 41 * Number of significant bits in the protocol opcode. Opcodes with values 42 * larger than ((1 << bits) - 1) are invalid. 44 unsigned bits; member in struct:__glXDispatchInfo
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| indirect_table.h | 41 * Number of significant bits in the protocol opcode. Opcodes with values 42 * larger than ((1 << bits) - 1) are invalid. 44 unsigned bits; member in struct:__glXDispatchInfo
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaNonTEGlyph.c | 141 CARD32 bits = 0; local 146 bits = SHIFT_R(glyphp->bitsp[line], skipleft); 149 bits = glyphp->bitsp[line]; 156 bits |= SHIFT_L(glyphp->bitsp[line],shift); 160 WRITE_BITS3(bits); 162 WRITE_BITS(bits); 167 bits = SHIFT_R(glyphp->bitsp[line], glyphp->width - shift); 168 else bits = 0; 177 bits |= SHIFT_L(glyphp->bitsp[line], shift); 183 WRITE_BITS3(bits); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/chip/gfx10/ |
| gfx10_gb_reg.h | 63 } bitfields, bits; member in union:GB_ADDR_CONFIG_GFX10
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_array_refcount.h | 54 BITSET_WORD *bits; member in class:ir_array_refcount_entry 59 assert(bits != 0); 62 return BITSET_TEST(bits, linearized_index); 68 * Total number of bits referenced by \c bits.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_rbsp.h | 84 * Make at least 16 more bits available 89 unsigned i, bits; local 91 /* abort if we still have enough bits */ 97 /* abort if we have less than 24 bits left in this nal */ 101 /* check that we have enough bits left from the last fillbits */ 104 /* handle the already escaped bits */ 109 bits = vl_vlc_valid_bits(&rbsp->nal); 110 for (i = valid + 24; i <= bits; i += 8) { 113 rbsp->escaped = bits - i; 114 bits -= 8 137 unsigned bits = 0; local 163 unsigned bits, value; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_clear.h | 44 uint8_t bits : 2; // PIPE_CLEAR_DEPTH, PIPE_CLEAR_STENCIL member in struct:zink_framebuffer_clear_data::__anon2058::__anon2060
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| half_float.h | 123 uint16_t bits; member in struct:float16_t 124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} 125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} 126 float16_t(uint16_t raw_bits) : bits(raw_bits) {}
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_rbsp.h | 84 * Make at least 16 more bits available 89 unsigned i, bits; local 91 /* abort if we still have enough bits */ 97 /* abort if we have less than 24 bits left in this nal */ 101 /* check that we have enough bits left from the last fillbits */ 104 /* handle the already escaped bits */ 109 bits = vl_vlc_valid_bits(&rbsp->nal); 110 for (i = valid + 24; i <= bits; i += 8) { 113 rbsp->escaped = bits - i; 114 bits -= 8 137 unsigned bits = 0; local 163 unsigned bits, value; local [all...] |
| /xsrc/external/mit/libXfont/dist/src/builtins/ |
| builtin.h | 35 const char *bits; member in struct:_BuiltinFile
|
| /xsrc/external/mit/libXfont2/dist/src/builtins/ |
| builtin.h | 35 const char *bits; member in struct:_BuiltinFile
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| stencilwrap.c | 20 int bits, max, i; local 24 glGetIntegerv(GL_STENCIL_BITS, &bits); 25 max = (1 << bits) - 1;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbglyphbits.h | 31 #define WRITE1(d,n,fg) WRITE(d + WRITE_ADDR1(n), (BITS) (fg)) 51 FbStip bits; local 52 BITS *dstLine; 53 BITS *dst; 57 dstLine = (BITS *) dstBits; 59 dstStride *= (sizeof(FbBits) / sizeof(BITS)); 63 bits = *stipple++; 64 dst = (BITS *) dstLine; 66 while (bits) { 67 switch (FbStipMoveLsb(FbLeftStipBits(bits, n), 4, n)) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbglyphbits.h | 31 #define WRITE1(d,n,fg) WRITE(d + WRITE_ADDR1(n), (BITS) (fg)) 51 FbStip bits; local 52 BITS *dstLine; 53 BITS *dst; 57 dstLine = (BITS *) dstBits; 59 dstStride *= (sizeof(FbBits) / sizeof(BITS)); 63 bits = *stipple++; 64 dst = (BITS *) dstLine; 66 while (bits) { 67 switch (FbStipMoveLsb(FbLeftStipBits(bits, n), 4, n)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/chip/gfx9/ |
| gfx9_gb_reg.h | 81 } bitfields, bits; member in union:GB_ADDR_CONFIG_GFX9
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_pipe_control.c | 42 * PIPE_CONTROL_* bits), and it will take care of splitting it into multiple 67 /* A pipe control command with flush and invalidate bits set 148 * Exercising the write cache flush bits (Render Target Cache Flush 183 * Data, Required Write Cache Flush bits set) 234 * send a PIPE_CONTROL with no bits set except Post-Sync Operation != 335 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; local 343 bits |= PIPE_CONTROL_VF_CACHE_INVALIDATE; 347 bits |= PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE | 352 bits |= PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE | 360 bits |= PIPE_CONTROL_RENDER_TARGET_FLUSH [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_pipe_control.c | 42 * PIPE_CONTROL_* bits), and it will take care of splitting it into multiple 64 /* A pipe control command with flush and invalidate bits set 113 * Exercising the write cache flush bits (Render Target Cache Flush 145 * Data, Required Write Cache Flush bits set) 207 uint32_t bits = 0; local 224 bits |= invalidate_bits[access]; 227 bits |= flush_bits[i]; 246 bits |= flush_bits[i]; 264 bits |= invalidate_bits[access]; 267 bits |= flush_bits[i] 341 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_array_refcount.h | 97 assert(bits != 0); 100 return BITSET_TEST(bits, linearized_index); 105 BITSET_WORD *bits; member in class:ir_array_refcount_entry 108 * Total number of bits referenced by \c bits.
|