HomeSort by: relevance | last modified time | path
    Searched refs:shadow_allocate (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_crtc.c 254 (*crtcFuncs)->shadow_allocate = SMI_CrtcShadowAllocate;
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_display.c 563 .shadow_allocate = lx_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_crtc.c 449 .shadow_allocate = crtc_shadow_allocate,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 408 shadowData = crtc->funcs->shadow_allocate(crtc, width, height);
xf86Crtc.h 168 void *(*shadow_allocate) (xf86CrtcPtr crtc, int width, int height); member in struct:_xf86CrtcFuncs
xf86Crtc.c 828 if (!crtc->funcs->shadow_allocate || !crtc->funcs->shadow_create)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h 154 (*shadow_allocate) (xf86CrtcPtr crtc, int width, int height); member in struct:_xf86CrtcFuncs
xf86Rotate.c 438 shadowData = crtc->funcs->shadow_allocate (crtc, width, height);
xf86Crtc.c 788 if (!crtc->funcs->shadow_allocate || !crtc->funcs->shadow_create)
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_crtc.c 789 .shadow_allocate = radeon_crtc_shadow_allocate,
851 radeon_crtc_funcs.shadow_allocate = radeon_crtc_shadow_allocate;
drmmode_display.c 619 .shadow_allocate = drmmode_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 581 .shadow_allocate = drmmode_crtc_shadow_allocate,
i830_display.c 2330 .shadow_allocate = i830_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c 1071 .shadow_allocate = r128_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-vboxvideo/dist/src/
vboxvideo.c 455 .shadow_allocate = vbox_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 679 .shadow_allocate = drmmode_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.c 1864 .shadow_allocate = drmmode_crtc_shadow_allocate,
3387 info->drmmode_crtc_funcs.shadow_allocate = NULL;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.c 1423 .shadow_allocate = drmmode_crtc_shadow_allocate,
2851 info->drmmode_crtc_funcs.shadow_allocate = NULL;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_display.c 4038 .shadow_allocate = iga1_crtc_shadow_allocate,
4453 .shadow_allocate = iga2_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 725 .shadow_allocate = intel_crtc_shadow_allocate,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 723 .shadow_allocate = intel_crtc_shadow_allocate,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c 2090 .shadow_allocate = drmmode_shadow_allocate,

Completed in 36 milliseconds