Searched refs:RADEONCopySwap (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_video.c | 224 RADEONCopySwap(dst, src, h * dstPitch, swap); 227 RADEONCopySwap(dst, src, w, swap);
|
| H A D | radeon_exa_funcs.c | 455 RADEONCopySwap(dst + i * copy_pitch, (uint8_t*)src, size, swap); 572 RADEONCopySwap((uint8_t*)dst, copy_src->ptr + size, w, swap);
|
| H A D | radeon.h | 647 extern void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap);
|
| H A D | radeon_accel.c | 131 void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap) function in typeref:typename:void
|
| H A D | radeon_textured_video.c | 710 RADEONCopySwap(bicubic_addr, (uint8_t *)bicubic_tex_512, 1024,
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_funcs.c | 546 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 D | radeon_accel.c | 949 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 D | radeon_accelfuncs.c | 904 RADEONCopySwap(info->accel_state->scratch_buffer[bufno], 909 RADEONCopySwap(info->accel_state->scratch_buffer[bufno],
|
| H A D | radeon_textured_video.c | 787 RADEONCopySwap(bicubic_addr, (uint8_t *)bicubic_tex_512, 1024,
|
| H A D | radeon.h | 1114 extern void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap);
|
| H A D | radeon_video.c | 2299 RADEONCopySwap(dst, src, h * dstPitch, swap); 2302 RADEONCopySwap(dst, src, w, swap);
|
Completed in 22 milliseconds