Searched refs:subword_shift (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c1450 unsigned subword_shift = (bitsize == 32) ? 0 : (bitsize == 16) ? 1 : 2; local in function:bi_alu_src_index
1453 unsigned new_offset = (src.swizzle[i] >> subword_shift);
1467 assert(comps <= (1 << subword_shift));

Completed in 6 milliseconds