Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c203 unsigned slots_per_arg = (sz == 16) ? 4 : 1; in bit_apply_swizzle() local
209 … ins->swizzle[i][j] = ((swz >> (slots_per_arg * i)) >> (slots_per_chan * j)) & mask; in bit_apply_swizzle()