Searched refs:masks (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Dutils.c181 uint32_t masks[4]; member in struct:driCreateConfigs::__anon3f6f77670108
219 const uint32_t * masks; local in function:driCreateConfigs
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/libX11/dist/src/
H A DAllCells.c36 unsigned long *masks, /* LISTofCARD32 */ /* RETURN */
61 _XRead32 (dpy, (long *) masks, 4L * (long) (rep.nMasks));
32 XAllocColorCells(register Display * dpy,Colormap cmap,Bool contig,unsigned long * masks,unsigned int nplanes,unsigned long * pixels,unsigned int ncolors) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Dutils.c205 const uint32_t * masks; local in function:driCreateConfigs
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
[all...]
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.h103 /* 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_
H A Dpshrec.c215 PS_Mask mask = table->masks;
221 FT_FREE( table->masks );
227 /* ensure that a mask table can contain "count" masks */
241 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
269 mask = table->masks + count - 1;
299 mask = table->masks + count - 1;
368 /* test whether two masks in a table intersect */
374 PS_Mask mask1 = table->masks + index1;
375 PS_Mask mask2 = table->masks + index2;
400 /* merge two masks, use
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dparse_kernel_headers.py696 masks = {}
712 d = shifts if is_shift else masks
759 if name in shifts and name in masks:
761 if field not in masks[name]:
765 'bits': [shift, shift + bitcount(masks[name][field]) - 1],
/xsrc/external/mit/libXi/dist/src/
H A DXISelEv.c48 XISelectEvents(Display* dpy, Window win, XIEventMask* masks, int num_masks) argument
67 current = &masks[i];
96 current = &masks[i];
104 current = &masks[i];
167 * This function takes interleaved xXIEventMask structs & masks off
169 * [struct a][masks a][struct b][masks b][struct c][masks c]
173 * [struct a][struct b][struct c][masks a][masks
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c655 struct branch_write_mask * masks = &d->BranchMasks[*branch_depth]; local in function:pop_branch_mask
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c655 struct branch_write_mask * masks = &d->BranchMasks[*branch_depth]; local in function:pop_branch_mask
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
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiselectev.c174 /* Set masks on window */
221 OtherInputMasks *masks; local in function:ProcXIGetSelectedEvents
240 masks = wOtherInputMasks(win);
241 if (masks)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dinpututils.c429 * flying-car future, when we can dynamically alloc the masks and are
1070 * xi2mask_new() instead to get the standard sized masks.
1072 * @param nmasks The number of masks (== number of devices)
1073 * @param size The size of the masks in bytes
1096 mask->masks = (unsigned char **)(mask + 1);
1100 mask->masks[i] = cursor;
1143 return BitIsOn(mask->masks[dev->id], event_type);
1177 SetBit(mask->masks[deviceid], event_type);
1182 * masks are zeroed.
1192 memset(mask->masks[devicei
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.h131 uint64_t masks = 1ull << (x->bit_size - 1); local in function:nir_copysign
132 uint64_t maskv = ~masks;
134 nir_ssa_def *s = nir_imm_intN_t(b, masks, x->bit_size);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builtin_builder.h108 uint64_t masks = 1ull << (x->bit_size - 1); local in function:nir_copysign
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/
H A Dlp_bld_const.c401 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_const_mask_aos
408 masks[j + i] = LLVMConstInt(elem_type,
414 return LLVMConstVector(masks, type.length);
H A Dlp_bld_format_aos.c228 LLVMValueRef masks[4]; local in function:lp_build_unpack_arith_rgba_aos
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/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c401 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_const_mask_aos
408 masks[j + i] = LLVMConstInt(elem_type,
414 return LLVMConstVector(masks, type.length);
H A Dlp_bld_format_aos.c228 LLVMValueRef masks[4]; local in function:lp_build_unpack_arith_rgba_aos
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/xorg-server/dist/Xi/
H A Dxiselectev.c304 /* Set masks on window */
348 OtherInputMasks *masks; local in function:ProcXIGetSelectedEvents
369 masks = wOtherInputMasks(win);
370 if (masks) {
/xsrc/external/mit/xmodmap/dist/
H A Dexec.c103 static unsigned int masks[5] = { local in function:mapping_busy_pointer
114 if (mask & masks[i])
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c335 rgb rgbzeros = { 0, 0, 0 }, masks; local in function:NGLEPreInit
405 masks.red = 0x00ff0000;
406 masks.green = 0x0000ff00;
407 masks.blue = 0x000000ff;
408 if (!xf86SetWeight(pScrn, rgbzeros, masks))
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c699 rgb zeros = { 0, 0, 0 }, masks; local in function:WsfbPreInit
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dgen_disasm.py39 masks = [reserved_mask(m) for m in op[2].get("derived", [])]
40 return [m for m in masks if m[2] != 0]
47 # 4. Tiebreaker: Longer exact masks (greater unsigned bitwise inverses) win.
58 # Sort by exact masks, descending
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c479 rgb zeros = { 0, 0, 0 }, masks; local in function:IgsPreInit
481 masks.red = 0;
482 masks.green = 0;
483 masks.blue = 0;
485 if (!xf86SetWeight(pScrn, zeros, masks))
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c388 rgb rgbzeros = { 0, 0, 0 }, masks; local in function:CrimePreInit
437 masks.red = 0x00ff0000;
438 masks.green = 0x0000ff00;
439 masks.blue = 0x000000ff;
440 if (!xf86SetWeight(pScrn, rgbzeros, masks))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp567 recordLocation(uint16_t *locs, uint8_t *masks, argument
582 if (var->sn == TGSI_SEMANTIC_POSITION && masks)
583 masks[0] = var->mask;

Completed in 23 milliseconds

123