HomeSort by: relevance | last modified time | path
    Searched refs:masks (Results 1 - 25 of 42) sorted by relevancy

1 2

  /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/libX11/dist/src/
AllCells.c 36 unsigned long *masks, /* LISTofCARD32 */ /* RETURN */
61 _XRead32 (dpy, (long *) masks, 4L * (long) (rep.nMasks));
  /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/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_
pshrec.c 215 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, used by ps_mask_table_merge_all *
    [all...]
  /xsrc/external/mit/libXi/dist/src/
XISelEv.c 48 XISelectEvents(Display* dpy, Window win, XIEventMask* masks, int num_masks)
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 b][masks c
    [all...]
  /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/xorg-server.old/dist/Xi/
xiselectev.c 174 /* Set masks on window */
221 OtherInputMasks *masks; local
240 masks = wOtherInputMasks(win);
241 if (masks)
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 429 * 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[deviceid], 0, mask->mask_size)
    [all...]
  /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/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.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/xorg-server/dist/Xi/
xiselectev.c 304 /* Set masks on window */
348 OtherInputMasks *masks; local
369 masks = wOtherInputMasks(win);
370 if (masks) {
  /xsrc/external/mit/xmodmap/dist/
exec.c 103 static unsigned int masks[5] = { local
114 if (mask & masks[i])
  /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/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/MesaLib/dist/src/panfrost/bifrost/
gen_disasm.py 39 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-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-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/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 578 recordLocation(uint16_t *locs, uint8_t *masks,
593 if (var->sn == TGSI_SEMANTIC_POSITION && masks)
594 masks[0] = var->mask;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 567 recordLocation(uint16_t *locs, uint8_t *masks,
582 if (var->sn == TGSI_SEMANTIC_POSITION && masks)
583 masks[0] = var->mask;

Completed in 44 milliseconds

1 2