Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_ra.c138 unsigned components_per_word = MAX2(32 / size, 1); in bi_adjust_src_ra() local
141 unsigned off = ins->swizzle[src][i] / components_per_word; in bi_adjust_src_ra()
149 ins->swizzle[src][i] %= components_per_word; in bi_adjust_src_ra()