Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py103halfswizzle = False, widen = False, lanes = False, combine = False, lane = None, absneg = False, n… argument
110 self.halfswizzle = halfswizzle
127 if widen or lanes or halfswizzle:
164 self.halfswizzle = False
236 halfswizzle = el.get('halfswizzle', False),
Dvalhall.h81 bool halfswizzle : 1; member
Dasm.py235 elif src.halfswizzle and mod in enums[f'half_swizzles_{src.size}_bit'].bare_values:
Dva_pack.c510 } else if (src_info.halfswizzle) { in va_pack_alu()