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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_crtc.c 520 int byteshift = target_fb->format->cpp[0] * 8 >> 4; local in function:radeon_crtc_do_set_base
521 int tile_addr = (((y >> 3) * pitch_pixels + x) >> (8 - byteshift)) << 11;
522 base += tile_addr + ((x << byteshift) % 256) + ((y % 8) << 8);
radeon_legacy_crtc.c 520 int byteshift = target_fb->format->cpp[0] * 8 >> 4; local in function:radeon_crtc_do_set_base
521 int tile_addr = (((y >> 3) * pitch_pixels + x) >> (8 - byteshift)) << 11;
522 base += tile_addr + ((x << byteshift) % 256) + ((y % 8) << 8);
radeon_display.c 556 int byteshift = fb->format->cpp[0] * 8 >> 4; local in function:radeon_crtc_page_flip_target
557 int tile_addr = (((crtc->y >> 3) * pitch_pixels + crtc->x) >> (8 - byteshift)) << 11;
558 base += tile_addr + ((crtc->x << byteshift) % 256) + ((crtc->y % 8) << 8);
radeon_display.c 556 int byteshift = fb->format->cpp[0] * 8 >> 4; local in function:radeon_crtc_page_flip_target
557 int tile_addr = (((crtc->y >> 3) * pitch_pixels + crtc->x) >> (8 - byteshift)) << 11;
558 base += tile_addr + ((crtc->x << byteshift) % 256) + ((crtc->y % 8) << 8);

Completed in 24 milliseconds