Searched refs:new_linear (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_video.c584 FBLinearPtr new_linear; local in function:I740AllocateMemory
602 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 4, NULL, NULL, NULL);
604 if(!new_linear)
617 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 4,
620 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "I740AllocateMemory allocated %d - %p\n", (int) size, (void *)new_linear); /* ### */
622 return new_linear;
689 FBLinearPtr new_linear = I740AllocateMemory(pScrn, pPriv->linear, size); local in function:I740PutImage
690 if (new_linear != pPriv->linear) {
691 pPriv->linear = new_linear;
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c1123 FBLinearPtr new_linear; local in function:TDFXAllocateMemoryLinear
1137 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 4, NULL, NULL, NULL);
1139 if(!new_linear) {
1148 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 4, NULL, NULL, NULL);
1151 return new_linear;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c574 FBLinearPtr new_linear; local in function:TRIDENTAllocateMemory
588 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 16,
591 if(!new_linear) {
601 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 16,
605 return new_linear;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_video.c933 FBLinearPtr new_linear; local in function:I810AllocateMemory
947 new_linear = xf86AllocateOffscreenLinear(screen, size, 4,
950 if(!new_linear) {
959 new_linear = xf86AllocateOffscreenLinear(screen, size, 4,
963 return new_linear;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_video.c923 FBLinearPtr new_linear; local in function:I810AllocateMemory
937 new_linear = xf86AllocateOffscreenLinear(screen, size, 4,
940 if(!new_linear) {
949 new_linear = xf86AllocateOffscreenLinear(screen, size, 4,
953 return new_linear;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c228 FBLinearPtr new_linear; local in function:NVAllocateOverlayMemory
242 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 32,
245 if(!new_linear) {
255 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 32,
259 return new_linear;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_video.c457 FBLinearPtr new_linear; local in function:CHIPSAllocateMemory
471 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 8,
474 if(!new_linear) {
484 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 8,
488 return new_linear;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_video.c933 FBLinearPtr new_linear; local in function:I810AllocateMemory
947 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 4,
950 if(!new_linear) {
959 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 4,
963 return new_linear;
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c943 FBLinearPtr new_linear; local in function:NEOAllocateMemory
970 if ((new_linear = xf86AllocateOffscreenLinear(pScreen, size, 16, NULL,
985 new_linear = xf86AllocateOffscreenLinear(pScreen,
989 return (new_linear);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c3380 FBLinearPtr new_linear; local in function:SISAllocateFBMemory
3397 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 8, NULL, NULL, NULL);
3399 if(!new_linear) {
3408 new_linear = xf86AllocateOffscreenLinear(pScreen, size, 8, NULL, NULL, NULL);
3410 if(!new_linear) {
3415 *handle = (void *)new_linear;
3416 return (unsigned int)(new_linear->offset * depth);

Completed in 22 milliseconds