Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_wrmasks.c134 unsigned align_off = nir_intrinsic_align_offset(intr); in split_wrmask() local
136 align_off += offset_units * first_component; in split_wrmask()
137 align_off = align_off % align_mul; in split_wrmask()
139 nir_intrinsic_set_align(new_intr, align_mul, align_off); in split_wrmask()