Searched refs:RADEONCopySwap (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.c224 RADEONCopySwap(dst, src, h * dstPitch, swap);
227 RADEONCopySwap(dst, src, w, swap);
H A Dradeon_exa_funcs.c455 RADEONCopySwap(dst + i * copy_pitch, (uint8_t*)src, size, swap);
572 RADEONCopySwap((uint8_t*)dst, copy_src->ptr + size, w, swap);
H A Dradeon.h647 extern void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap);
H A Dradeon_accel.c131 void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap) function in typeref:typename:void
H A Dradeon_textured_video.c710 RADEONCopySwap(bicubic_addr, (uint8_t *)bicubic_tex_512, 1024,
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_funcs.c546 RADEONCopySwap(dst + i * copy_pitch, (uint8_t*)src, size, swap);
665 RADEONCopySwap((uint8_t*)dst, copy_src->ptr + size, w, swap);
761 RADEONCopySwap((uint8_t*)dst, src, wpass * oldhpass, swap);
764 RADEONCopySwap((uint8_t*)dst, src, wpass, swap);
H A Dradeon_accel.c949 void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap) function in typeref:typename:void
1046 RADEONCopySwap(dst, src, hpass * dstPitch,
1050 RADEONCopySwap(dst, src, hpass * dstPitch,
1067 RADEONCopySwap(dst, src, minPitch,
1071 RADEONCopySwap(dst, src, minPitch,
H A Dradeon_accelfuncs.c904 RADEONCopySwap(info->accel_state->scratch_buffer[bufno],
909 RADEONCopySwap(info->accel_state->scratch_buffer[bufno],
H A Dradeon_textured_video.c787 RADEONCopySwap(bicubic_addr, (uint8_t *)bicubic_tex_512, 1024,
H A Dradeon.h1114 extern void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap);
H A Dradeon_video.c2299 RADEONCopySwap(dst, src, h * dstPitch, swap);
2302 RADEONCopySwap(dst, src, w, swap);

Completed in 22 milliseconds