HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 276 - 300 of 4321) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 77 const unsigned outmask = quads[i]->inout.mask;
79 unsigned mask = 0; local
93 mask |= (1 << 0);
98 mask |= (1 << 1);
103 mask |= (1 << 2);
108 mask |= (1 << 3);
114 mask |= (1 << 0);
119 mask |= (1 << 1);
124 mask |= (1 << 2);
129 mask |= (1 << 3)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_clear.c 63 debug_mask(const char *name, GLbitfield mask)
70 if (mask & (1 << i))
81 intelClear(struct gl_context *ctx, GLbitfield mask)
92 if (mask & (BUFFER_BIT_FRONT_LEFT | BUFFER_BIT_FRONT_RIGHT)) {
101 if (!(mask & (1 << i)))
107 mask &= ~(1 << i);
118 blit_mask |= (mask & BUFFER_BITS_COLOR);
122 tri_mask |= (mask & BUFFER_BITS_COLOR);
130 if (mask & BUFFER_BIT_STENCIL) {
137 /* We have to use the 3D engine if we're clearing a partial mask
    [all...]
  /external/e2fsprogs/intl/
explodename.c 60 int mask; local
73 mask = 0;
92 mask |= TERRITORY;
104 mask |= XPG_CODESET;
113 mask |= XPG_NORM_CODESET;
129 mask |= XPG_MODIFIER | CEN_AUDIENCE;
145 mask |= CEN_SPECIAL;
157 mask |= CEN_SPONSOR;
166 mask |= CEN_REVISION;
175 mask &= ~TERRITORY
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 77 const unsigned outmask = quads[i]->inout.mask;
79 unsigned mask = 0; local
93 mask |= (1 << 0);
98 mask |= (1 << 1);
103 mask |= (1 << 2);
108 mask |= (1 << 3);
114 mask |= (1 << 0);
119 mask |= (1 << 1);
124 mask |= (1 << 2);
129 mask |= (1 << 3)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c 63 debug_mask(const char *name, GLbitfield mask)
70 if (mask & (1 << i))
81 intelClear(struct gl_context *ctx, GLbitfield mask)
92 if (mask & (BUFFER_BIT_FRONT_LEFT | BUFFER_BIT_FRONT_RIGHT)) {
101 if (!(mask & (1 << i)))
107 mask &= ~(1 << i);
118 blit_mask |= (mask & BUFFER_BITS_COLOR);
122 tri_mask |= (mask & BUFFER_BITS_COLOR);
130 if (mask & BUFFER_BIT_STENCIL) {
137 /* We have to use the 3D engine if we're clearing a partial mask
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_masks.cc 55 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); local
56 mask->SetBounds(gfx::Size(100, 100));
57 mask->SetIsDrawable(true);
58 mask->SetIsMask(true);
59 green->SetMaskLayer(mask.get());
70 scoped_refptr<ImageLayer> mask = ImageLayer::Create(); local
71 mask->SetIsDrawable(true);
72 mask->SetIsMask(true);
73 mask->SetBounds(gfx::Size(100, 100));
84 mask->SetBitmap(bitmap)
113 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); local
129 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); local
158 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); local
197 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); local
231 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); local
    [all...]
  /external/iptables/extensions/
libxt_connmark.c 29 unsigned long mark, mask; member in struct:xt_connmark_info
41 "[!] --mark value[/mask] Match ctmark value with optional mask\n");
58 info->mask = cb->val.mask;
67 markinfo->mask = cb->val.mask;
72 static void print_mark(unsigned int mark, unsigned int mask)
74 if (mask != 0xffffffffU)
75 printf(" 0x%x/0x%x", mark, mask);
    [all...]
libxt_mark.c 7 unsigned long mark, mask; member in struct:xt_mark_info
19 "[!] --mark value[/mask] Match nfmark value with optional mask\n");
36 info->mask = cb->val.mask;
47 markinfo->mask = cb->val.mask;
50 static void print_mark(unsigned int mark, unsigned int mask)
52 if (mask != 0xffffffffU)
53 printf(" 0x%x/0x%x", mark, mask);
    [all...]
tos_values.c 11 uint8_t value, mask; member in struct:tos_value_mask
27 uint8_t value, uint8_t mask)
31 if (mask != 0x3F)
  /external/valgrind/main/none/tests/linux/
blockfault.c 19 sigset_t mask; local
27 sigfillset(&mask);
28 sigprocmask(SIG_BLOCK, &mask, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 55 unsigned mask = 0x0; local
74 if (-0.50 * position[0] + position[3] < 0) mask |= (1<<0);
75 if ( 0.50 * position[0] + position[3] < 0) mask |= (1<<1);
76 if (-0.50 * position[1] + position[3] < 0) mask |= (1<<2);
77 if ( 0.50 * position[1] + position[3] < 0) mask |= (1<<3);
80 if (-position[0] + position[3] < 0) mask |= (1<<0);
81 if ( position[0] + position[3] < 0) mask |= (1<<1);
82 if (-position[1] + position[3] < 0) mask |= (1<<2);
83 if ( position[1] + position[3] < 0) mask |= (1<<3);
89 if ( position[2] + position[3] < 0) mask |= (1<<4)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 55 unsigned mask = 0x0; local
74 if (-0.50 * position[0] + position[3] < 0) mask |= (1<<0);
75 if ( 0.50 * position[0] + position[3] < 0) mask |= (1<<1);
76 if (-0.50 * position[1] + position[3] < 0) mask |= (1<<2);
77 if ( 0.50 * position[1] + position[3] < 0) mask |= (1<<3);
80 if (-position[0] + position[3] < 0) mask |= (1<<0);
81 if ( position[0] + position[3] < 0) mask |= (1<<1);
82 if (-position[1] + position[3] < 0) mask |= (1<<2);
83 if ( position[1] + position[3] < 0) mask |= (1<<3);
89 if ( position[2] + position[3] < 0) mask |= (1<<4)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 68 have levels at least of the mask's level will be printed
149 OMX_U32 mask; /* debug mask */ member in struct:OMX_TI_Debug
157 /* This macro sets the debug mask in the debug structure based on a mask
162 sscanf((mask_str), "%lx", &(dbg).mask); \
164 (dbg).mask &= ~0ul >> (32 - 4 * strlen(mask_str)); \
165 (dbg).mask |= OMX_DBG_BASEMASK << (4 * strlen(mask_str)); \
168 (dbg).mask = OMX_DBG_BASEMASK; \
173 stdout/stderr output and base mask. *
    [all...]
  /external/bluetooth/bluedroid/bta/ar/
bta_ar.c 39 ** Description This function maps sys_id to ar id mask.
46 UINT8 mask = 0; local
49 mask = BTA_AR_AV_MASK;
53 mask = BTA_AR_AVK_MASK;
56 return mask;
103 UINT8 mask = 0; local
108 mask = BTA_AR_AV_MASK;
113 mask = BTA_AR_AVK_MASK;
122 if (mask)
128 bta_ar_cb.avdt_registered |= mask;
143 UINT8 mask = 0; local
205 UINT8 mask = bta_ar_id (sys_id); local
228 UINT8 mask = bta_ar_id (sys_id); local
248 UINT8 mask = bta_ar_id (sys_id); local
303 UINT8 mask = bta_ar_id (sys_id); local
    [all...]
  /external/qemu/hw/
armv7m.c 38 uint8_t mask; local
41 mask = (1 << ((offset >> 2) & 7));
44 v |= mask;
46 v &= ~mask;
53 uint16_t mask; local
56 mask = (1 << ((offset >> 2) & 15));
57 mask = tswap16(mask);
59 return (v & mask) != 0;
66 uint16_t mask; local
82 uint32_t mask; local
95 uint32_t mask; local
    [all...]
  /bionic/libc/include/sys/
signalfd.h 38 extern int signalfd(int fd, const sigset_t* mask, int flags) __nonnull((2));
  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 36 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
37 #define atomic_set_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "orl %0,%1" : : "r" (mask),"m" (*(addr)) : "memory")
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 36 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
37 #define atomic_set_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "orl %0,%1" : : "r" (mask),"m" (*(addr)) : "memory")
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_tests.h 50 * Mask of the bits that actually meaningful data. Used to mask out the
53 uint8_t mask[UTIL_FORMAT_MAX_PACKED_BYTES]; member in struct:util_format_test_case
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split);
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_noop_swizzle.cpp 64 if (swiz->mask.x != 0)
66 if (elems >= 2 && swiz->mask.y != 1)
68 if (elems >= 3 && swiz->mask.z != 2)
70 if (elems >= 4 && swiz->mask.w != 3)
  /external/iptables/include/linux/netfilter/
xt_connlimit.h 13 union nf_inet_addr mask; member in union:xt_connlimit_info::__anon21323
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_tests.h 50 * Mask of the bits that actually meaningful data. Used to mask out the
53 uint8_t mask[UTIL_FORMAT_MAX_PACKED_BYTES]; member in struct:util_format_test_case
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split);
  /external/mesa3d/src/glsl/
opt_noop_swizzle.cpp 64 if (swiz->mask.x != 0)
66 if (elems >= 2 && swiz->mask.y != 1)
68 if (elems >= 3 && swiz->mask.z != 2)
70 if (elems >= 4 && swiz->mask.w != 3)

Completed in 1291 milliseconds

<<11121314151617181920>>