Searched refs:rotate_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_crtc.c645 unsigned long rotate_offset; local in function:radeon_crtc_shadow_allocate
665 rotate_offset = radeon_legacy_allocate_memory(pScrn, &radeon_crtc->crtc_rotate_mem,
667 if (rotate_offset == 0)
670 return info->FB + rotate_offset;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c993 unsigned long rotate_offset = 0; local in function:r128_crtc_shadow_allocate
1001 rotate_offset = R128AllocateMemory(pScrn, &(r128_crtc->rotate_mem), size, align, TRUE);
1004 if (rotate_offset == 0)
1007 return info->FB + rotate_offset;

Completed in 4 milliseconds