Home
last modified time | relevance | path

Searched refs:BITSET_MASK (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_undef.c104 return BITSET_MASK(def->num_components); in nir_get_undef_mask()
117 undef |= BITSET_MASK(nir_ssa_alu_instr_src_components(alu, i)) << i; in nir_get_undef_mask()
H A Dnir_lower_ubo_vec4.c142 BITSET_MASK(intr->num_components) << (align_chan_offset); in nir_lower_ubo_vec4_lower()
/third_party/mesa3d/src/util/
H A Dbitset.h66 #define BITSET_MASK(b) (((b) % BITSET_WORDBITS == 0) ? ~0 : BITSET_BIT(b) - 1) macro
67 #define BITSET_RANGE(b, e) ((BITSET_MASK((e) + 1)) & ~(BITSET_BIT(b) - 1))
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c80 nir_intrinsic_write_mask(intr) : BITSET_MASK(num_comp); in lower_64b_intrinsics()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c831 c->centroid_inputs |= (BITSET_MASK(array_len) << in ntt_setup_inputs()
1224 uint32_t writemask = BITSET_MASK(ssa->num_components); in ntt_get_ssa_def_decl()
2332 uint32_t write_mask = BITSET_MASK(nir_dest_num_components(instr->dest)); in ntt_emit_load_sysval()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h708 return BITSET_MASK(num_channels); in lsc_cmask()

Completed in 14 milliseconds