/third_party/libunwind/src/x86_64/ |
D | Gglobal.c | 81 intrmask_t full_mask; in tdep_init() local 82 sigfillset (&full_mask); in tdep_init() 84 SIGPROCMASK (SIG_SETMASK, &full_mask, &saved_mask); in tdep_init()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_copy_prop_vars.c | 1076 unsigned full_mask = (1 << num_components) - 1; in copy_prop_vars_block() local 1080 kill_aliases(state, copies, &dst, full_mask); in copy_prop_vars_block() 1098 kill_aliases(state, copies, &dst, full_mask); in copy_prop_vars_block() 1108 nir_store_deref(b, dst.instr, value.ssa.def[0], full_mask); in copy_prop_vars_block() 1139 get_entry_and_kill_aliases(state, copies, &dst, full_mask); in copy_prop_vars_block() 1140 value_set_from_value(&dst_entry->src, &value, 0, full_mask); in copy_prop_vars_block() 1152 nir_component_mask_t full_mask = (1 << glsl_get_vector_elements(payload.instr->type)) - 1; in copy_prop_vars_block() local 1153 kill_aliases(state, copies, &payload, full_mask); in copy_prop_vars_block() 1176 unsigned full_mask = (1 << num_components) - 1; in copy_prop_vars_block() local 1177 kill_aliases(state, copies, &dst, full_mask); in copy_prop_vars_block() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 174 auto full_mask = nir_imm_ivec4(b, 0, 4, 8, 12); in load_offset_group_from_mask() local 175 return nir_channels(b, full_mask, mask); in load_offset_group_from_mask() 183 uint32_t full_mask; member 195 return mq->mask != mq->full_mask; in update_alu_mask() 203 mq.full_mask = (1 << nir_dest_num_components(op->dest)) - 1; in get_dest_usee_mask()
|
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
D | ValidationUtils.cpp | 35 if ((value & static_cast<dawn::{{as_cppType(type.name)}}>(~{{type.full_mask}})) == 0) {
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
D | ValidationUtils.cpp | 35 if ((value & static_cast<wgpu::{{as_cppType(type.name)}}>(~{{type.full_mask}})) == 0) {
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 118 GLbitfield full_mask = _mesa_replicate_colormask(0xf, num_cb); in colormask_per_rt() local 123 return (ctx->Color.ColorMask & full_mask) != repl_mask0; in colormask_per_rt()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_schedule.c | 1319 unsigned full_mask = 0xF; in mir_schedule_alu() local 1321 if (!bad_writeout && writeout_mask != full_mask) { in mir_schedule_alu() 1324 predicate.mask = writeout_mask ^ full_mask; in mir_schedule_alu() 1333 assert(writeout_mask == full_mask); in mir_schedule_alu() 1341 if (bad_writeout || writeout_mask != full_mask) { in mir_schedule_alu() 1347 vmul->mask = full_mask ^ writeout_mask; in mir_schedule_alu()
|
/third_party/flutter/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 82 self.full_mask = 0 84 self.full_mask = self.full_mask | value.value
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 131 self.full_mask = 0 133 self.full_mask = self.full_mask | value.value
|
/third_party/libunwind/include/ |
D | libunwind_i.h | 183 #define unwi_full_mask UNWI_ARCH_OBJ(full_mask)
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 2746 LLVMValueRef full_mask = LLVMConstInt(ctx->i64, ~0ull, 0); in ac_init_exec_full_mask() local 2747 ac_build_intrinsic(ctx, "llvm.amdgcn.init.exec", ctx->voidt, &full_mask, 1, in ac_init_exec_full_mask()
|