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

/freebsd-12-stable/sys/dev/drm/
H A Dmach64_state.c658 int dword_shift, dwords; local
670 dword_shift = 0;
677 dword_shift = 1;
681 dword_shift = 2;
693 dwords = (blit->width * blit->height) >> dword_shift;
H A Dr128_state.c790 int dword_shift, dwords; local
800 dword_shift = 0;
807 dword_shift = 1;
811 dword_shift = 2;
847 dwords = (blit->width * blit->height) >> dword_shift;

Completed in 108 milliseconds