Searched defs:mask (Results 201 - 225 of 409) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dsavage_drm.h204 unsigned int mask; member in struct:drm_savage_cmd_header::__anon3669
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmfbunmap.h8 #undef mask macro
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2608 uint32_t mask; local
2611 mask = (uint32_t)pVM->hm.s.vmx.Msrs.u64Cr0Fixed0;
2613 mask &= ~X86_CR0_NE;
2618 mask &= ~(X86_CR0_PG|X86_CR0_PE);
2623 mask &= ~X86_CR0_PG;
2625 if ((pCtx->cr0 & mask) != mask)
2629 mask = (uint32_t)~pVM->hm.s.vmx.Msrs.u64Cr0Fixed1;
2630 if ((pCtx->cr0 & mask) != 0)
2634 mask
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c401 of interlaced images, depending on the mask value.
402 The mask value describes which pixels are to be combined with
407 If you want all pixels to be combined, pass 0xff (255) in mask. */
413 png_combine_row(png_structp png_ptr, png_bytep row, int mask) argument
427 if (mask == 0xff)
429 png_debug(2,"mask == 0xff: doing single png_memcpy()\n");
433 else /* (png_combine_row() is never called with mask == 0) */
468 if (m & mask)
526 if (m & mask)
580 if (m & mask)
[all...]
H A Dpngvcrd.c74 and edx, 0x00800000 //mask out all bits but mmx bit(24)
97 of interlaced images, depending on the mask value.
98 The mask value describes which pixels are to be combined with
103 you want all pixels to be combined, pass 0xff (255) in mask. */
109 png_combine_row(png_structp png_ptr, png_bytep row, int mask) argument
125 if (mask == 0xff)
131 /* GRR: add "else if (mask == 0)" case?
168 if (m & mask)
226 if (m & mask)
280 if (m & mask)
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dati_fragment_shader.c189 static const char *debug_mask(GLuint mask) { argument
190 switch(mask) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbbits.h304 int y, a, b, d, mask; local
319 mask = info.initialMask;
323 if (mask & 2)
325 if (mask & 8)
329 if (mask & 2)
331 if (mask & 8)
336 mask = info.end.mask;
409 mask = info.start.mask;
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbbits.h304 int y, a, b, d, mask; local
319 mask = info.initialMask;
323 if (mask & 2)
325 if (mask & 8)
329 if (mask & 2)
331 if (mask & 8)
336 mask = info.end.mask;
409 mask = info.start.mask;
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbbits.h348 int y, a, b, d, mask; local
363 mask = info.initialMask;
369 if (mask & 2)
371 if (mask & 8)
376 if (mask & 2)
378 if (mask & 8)
384 mask = info.end.mask;
465 mask = info.start.mask;
[all...]
H A Dmfbmap.h7 #define mask xf1bppmask macro
H A Drandrstr.h286 int mask; member in struct:_RREvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbbits.h350 int y, a, b, d, mask; local
365 mask = info.initialMask;
371 if (mask & 2)
373 if (mask & 8)
378 if (mask & 2)
380 if (mask & 8)
386 mask = info.end.mask;
467 mask = info.start.mask;
[all...]
H A Dmfbmap.h7 #define mask xf1bppmask macro
H A Drandrstr.h286 int mask; member in struct:_RREvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbbits.h350 int y, a, b, d, mask; local
365 mask = info.initialMask;
371 if (mask & 2)
373 if (mask & 8)
378 if (mask & 2)
380 if (mask & 8)
386 mask = info.end.mask;
467 mask = info.start.mask;
[all...]
H A Dmfbmap.h7 #define mask xf1bppmask macro
H A Drandrstr.h286 int mask; member in struct:_RREvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbbits.h350 int y, a, b, d, mask; local
365 mask = info.initialMask;
371 if (mask & 2)
373 if (mask & 8)
378 if (mask & 2)
380 if (mask & 8)
386 mask = info.end.mask;
467 mask = info.start.mask;
[all...]
H A Drandrstr.h321 int mask; member in struct:_RREvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbbits.h350 int y, a, b, d, mask; local
365 mask = info.initialMask;
371 if (mask & 2)
373 if (mask & 8)
378 if (mask & 2)
380 if (mask & 8)
386 mask = info.end.mask;
467 mask = info.start.mask;
[all...]
H A Drandrstr.h325 int mask; member in struct:_RREvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbbits.h350 int y, a, b, d, mask; local
365 mask = info.initialMask;
371 if (mask & 2)
373 if (mask & 8)
378 if (mask & 2)
380 if (mask & 8)
386 mask = info.end.mask;
467 mask = info.start.mask;
[all...]
H A Drandrstr.h325 int mask; member in struct:_RREvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbbits.h350 int y, a, b, d, mask; local
365 mask = info.initialMask;
371 if (mask & 2)
373 if (mask & 8)
378 if (mask & 2)
380 if (mask & 8)
386 mask = info.end.mask;
467 mask = info.start.mask;
[all...]
H A Drandrstr.h324 int mask; member in struct:_RREvent

Completed in 217 milliseconds

1234567891011>>