Searched refs:BITSET_MASK (Results 1 – 5 of 5) sorted by relevance
105 return BITSET_MASK(def->num_components); in nir_get_undef_mask()118 undef |= BITSET_MASK(nir_ssa_alu_instr_src_components(alu, i)) << i; in nir_get_undef_mask()
129 nir_ssa_def *data = nir_channels(b, instr->src[3].ssa, BITSET_MASK(components)); in opt_shrink_vectors_image_store()186 BITSET_MASK(last_bit)); in opt_shrink_vectors_intrinsic()
149 BITSET_MASK(intr->num_components) << (align_chan_offset); in nir_lower_ubo_vec4_lower()
65 #define BITSET_MASK(b) (((b) % BITSET_WORDBITS == 0) ? ~0 : BITSET_BIT(b) - 1) macro66 #define BITSET_RANGE(b, e) ((BITSET_MASK((e) + 1)) & ~(BITSET_BIT(b) - 1))
211 c->centroid_inputs |= (BITSET_MASK(array_len) << in ntt_setup_inputs()437 uint32_t writemask = BITSET_MASK(ssa->num_components); in ntt_get_ssa_def_decl()