| /xsrc/external/mit/xorg-server/dist/Xi/ |
| xiselectev.c | 304 /* Set masks on window */ 348 OtherInputMasks *masks; local 369 masks = wOtherInputMasks(win); 370 if (masks) {
|
| exevents.c | 800 * supports some extra masks for motion when a button is down: 802 * least one button (or that specific button is down). These masks need to 3327 OtherInputMasks *masks; local 3330 masks = wOtherInputMasks(win); 3331 if (masks) {
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| xiselectev.c | 174 /* Set masks on window */ 221 OtherInputMasks *masks; local 240 masks = wOtherInputMasks(win); 241 if (masks)
|
| exevents.c | 2147 OtherInputMasks *masks; local 2150 masks = wOtherInputMasks(win); 2151 if (masks)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_const.c | 401 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; local 408 masks[j + i] = LLVMConstInt(elem_type, 414 return LLVMConstVector(masks, type.length);
|
| lp_bld_format_aos.c | 228 LLVMValueRef masks[4]; local 270 masks[i] = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)); 283 masks[i] = lp_build_const_int32(gallivm, mask); 323 masks[i] = lp_build_const_int32(gallivm, mask); 326 masked = LLVMBuildAnd(builder, packed, LLVMConstVector(masks, 4), ""); 329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| utils.c | 181 uint32_t masks[4]; member in struct:__anon2532 219 const uint32_t * masks; local 235 masks = format_table[0].masks; 240 masks = format_table[1].masks; 245 masks = format_table[2].masks; 250 masks = format_table[5].masks; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_builtin_builder.h | 108 uint64_t masks = 1ull << (x->bit_size - 1); local 109 uint64_t maskv = ~masks; 111 nir_ssa_def *s = nir_imm_intN_t(b, masks, x->bit_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_const.c | 401 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; local 408 masks[j + i] = LLVMConstInt(elem_type, 414 return LLVMConstVector(masks, type.length);
|
| lp_bld_format_aos.c | 228 LLVMValueRef masks[4]; local 270 masks[i] = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)); 283 masks[i] = lp_build_const_int32(gallivm, mask); 323 masks[i] = lp_build_const_int32(gallivm, mask); 326 masked = LLVMBuildAnd(builder, packed, LLVMConstVector(masks, 4), ""); 329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| utils.c | 205 const uint32_t * masks; local 219 masks = masks_table[0]; 223 masks = masks_table[1]; 227 masks = masks_table[2]; 231 masks = masks_table[5]; 234 masks = masks_table[6]; 237 masks = masks_table[3]; 240 masks = masks_table[4]; 243 masks = masks_table[7]; 246 masks = masks_table[8] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| v3d_nir_lower_logic_ops.c | 172 const unsigned masks[4] = { BITFIELD_MASK(bits[0]), local 179 nir_ssa_def *unorm = nir_iand(b, c, nir_imm_int(b, masks[i]));
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_builtin_builder.h | 131 uint64_t masks = 1ull << (x->bit_size - 1); local 132 uint64_t maskv = ~masks; 134 nir_ssa_def *s = nir_imm_intN_t(b, masks, x->bit_size);
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshrec.h | 103 /* masks and counters table descriptor */ 108 PS_Mask masks; member in struct:PS_Mask_TableRec_ 117 PS_Mask_TableRec masks; member in struct:PS_DimensionRec_
|
| /xsrc/external/mit/xmodmap/dist/ |
| exec.c | 103 static unsigned int masks[5] = { local 114 if (mask & masks[i])
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| crime_driver.c | 388 rgb rgbzeros = { 0, 0, 0 }, masks; local 437 masks.red = 0x00ff0000; 438 masks.green = 0x0000ff00; 439 masks.blue = 0x000000ff; 440 if (!xf86SetWeight(pScrn, rgbzeros, masks))
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| ngle_driver.c | 336 rgb rgbzeros = { 0, 0, 0 }, masks; local 406 masks.red = 0x00ff0000; 407 masks.green = 0x0000ff00; 408 masks.blue = 0x000000ff; 409 if (!xf86SetWeight(pScrn, rgbzeros, masks))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_dataflow.c | 655 struct branch_write_mask * masks = &d->BranchMasks[*branch_depth]; local 657 if (masks->HasElse) { 661 masks->IfWriteMask & ~masks->ElseWriteMask; 665 masks->ElseWriteMask & ~d->AliveWriteMask; 667 d->AliveWriteMask = masks->IfWriteMask 668 ^ ((masks->IfWriteMask ^ masks->ElseWriteMask) 669 & (masks->IfWriteMask ^ d->AliveWriteMask)); 672 masks->IfWriteMask & ~d->AliveWriteMask [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_dataflow.c | 655 struct branch_write_mask * masks = &d->BranchMasks[*branch_depth]; local 657 if (masks->HasElse) { 661 masks->IfWriteMask & ~masks->ElseWriteMask; 665 masks->ElseWriteMask & ~d->AliveWriteMask; 667 d->AliveWriteMask = masks->IfWriteMask 668 ^ ((masks->IfWriteMask ^ masks->ElseWriteMask) 669 & (masks->IfWriteMask ^ d->AliveWriteMask)); 672 masks->IfWriteMask & ~d->AliveWriteMask [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| Event.c | 1185 static EventMask const masks[] = { variable 1234 if ((Cardinal) eventType < XtNumber(masks)) 1235 return masks[eventType];
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| igs_driver.c | 479 rgb zeros = { 0, 0, 0 }, masks; local 481 masks.red = 0; 482 masks.green = 0; 483 masks.blue = 0; 485 if (!xf86SetWeight(pScrn, zeros, masks))
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_storm.c | 1412 static const unsigned int masks[5] = { local 1427 if(((srcX ^ dstX) & masks[ pMga->CurrentLayout.bitsPerPixel / 8 ]) == 0) {
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_driver.c | 490 rgb masks = {0xff00,0xff0000,0xff000000}; local 492 rgb masks = {0, 0, 0}; local 495 if (!xf86SetWeight(pScrn, zeros, masks))
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| wsfb_driver.c | 699 rgb zeros = { 0, 0, 0 }, masks; local 729 masks.red = msk << fPtr->fbi.fbi_subtype.fbi_rgbmasks.red_offset; 734 masks.green = msk << fPtr->fbi.fbi_subtype.fbi_rgbmasks.green_offset; 739 masks.blue = msk << fPtr->fbi.fbi_subtype.fbi_rgbmasks.blue_offset; 740 xf86Msg(X_INFO, "masks generated: %08lx %08lx %08lx\n", 741 (unsigned long)masks.red, 742 (unsigned long)masks.green, 743 (unsigned long)masks.blue); 745 masks.red = 0; 746 masks.green = 0 [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| inputstr.h | 79 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */ 96 * these masks. If multiple clients selected for events on the same window, 97 * these masks are in a linked list. 116 * Each window that has events selected has at least one of these masks. If 117 * multiple client selected for events on the same window, these masks are in 124 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */ 129 * Combined XI event masks from all devices. 143 * Bitwise OR of all masks by all clients and the window's parent's masks. 147 * Bitwise OR of all masks by all clients on this window 699 unsigned char **masks; \/* event mask in masks[deviceid][event type byte] *\/ member in struct:_XI2Mask [all...] |