HomeSort by: relevance | last modified time | path
    Searched defs:dword_shift (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
mach64_state.c 655 int dword_shift, dwords; local in function:mach64_dma_dispatch_blit
667 dword_shift = 0;
674 dword_shift = 1;
678 dword_shift = 2;
690 dwords = (blit->width * blit->height) >> dword_shift;
mach64_state.c 655 int dword_shift, dwords; local in function:mach64_dma_dispatch_blit
667 dword_shift = 0;
674 dword_shift = 1;
678 dword_shift = 2;
690 dwords = (blit->width * blit->height) >> dword_shift;
r128_state.c 787 int dword_shift, dwords; local in function:r128_cce_dispatch_blit
797 dword_shift = 0;
804 dword_shift = 1;
808 dword_shift = 2;
844 dwords = (blit->width * blit->height) >> dword_shift;
r128_state.c 787 int dword_shift, dwords; local in function:r128_cce_dispatch_blit
797 dword_shift = 0;
804 dword_shift = 1;
808 dword_shift = 2;
844 dwords = (blit->width * blit->height) >> dword_shift;
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_state.c 792 int dword_shift, dwords; local in function:r128_cce_dispatch_blit
802 dword_shift = 0;
809 dword_shift = 1;
813 dword_shift = 2;
849 dwords = (blit->width * blit->height) >> dword_shift;
r128_state.c 792 int dword_shift, dwords; local in function:r128_cce_dispatch_blit
802 dword_shift = 0;
809 dword_shift = 1;
813 dword_shift = 2;
849 dwords = (blit->width * blit->height) >> dword_shift;

Completed in 29 milliseconds