Home
last modified time | relevance | path

Searched refs:mask_of (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttable.c95 #define mask_of(x) ((1U << (x))-1) macro
116 rr[first].dontcare = mask_of(ARRAY_SIZE(bits)) & ~mask; in one_bit_all()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttable.c95 #define mask_of(x) ((1U << (x))-1) macro
116 rr[first].dontcare = mask_of(ARRAY_SIZE(bits)) & ~mask; in one_bit_all()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_derivatives.c103 .mask = mask_of(nr_components), in midgard_emit_derivatives()
H A Dmidgard_compile.c1048 ins.mask = mask_of(nr_components); in emit_alu()
1100 ins.mask = mask_of(nr_components * 2); in emit_alu()
1104 ins.mask = mask_of(nr_components * 4); in emit_alu()
1108 ins.mask = mask_of(nr_components >> 1); in emit_alu()
1112 ins.mask = mask_of(nr_components >> 2); in emit_alu()
1173 nir_mask = mask_of(nir_intrinsic_dest_components(intr)); in mir_set_intr_mask()
1428 ins.mask = mask_of(nr_comp); in emit_varying_read()
1433 ins.mask = mask_of(ALIGN_POT(nr_comp, 2)); in emit_varying_read()
1518 ins.mask = mask_of(2); /* 64-bit memory address */ in emit_image_op()
1522 ins.mask = mask_of(nir_intrinsic_dest_component in emit_image_op()
[all...]
H A Dmir.c206 unsigned maxmask = mask_of(bytes); in mir_round_bytemask_up()
307 qmask = mask_of(channel_override); in mir_bytemask_of_read_components_index()
H A Dhelpers.h221 mask_of(unsigned nr_comp) in mask_of() function
H A Ddisassemble.c846 rep ? expand_writemask(mask_of(rep), util_logbase2(128 / bits_for_mode(mode))) : mask; in print_vector_field()

Completed in 10 milliseconds