Searched refs:fboffset (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | gfx_defs.h | 179 * fboffset - offset to the beginning frame buffer location. 188 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \ 194 _asm { add edi, fboffset } \ 242 * fboffset - offset to the beginning frame buffer location. 251 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \ 256 WRITE_FB32 ((fboffset) + i, *((unsigned long *)(aroffset + i))); \ 274 #define WRITE_FRAME_BUFFER_STRING8(fboffset, bytes, array, array_offset) \ 279 WRITE_FB8 ((fboffset) + i, *((unsigned char *)(aroffset + i))); \
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | gfx_defs.h | 278 * fboffset - offset to the beginning frame buffer location. 286 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \ 292 _asm { add edi, fboffset } \ 338 * fboffset - offset to the beginning frame buffer location. 346 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \ 351 WRITE_FB32 ((fboffset) + i, *((unsigned long *)(aroffset + i))); \ 368 #define WRITE_FRAME_BUFFER_STRING8(fboffset, bytes, array, array_offset) \ 373 WRITE_FB8 ((fboffset) + i, *((unsigned char *)(aroffset + i))); \
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_video.h | 122 unsigned long fboffset[4]; member in struct:xgi_framebuf
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_driver.c | 165 unsigned int fboffset, fbavail; local in function:GXAllocateMemory 183 pGeode->displayOffset = fboffset = 0; 187 fboffset += pGeode->displaySize; 193 pGeode->CBData.compression_offset = fboffset; 195 fboffset += size; 210 pGeode->CursorStartOffset = fboffset; 211 fboffset += 1024; 224 GXInitEXAMemory(pScrni, &fboffset, &fbavail); 226 GXInitXAAMemory(pScrni, &fboffset, &fbavail); 238 pGeode->shadowOffset = fboffset; [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_render.c | 611 uint32_t fboffset; local in function:FUNC_NAME 623 fboffset = info->fbLocation + pScrn->fbOffset + 630 fboffset = (info->fbLocation + pScrn->fbOffset + 648 OUT_ACCEL_REG(RADEON_RB3D_COLOROFFSET, fboffset); 688 OUT_ACCEL_REG(RADEON_RB3D_COLOROFFSET, fboffset); 954 uint32_t fboffset; local in function:FUNC_NAME 965 fboffset = info->fbLocation + pScrn->fbOffset + 972 fboffset = (info->fbLocation + pScrn->fbOffset + 990 OUT_ACCEL_REG(RADEON_RB3D_COLOROFFSET, fboffset); 1029 OUT_ACCEL_REG(RADEON_RB3D_COLOROFFSET, fboffset); [all...] |
Completed in 6 milliseconds