| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_debug.h | 34 #define DEBUG_HANDSHAKE_VERSION 0x3
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | gfx_tv.h | 37 0x3, /* negative syncs */ 45 0x3, /* positive syncs */ 53 0x3, /* positive syncs */
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutCursors.h | 100 0x3, 0xc0, 113 0x3, 0xc0, 114 0x3, 0xc0, 119 0x3, 0xc0, 133 0x3, 0xc0, 149 0x3, 0xc0, 153 0x3, 0xc0, 154 0x3, 0xc0, 174 0x3, 0xe0, 180 0x3, [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | dri2tokens.h | 59 #define DRI2_FLIP_COMPLETE 0x3
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl_ext_intel.h | 138 #define CL_ME_BIDIRECTION_INPUT_MODE_INTEL 0x3 149 #define CL_ME_COST_PENALTY_HIGH_INTEL 0x3 154 #define CL_ME_COST_PRECISION_DPEL_INTEL 0x3 159 #define CL_ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_LEFT_INTEL 0x3 171 #define CL_ME_CHROMA_PREDICTOR_MODE_PLANE_INTEL 0x3 303 #define CL_AVC_ME_MAJOR_8x8_INTEL 0x3 308 #define CL_AVC_ME_MINOR_4x4_INTEL 0x3 326 #define CL_AVC_ME_SEARCH_WINDOW_EXTRA_TINY_INTEL 0x3 341 #define CL_AVC_ME_SUBPIXEL_MODE_QPEL_INTEL 0x3 346 #define CL_AVC_ME_COST_PRECISION_DPEL_INTEL 0x3 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 222 * Each row from y0 to y1 is copied in three parts: [x0,x1), [x1,x2), [x2,x3). 233 typedef void (*tile_copy_fn)(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, 252 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument 282 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); 294 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument 348 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); 377 if (x2 != x3) { 378 mem_copy_align16(dst + ((xo + yo + 0 * column_width) ^ swizzle), src + x2 + 0 * src_pitch, x3 - x2); 379 mem_copy_align16(dst + ((xo + yo + 1 * column_width) ^ swizzle), src + x2 + 1 * src_pitch, x3 - x2); 380 mem_copy_align16(dst + ((xo + yo + 2 * column_width) ^ swizzle), src + x2 + 2 * src_pitch, x3 416 xtiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument 458 ytiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument 630 linear_to_xtiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 675 linear_to_ytiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 719 xtiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 775 ytiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 881 uint32_t x3 = MIN2(xt2, xt + tw); local in function:intel_linear_to_tiled 981 uint32_t x3 = MIN2(xt2, xt + tw); local in function:intel_tiled_to_linear [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 220 * Each row from y0 to y1 is copied in three parts: [x0,x1), [x1,x2), [x2,x3). 231 typedef void (*tile_copy_fn)(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, 250 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument 280 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); 292 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument 346 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); 375 if (x2 != x3) { 376 mem_copy_align16(dst + ((xo + yo + 0 * column_width) ^ swizzle), src + x2 + 0 * src_pitch, x3 - x2); 377 mem_copy_align16(dst + ((xo + yo + 1 * column_width) ^ swizzle), src + x2 + 1 * src_pitch, x3 - x2); 378 mem_copy_align16(dst + ((xo + yo + 2 * column_width) ^ swizzle), src + x2 + 2 * src_pitch, x3 414 xtiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument 456 ytiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument 628 linear_to_xtiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 673 linear_to_ytiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 717 xtiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 773 ytiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument 879 uint32_t x3 = MIN2(xt2, xt + tw); local in function:linear_to_tiled 979 uint32_t x3 = MIN2(xt2, xt + tw); local in function:tiled_to_linear [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog.c | 382 switch(inst & 0x3) { 396 switch(inst0 & 0x3) { 418 (inst) & 0x3, toswiz((inst >> 2) & 0x7), toswiz((inst >> 5) & 0x7), toswiz((inst >> 8) & 0x7), 419 (inst >> 11) & 0x3, 420 (inst >> 13) & 0x3, toswiz((inst >> 15) & 0x7), toswiz((inst >> 18) & 0x7), toswiz((inst >> 21) & 0x7), 421 (inst >> 24) & 0x3, (inst >> 29) & 0x3); 428 (inst >> 12) & 0x3, toswiz((inst >> 14) & 0x7), (inst >> 17) & 0x3, 429 (inst >> 19) & 0x3, toswi [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog.c | 381 switch(inst & 0x3) { 395 switch(inst0 & 0x3) { 417 (inst) & 0x3, toswiz((inst >> 2) & 0x7), toswiz((inst >> 5) & 0x7), toswiz((inst >> 8) & 0x7), 418 (inst >> 11) & 0x3, 419 (inst >> 13) & 0x3, toswiz((inst >> 15) & 0x7), toswiz((inst >> 18) & 0x7), toswiz((inst >> 21) & 0x7), 420 (inst >> 24) & 0x3, (inst >> 29) & 0x3); 427 (inst >> 12) & 0x3, toswiz((inst >> 14) & 0x7), (inst >> 17) & 0x3, 428 (inst >> 19) & 0x3, toswi [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_reg.h | 30 #define CMD_3D (0x3 << 29) 45 #define MI_WAIT_FOR_EVENT (CMD_MI | (0x3 << 23)) 56 #define _3DSTATE_DRAWRECT_INFO (CMD_3D | (0x1d<<24) | (0x80<<16) | 0x3) 85 #define TEXCOORDFMT_1D 0x3 183 #define S6_TRISTRIP_PV_MASK (0x3<<0) 190 #define BUF_3D_ID_COLOR_BACK (0x3<<24) 198 #define BUF_3D_ADDR(x) ((x) & ~0x3) 210 #define PRIM3D_TRIFAN (0x3<<18) 237 #define BR13_8888 (0x3 << 24)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_reg.h | 30 #define CMD_3D (0x3 << 29) 45 #define MI_WAIT_FOR_EVENT (CMD_MI | (0x3 << 23)) 56 #define _3DSTATE_DRAWRECT_INFO (CMD_3D | (0x1d<<24) | (0x80<<16) | 0x3) 85 #define TEXCOORDFMT_1D 0x3 183 #define S6_TRISTRIP_PV_MASK (0x3<<0) 190 #define BUF_3D_ID_COLOR_BACK (0x3<<24) 198 #define BUF_3D_ADDR(x) ((x) & ~0x3) 210 #define PRIM3D_TRIFAN (0x3<<18) 237 #define BR13_8888 (0x3 << 24)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | eg_sq.h | 43 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) 44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) 78 #define S_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((unsigned)(x) & 0x3) << 30) 79 #define G_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) >> 30) & 0x3) 86 #define S_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((unsigned)(x) & 0x3) << 0) 87 #define G_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) >> 0) & 0x3) 112 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((unsigned)(x) & 0x3) << 4) 113 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((x) >> 4) & 0x3) 118 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((unsigned)(x) & 0x3) << 6) 119 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((x) >> 6) & 0x3) [all...] |
| H A D | r600d_common.h | 36 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) 46 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) 51 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) 56 #define WAIT_REG_MEM_MEM_SPACE(x) (((unsigned)(x) & 0x3) << 4) 92 #define EVENT_TYPE_SAMPLE_STREAMOUTSTATS3 0x3 /* EG and later */ 121 #define PREDICATION_OP_BOOL64 0x3
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | eg_sq.h | 43 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) 44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) 78 #define S_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((unsigned)(x) & 0x3) << 30) 79 #define G_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) >> 30) & 0x3) 86 #define S_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((unsigned)(x) & 0x3) << 0) 87 #define G_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) >> 0) & 0x3) 112 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((unsigned)(x) & 0x3) << 4) 113 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((x) >> 4) & 0x3) 118 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((unsigned)(x) & 0x3) << 6) 119 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((x) >> 6) & 0x3) [all...] |
| H A D | r600d_common.h | 36 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) 46 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) 51 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) 56 #define WAIT_REG_MEM_MEM_SPACE(x) (((unsigned)(x) & 0x3) << 4) 92 #define EVENT_TYPE_SAMPLE_STREAMOUTSTATS3 0x3 /* EG and later */ 121 #define PREDICATION_OP_BOOL64 0x3
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | fontxlfd.h | 42 #define PIXELSIZE_MASK 0x3 46 #define PIXELSIZE_SCALAR_NORMALIZED 0x3 /* Adjusted for resolution */
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | fontxlfd.h | 42 #define PIXELSIZE_MASK 0x3 46 #define PIXELSIZE_SCALAR_NORMALIZED 0x3 /* Adjusted for resolution */
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontxlfd.h | 42 #define PIXELSIZE_MASK 0x3 46 #define PIXELSIZE_SCALAR_NORMALIZED 0x3 /* Adjusted for resolution */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_reg.h | 35 #define CMD_3D (0x3<<29) 41 #define PRIM3D_TRIFAN (0x3<<18) 99 #define BUF_3D_ID_COLOR_BACK (0x3<<24) 107 #define BUF_3D_ADDR(x) ((x) & ~0x3) 256 #define BLENDFUNC_MIN 0x3 270 #define SIS0_BUFFER_ADDRESS(x) ((x)&~0x3) 275 #define DIS0_BUFFER_ADDRESS(x) ((x)&~0x3) 279 #define SSB0_BUFFER_ADDRESS(x) ((x)&~0x3) 284 #define MSB0_BUFFER_ADDRESS(x) ((x)&~0x3) 289 #define PSP0_BUFFER_ADDRESS(x) ((x)&~0x3) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_reg.h | 33 #define CMD_3D (0x3 << 29) 39 #define PRIM3D_TRIFAN (0x3 << 18) 94 #define BUF_3D_ID_COLOR_BACK (0x3 << 24) 102 #define BUF_3D_ADDR(x) ((x) & ~0x3) 242 #define BLENDFUNC_MIN 0x3 256 #define SIS0_BUFFER_ADDRESS(x) ((x) & ~0x3) 261 #define DIS0_BUFFER_ADDRESS(x) ((x) & ~0x3) 265 #define SSB0_BUFFER_ADDRESS(x) ((x) & ~0x3) 270 #define MSB0_BUFFER_ADDRESS(x) ((x) & ~0x3) 275 #define PSP0_BUFFER_ADDRESS(x) ((x) & ~0x3) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 231 ADDR_CHANNEL_SETTING x3 = InitChannel(1, 0, log2BytesPP + bankXStart); local in function:Addr::V1::SiLib::ComputeBankEquation 240 x3.value = (threshX > bankXStart) ? x3.value : 0; 255 pEquation->xor1[0] = x3; 266 pEquation->addr[0] = x3; 278 pEquation->addr[0] = x3; 290 pEquation->addr[0] = x3; 310 pEquation->xor1[0] = x3; 319 pEquation->addr[0] = x3; 329 pEquation->addr[0] = x3; 460 ADDR_CHANNEL_SETTING x3 = InitChannel(1, 0, 3 + log2BytesPP); local in function:Addr::V1::SiLib::ComputePipeEquation 686 UINT_32 x3 = _BIT(tx,0); local in function:Addr::V1::SiLib::ComputePipeFromCoord 845 UINT_32 x3 = 0; local in function:Addr::V1::SiLib::ComputeTileCoordFromPipeAndElemIdx 2541 UINT_32 x3 = 0; local in function:Addr::V1::SiLib::HwlComputeSurfaceCoord2DFromBankPipe [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 230 ADDR_CHANNEL_SETTING x3 = InitChannel(1, 0, log2BytesPP + bankXStart); local in function:Addr::V1::SiLib::ComputeBankEquation 239 x3.value = (threshX > bankXStart) ? x3.value : 0; 254 pEquation->xor1[0] = x3; 265 pEquation->addr[0] = x3; 277 pEquation->addr[0] = x3; 289 pEquation->addr[0] = x3; 309 pEquation->xor1[0] = x3; 318 pEquation->addr[0] = x3; 328 pEquation->addr[0] = x3; 459 ADDR_CHANNEL_SETTING x3 = InitChannel(1, 0, 3 + log2BytesPP); local in function:Addr::V1::SiLib::ComputePipeEquation 685 UINT_32 x3 = _BIT(tx,0); local in function:Addr::V1::SiLib::ComputePipeFromCoord 844 UINT_32 x3 = 0; local in function:Addr::V1::SiLib::ComputeTileCoordFromPipeAndElemIdx 2541 UINT_32 x3 = 0; local in function:Addr::V1::SiLib::HwlComputeSurfaceCoord2DFromBankPipe [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_BlitMM.h | 91 HW_DEBUG(0x3); \ 94 MMIO_OUT32(cPtr->MMIOBase, MR(0x3), \ 101 HW_DEBUG(0x3); \ 104 MMIO_OUT32(cPtr->MMIOBase, MR(0x3), \ 112 HW_DEBUG(0x3); \ 115 MMIO_OUT32(cPtr->MMIOBase, MR(0x3),((c)&0xFFFFFF)); \
|
| H A D | ct_Blitter.h | 121 HW_DEBUG(0x3); \ 124 outl(cPtr->PIOBase+DR(0x3),((((((c)&0xFF)<<8)|((c)&0xFF))<<16) | \ 130 HW_DEBUG(0x3); \ 133 outl(cPtr->PIOBase+DR(0x3),((((c)&0xFFFF)<<16)|((c)&0xFFFF))); \ 139 HW_DEBUG(0x3); \ 142 outl(cPtr->PIOBase+DR(0x3),(c)&0xFFFFFF); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_copy_tmp.h | 54 COPY_FUNC( 0x3 ) 73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
|