| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_video.h | 82 int video_offset; member in struct:__anon629b2c180108
|
| H A D | smi_video.c | 1191 pPort->video_offset = SMI_AllocateMemory(pScrn, &pPort->video_memory, size); 1192 if (pPort->video_offset == 0) { 1221 } while (pPort->video_offset == 0); 1228 vid_address = pPort->video_offset; 1571 pPort->video_offset = SMI_AllocateMemory(pScrn, &pPort->video_memory, size); 1580 offset = pPort->video_offset + (top * dstPitch);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc.h | 402 int video_offset; member in struct:__anon7fec0e5a0108
|
| H A D | nsc_gx1_cursor.c | 281 pGeode->video_id, pGeode->video_offset,
|
| H A D | nsc_gx2_cursor.c | 278 pGeode->video_id, pGeode->video_offset,
|
| H A D | nsc_gx2_video.c | 980 pGeode->video_offset = offset;
|
| H A D | nsc_gx1_video.c | 1043 pGeode->video_offset = offset;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.h | 93 int video_offset; member in struct:__anone192d83f0108
|
| H A D | radeon_textured_video.c | 344 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, 348 if (pPriv->video_offset == 0) 394 pPriv->src_offset = pPriv->video_offset; 409 pPriv->src_addr = (uint8_t *)(info->FB + pPriv->video_offset);
|
| H A D | radeon_video.c | 3023 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, &pPriv->video_memory, 3027 if (pPriv->video_offset == 0) 3037 offset = (pPriv->video_offset) + (top * dstPitch); 3136 RADEONDisplayVideo(pScrn, crtc, pPriv, idconv, pPriv->video_offset, offset, 3590 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, &pPriv->video_memory, 3594 if (pPriv->video_offset == 0) 3608 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10); 3609 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10); 3614 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10); 3616 offset3 = RADEON_ALIGN(pPriv->video_offset [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_cursor.c | 195 pGeode->video_id, pGeode->video_offset,
|
| H A D | geode.h | 339 int video_offset; member in struct:_geodeRec
|
| H A D | gx_video.c | 968 pGeode->video_offset = offset;
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_video.c | 245 CARD32 video_offset; /* offset in video memory of packed YUV buffer */ member in struct:__anon919051f10108 2034 pPriv->video_offset = SavageAllocateMemory( 2037 if (pPriv->video_offset == 0) 2064 offset = (pPriv->video_offset) + (top * dstPitch);
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga.h | 267 int video_offset; member in struct:__anon971c52dc0408
|
| H A D | mga_video.c | 906 pPriv->video_offset = MGAAllocateMemory(pScrn, &pPriv->video_memory, 909 if (!pPriv->video_offset) 920 offset = pPriv->video_offset;
|