Searched refs:driverPrivate (Results 1 - 25 of 227) sorted by relevance

12345678910

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dtslib.c63 struct TslibPrivate *private = pi->driverPrivate;
112 struct TslibPrivate *private = pi->driverPrivate;
145 struct TslibPrivate *private = pi->driverPrivate;
166 pi->driverPrivate = (struct TslibPrivate *)
168 if (!pi->driverPrivate)
171 private = pi->driverPrivate;
185 free(pi->driverPrivate);
186 pi->driverPrivate = NULL;
H A Devdev.c99 Kevdev *ke = pi->driverPrivate;
160 Kevdev *ke = pi->driverPrivate;
323 pi->driverPrivate = ke;
334 ke = pi->driverPrivate;
336 if (!pi || !pi->driverPrivate)
345 pi->driverPrivate = 0;
454 ki->driverPrivate = ke;
466 ki->driverPrivate = ke;
502 ke = ki->driverPrivate;
504 if (!ki || !ki->driverPrivate)
[all...]
H A Dmouse.c240 Kmouse *km = pi->driverPrivate;
272 Kmouse *km = pi->driverPrivate;
298 Kmouse *km = pi->driverPrivate;
452 Kmouse *km = pi->driverPrivate;
483 Kmouse *km = pi->driverPrivate;
530 Kmouse *km = pi->driverPrivate;
563 Kmouse *km = pi->driverPrivate;
602 Kmouse *km = pi->driverPrivate;
613 Kmouse *km = pi->driverPrivate;
634 Kmouse *km = pi->driverPrivate;
[all...]
H A Dps2.c162 pi->driverPrivate = (void *)(intptr_t)fd;
171 KdUnregisterFd (pi, (int)(intptr_t)pi->driverPrivate, TRUE);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h71 return (struct dri_context *)driContextPriv->driverPrivate;
95 return (struct dri_drawable *)driDrawPriv->driverPrivate;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c59 struct nouveau_screen *screen = dri_screen->driverPrivate;
83 dri_ctx->driverPrivate = ctx;
226 struct nouveau_context *nctx = dri_ctx->driverPrivate;
236 struct gl_context *ctx = dri_ctx->driverPrivate;
239 struct gl_framebuffer *fb = draw->driverPrivate;
322 struct gl_context *ctx = dri_ctx->driverPrivate;
323 struct gl_framebuffer *fb = draw->driverPrivate;
341 struct nouveau_context *nctx = dri_ctx->driverPrivate;
345 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer)
350 dri_read->driverPrivate !
[all...]
H A Dnouveau_screen.c102 dri_screen->driverPrivate = screen;
163 (struct nouveau_screen *) psp->driverPrivate;
200 (struct nouveau_screen *) psp->driverPrivate;
224 struct nouveau_screen *screen = dri_screen->driverPrivate;
233 dri_screen->driverPrivate = NULL;
290 drawable->driverPrivate = fb;
299 (struct gl_framebuffer **)&drawable->driverPrivate, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c59 struct nouveau_screen *screen = dri_screen->driverPrivate;
83 dri_ctx->driverPrivate = ctx;
226 struct nouveau_context *nctx = dri_ctx->driverPrivate;
236 struct gl_context *ctx = dri_ctx->driverPrivate;
239 struct gl_framebuffer *fb = draw->driverPrivate;
322 struct gl_context *ctx = dri_ctx->driverPrivate;
323 struct gl_framebuffer *fb = draw->driverPrivate;
341 struct nouveau_context *nctx = dri_ctx->driverPrivate;
345 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer)
350 dri_read->driverPrivate !
[all...]
H A Dnouveau_screen.c103 dri_screen->driverPrivate = screen;
164 (struct nouveau_screen *) psp->driverPrivate;
201 (struct nouveau_screen *) psp->driverPrivate;
225 struct nouveau_screen *screen = dri_screen->driverPrivate;
234 dri_screen->driverPrivate = NULL;
291 drawable->driverPrivate = fb;
300 (struct gl_framebuffer **)&drawable->driverPrivate, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h193 void *driverPrivate; member in struct:__DRIscreenRec
236 void *driverPrivate; member in struct:__DRIcontextRec
273 void *driverPrivate; member in struct:__DRIdrawableRec
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h193 void *driverPrivate; member in struct:__DRIscreenRec
236 void *driverPrivate; member in struct:__DRIcontextRec
273 void *driverPrivate; member in struct:__DRIdrawableRec
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb.h97 #define WSFBPTR(p) ((WsfbPtr)((p)->driverPrivate))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.h67 return (struct dri_context *)driContextPriv->driverPrivate;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.h73 return (struct dri_context *)driContextPriv->driverPrivate;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_dri2.c92 BufferPrivatePtr private = buffer->driverPrivate;
134 buffer->driverPrivate = private;
217 buffer->driverPrivate = private;
228 BufferPrivatePtr private = buffer->driverPrivate;
268 buffer->driverPrivate = private;
285 free(buffer->driverPrivate);
296 BufferPrivatePtr dst_priv = pDestBuffer->driverPrivate;
297 BufferPrivatePtr src_priv = pSrcBuffer->driverPrivate;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c205 rmesa = (radeonContextPtr) drawable->driContextPriv->driverPrivate;
222 radeonScreenPtr radeonScreen = screen->driverPrivate;
278 radeonContextPtr radeon = context->driverPrivate;
323 radeonScreenPtr radeonScreen = screen->driverPrivate;
499 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
541 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
633 radeonScreenPtr screen = (radeonScreenPtr)sPriv->driverPrivate;
647 sPriv->driverPrivate = NULL;
656 sPriv->driverPrivate = (void *) radeonCreateScreen2( sPriv );
657 if ( !sPriv->driverPrivate ) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c194 rmesa = (radeonContextPtr) drawable->driContextPriv->driverPrivate;
211 radeonScreenPtr radeonScreen = screen->driverPrivate;
267 radeonContextPtr radeon = context->driverPrivate;
312 radeonScreenPtr radeonScreen = screen->driverPrivate;
488 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
530 radeonScreenPtr screen = (radeonScreenPtr)psp->driverPrivate;
623 radeonScreenPtr screen = (radeonScreenPtr)sPriv->driverPrivate;
637 sPriv->driverPrivate = NULL;
646 sPriv->driverPrivate = (void *) radeonCreateScreen2( sPriv );
647 if ( !sPriv->driverPrivate ) {
[all...]
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c193 VBOXPtr pVBox = pScrn->driverPrivate;
202 VBOXPtr pVBox = pScrn->driverPrivate;
210 VBOXPtr pVBox = pScrn->driverPrivate;
218 VBOXPtr pVBox = pScrn->driverPrivate;
227 VBOXPtr pVBox = pScrn->driverPrivate;
250 pVBox = infoPtr->pScrn->driverPrivate;
362 VBOXPtr pVBox = pScrn->driverPrivate;
389 pVBox = pScrn->driverPrivate;
457 VBOXPtr pVBox = pScrn->driverPrivate;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_bootstrap.c230 pScrn->PreInit = pScrn->driverPrivate;
233 pScrn->driverPrivate = NULL;
257 pScrn->driverPrivate = NULL;
302 scrn->driverPrivate = scrn->PreInit;
409 pScrn->driverPrivate = pScrn->PreInit;
452 pScrn->driverPrivate = pScrn->PreInit;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c156 struct gl_framebuffer *fb = drawable->driverPrivate;
199 struct intel_context *intel = context->driverPrivate;
416 struct intel_screen *intelScreen = sPriv->driverPrivate;
436 driContextPriv->driverPrivate = intel;
563 (struct intel_context *) driContextPriv->driverPrivate;
607 driContextPriv->driverPrivate = NULL;
628 intel = (struct intel_context *) driContextPriv->driverPrivate;
640 fb = driDrawPriv->driverPrivate;
641 readFb = driReadPriv->driverPrivate;
686 struct gl_framebuffer *fb = drawable->driverPrivate;
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c158 struct gl_framebuffer *fb = drawable->driverPrivate;
201 struct intel_context *intel = context->driverPrivate;
418 struct intel_screen *intelScreen = sPriv->driverPrivate;
438 driContextPriv->driverPrivate = intel;
565 (struct intel_context *) driContextPriv->driverPrivate;
607 driContextPriv->driverPrivate = NULL;
628 intel = (struct intel_context *) driContextPriv->driverPrivate;
640 fb = driDrawPriv->driverPrivate;
641 readFb = driReadPriv->driverPrivate;
686 struct gl_framebuffer *fb = drawable->driverPrivate;
[all...]
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6.h97 #define GET_CG6_FROM_SCRN(p) ((Cg6Ptr)((p)->driverPrivate))
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo.h87 #define GET_LEO_FROM_SCRN(p) ((LeoPtr)((p)->driverPrivate))
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx.h81 #define GET_TCX_FROM_SCRN(p) ((TcxPtr)((p)->driverPrivate))
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt.h68 #define IMSTTPTR(p) ((IMSTTPtr)((p)->driverPrivate))

Completed in 15 milliseconds

12345678910