Home
last modified time | relevance | path

Searched refs:new_mask (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/libs/asio/include/boost/asio/detail/
Dposix_signal_blocker.hpp41 sigset_t new_mask; in posix_signal_blocker() local
42 sigfillset(&new_mask); in posix_signal_blocker()
43 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker()
58 sigset_t new_mask; in block() local
59 sigfillset(&new_mask); in block()
60 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
/third_party/boost/boost/asio/detail/
Dposix_signal_blocker.hpp41 sigset_t new_mask; in posix_signal_blocker() local
42 sigfillset(&new_mask); in posix_signal_blocker()
43 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker()
58 sigset_t new_mask; in block() local
59 sigfillset(&new_mask); in block()
60 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_adjust_loop_controls.cpp53 uint32_t new_mask = in Apply() local
72 new_mask |= mask_bit; in Apply()
83 if (!(new_mask & SpvLoopControlDontUnrollMask)) { in Apply()
90 new_mask |= SpvLoopControlPeelCountMask; in Apply()
99 new_mask |= SpvLoopControlPartialCountMask; in Apply()
107 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
Dtransformation_set_memory_operands_mask.cpp77 uint32_t new_mask = message_.memory_operands_mask(); in IsApplicable() local
81 !(new_mask & SpvMemoryAccessVolatileMask)) { in IsApplicable()
92 (new_mask | SpvMemoryAccessVolatileMask | in IsApplicable()
Dfuzzer_pass_adjust_memory_operands_masks.cpp90 uint32_t new_mask = in Apply() local
97 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_adjust_loop_controls.cpp54 uint32_t new_mask = in Apply() local
73 new_mask |= mask_bit; in Apply()
84 if (!(new_mask & SpvLoopControlDontUnrollMask)) { in Apply()
91 new_mask |= SpvLoopControlPeelCountMask; in Apply()
100 new_mask |= SpvLoopControlPartialCountMask; in Apply()
108 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
Dtransformation_set_memory_operands_mask.cpp77 uint32_t new_mask = message_.memory_operands_mask(); in IsApplicable() local
81 !(new_mask & SpvMemoryAccessVolatileMask)) { in IsApplicable()
92 (new_mask | SpvMemoryAccessVolatileMask | in IsApplicable()
Dfuzzer_pass_adjust_memory_operands_masks.cpp91 uint32_t new_mask = in Apply() local
98 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_loop_controls.cpp54 uint32_t new_mask = in Apply() local
73 new_mask |= mask_bit; in Apply()
84 if (!(new_mask & SpvLoopControlDontUnrollMask)) { in Apply()
91 new_mask |= SpvLoopControlPeelCountMask; in Apply()
100 new_mask |= SpvLoopControlPartialCountMask; in Apply()
108 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
Dtransformation_set_memory_operands_mask.cpp77 uint32_t new_mask = message_.memory_operands_mask(); in IsApplicable() local
81 !(new_mask & SpvMemoryAccessVolatileMask)) { in IsApplicable()
92 (new_mask | SpvMemoryAccessVolatileMask | in IsApplicable()
Dfuzzer_pass_adjust_memory_operands_masks.cpp91 uint32_t new_mask = in Apply() local
98 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c210 unsigned statt_mask, new_mask, i; in xmesa_st_framebuffer_validate() local
220 new_mask = statt_mask & ~xstfb->texture_mask; in xmesa_st_framebuffer_validate()
232 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
245 (new_mask & (1 << front)) && in xmesa_st_framebuffer_validate()
246 !(new_mask & (1 << back))) { in xmesa_st_framebuffer_validate()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h71 unsigned int new_mask);
114 unsigned int new_mask);
Dradeon_compiler_util.c168 unsigned int new_mask = 0; in rewrite_writemask() local
176 new_mask |= (1 << GET_SWZ(conversion_swizzle, i)); in rewrite_writemask()
179 return new_mask; in rewrite_writemask()
683 unsigned int new_mask) in rc_make_conversion_swizzle() argument
692 if (GET_BIT(new_mask, new_idx)) { in rc_make_conversion_swizzle()
/third_party/gn/src/gn/
Dhash_table_base.h504 size_t new_mask = new_size - 1; in GrowBuckets() local
514 size_t dst_index = node->hash_value() & new_mask; in GrowBuckets()
521 dst_index = (dst_index + 1) & new_mask; in GrowBuckets()
/third_party/libunwind/include/
Dlibunwind_i.h190 # define SIGPROCMASK(how, new_mask, old_mask) \ argument
191 sigprocmask((how), (new_mask), (old_mask))
193 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c54 unsigned statt_mask, new_mask; in dri_st_framebuffer_validate() local
67 new_mask = (statt_mask & ~drawable->texture_mask); in dri_st_framebuffer_validate()
78 if (new_stamp || new_mask || screen->broken_invalidate) { in dri_st_framebuffer_validate()
98 if (new_mask & (1 << ST_ATTACHMENT_BACK_LEFT) && in dri_st_framebuffer_validate()
/third_party/libuv/src/unix/
Dsignal.c141 sigset_t new_mask; in uv__signal_block_and_lock() local
143 if (sigfillset(&new_mask)) in uv__signal_block_and_lock()
148 if (pthread_sigmask(SIG_SETMASK, &new_mask, saved_sigmask)) in uv__signal_block_and_lock()
/third_party/iowow/src/utils/
Dkhash.h275 khint_t new_mask; \
276 new_mask = new_n_buckets - 1; \
282 i = k & new_mask; \
283 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \
/third_party/ejdb/src/util/
Dkhash.h265 khint_t new_mask; \
266 new_mask = new_n_buckets - 1; \
272 i = k & new_mask; \
273 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c80 unsigned new_mask = 0; in scan_io_usage() local
83 new_mask |= 0x1 << (i / 2); in scan_io_usage()
85 mask = new_mask; in scan_io_usage()
150 unsigned new_mask = mask & ~info->output_usagemask[loc]; in scan_io_usage() local
155 if (new_mask & (1 << i)) { in scan_io_usage()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c116 uint8_t new_mask = 0; in gather_usage() local
119 new_mask |= 0x3 << (2 * i); in gather_usage()
121 mask = new_mask << location_frac; in gather_usage()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c505 uint64_t new_mask = 0; in lp_rast_shade_quads_mask() local
507 new_mask |= ((uint64_t)mask) << (16 * i); in lp_rast_shade_quads_mask()
508 lp_rast_shade_quads_mask_sample(task, inputs, x, y, new_mask); in lp_rast_shade_quads_mask()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c460 uint32_t new_mask = 0; in r600_bind_sampler_states() local
484 new_mask |= 1 << i; in r600_bind_sampler_states()
495 dst->states.enabled_mask |= new_mask; in r600_bind_sampler_states()
496 dst->states.dirty_mask |= new_mask; in r600_bind_sampler_states()
655 uint32_t new_mask = 0; in r600_set_sampler_views() local
718 new_mask |= 1 << i; in r600_set_sampler_views()
728 dst->views.enabled_mask |= new_mask; in r600_set_sampler_views()
729 dst->views.dirty_mask |= new_mask; in r600_set_sampler_views()
/third_party/mesa3d/src/compiler/nir/
Dnir.c91 nir_component_mask_t new_mask = 0; in nir_component_mask_reinterpret() local
98 new_mask |= BITFIELD_RANGE(start, count); in nir_component_mask_reinterpret()
100 return new_mask; in nir_component_mask_reinterpret()

12