Home
last modified time | relevance | path

Searched refs:full_mask (Results 1 – 11 of 11) sorted by relevance

/third_party/libunwind/src/x86_64/
DGglobal.c81 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/
Dnir_opt_copy_prop_vars.c1076 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/
Dsfn_nir_lower_tess_io.cpp174 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/
DValidationUtils.cpp35 if ((value & static_cast<dawn::{{as_cppType(type.name)}}>(~{{type.full_mask}})) == 0) {
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
DValidationUtils.cpp35 if ((value & static_cast<wgpu::{{as_cppType(type.name)}}>(~{{type.full_mask}})) == 0) {
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c118 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/
Dmidgard_schedule.c1319 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/
Ddawn_json_generator.py82 self.full_mask = 0
84 self.full_mask = self.full_mask | value.value
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py131 self.full_mask = 0
133 self.full_mask = self.full_mask | value.value
/third_party/libunwind/include/
Dlibunwind_i.h183 #define unwi_full_mask UNWI_ARCH_OBJ(full_mask)
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2746 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()