| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | mach64_common.h | 86 unsigned int front_offset, front_pitch; member in struct:__anon92111f000108
|
| H A D | atidri.c | 846 info.front_pitch = pATIDRIServer->frontPitch;
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_common.h | 75 unsigned int front_offset, front_pitch; member in struct:__anon339d47a40208
|
| H A D | mga_dri.c | 579 init.front_pitch = pMGADRIServer->frontPitch / init.fb_cpp;
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_common.h | 54 unsigned int front_offset, front_pitch; member in struct:__anon1e256b680108
|
| H A D | savage_drm.h | 182 unsigned int front_offset, front_pitch; member in struct:drm_savage_init
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_common.h | 87 unsigned int front_offset, front_pitch; member in struct:__anonbe031e140108
|
| H A D | r128_dri.c | 652 drmInfo.front_pitch = info->frontPitch;
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | savage_drm.h | 93 unsigned int front_offset, front_pitch; member in struct:drm_savage_init
|
| H A D | mach64_drm.h | 212 unsigned int front_offset, front_pitch; member in struct:drm_mach64_init
|
| H A D | mga_drm.h | 288 unsigned int front_offset, front_pitch; member in struct:drm_mga_init
|
| H A D | r128_drm.h | 239 unsigned int front_offset, front_pitch; member in struct:drm_r128_init
|
| H A D | radeon_drm.h | 580 unsigned int front_offset, front_pitch; member in struct:drm_radeon_init
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_present.c | 262 if (pixmap->devKind != intel->front_pitch)
|
| H A D | intel_dri.c | 718 info->old_pitch == info->intel->front_pitch && 821 if (pitch != intel->front_pitch || tiling != intel->front_tiling) { 907 info->old_pitch = intel->front_pitch;
|
| H A D | intel.h | 124 long front_pitch, front_tiling; member in struct:intel_screen_private
|
| H A D | intel_uxa.c | 1115 intel->front_pitch, 1124 scrn->displayWidth = intel->front_pitch / intel->cpp;
|
| H A D | intel_driver.c | 733 intel->front_pitch = pitch;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_present.c | 261 if (pixmap->devKind != intel->front_pitch)
|
| H A D | intel.h | 125 long front_pitch, front_tiling; member in struct:intel_screen_private
|
| H A D | intel_uxa.c | 1089 intel->front_pitch, 1098 scrn->displayWidth = intel->front_pitch / intel->cpp;
|
| H A D | intel_driver.c | 729 intel->front_pitch = pitch;
|
| H A D | intel_dri.c | 796 drm_intel_bo_set_tiling(new_back, &tiling, intel->front_pitch);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_drm.h | 565 unsigned int front_offset, front_pitch; member in struct:drm_radeon_init
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_dri2.c | 181 static int front_pitch(DrawablePtr draw) function in typeref:typename:int 241 back->pitch, front_pitch(draw))); 848 if (bo->scanout && front_pitch(draw) != bo->pitch) { 850 __FUNCTION__, bo->pitch, front_pitch(draw), bo->handle));
|