Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
Dagx_pack.c301 unsigned src_short = (src & BITFIELD_MASK(10)); in agx_pack_alu() local
306 assert((src_short & (1 << 9)) == 0); in agx_pack_alu()
311 src_short |= (fmod << fmod_offset); in agx_pack_alu()
319 src_short |= sxt; in agx_pack_alu()
324 raw |= (((uint64_t) src_short) << offset); in agx_pack_alu()