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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c2762 unsigned bpe_shift = util_logbase2(surf->bpe) / 2; local in function:ac_surface_get_gfx9_pitch_align
2765 return 16 >> bpe_shift;
2768 return 64 >> bpe_shift;
2772 return 256 >> bpe_shift;

Completed in 9 milliseconds