HomeSort by: relevance | last modified time | path
    Searched refs:RADEONCopySwap (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.c 224 RADEONCopySwap(dst, src, h * dstPitch, swap);
227 RADEONCopySwap(dst, src, w, swap);
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);
radeon.h 647 extern void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap);
radeon_accel.c 131 void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap)
radeon_textured_video.c 710 RADEONCopySwap(bicubic_addr, (uint8_t *)bicubic_tex_512, 1024,
  /xsrc/external/mit/xf86-video-ati/dist/src/
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);
radeon_accel.c 949 void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap)
1046 RADEONCopySwap(dst, src, hpass * dstPitch,
1050 RADEONCopySwap(dst, src, hpass * dstPitch,
1067 RADEONCopySwap(dst, src, minPitch,
1071 RADEONCopySwap(dst, src, minPitch,
radeon_accelfuncs.c 904 RADEONCopySwap(info->accel_state->scratch_buffer[bufno],
909 RADEONCopySwap(info->accel_state->scratch_buffer[bufno],
radeon_textured_video.c 787 RADEONCopySwap(bicubic_addr, (uint8_t *)bicubic_tex_512, 1024,
radeon.h 1114 extern void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap);
radeon_video.c 2301 RADEONCopySwap(dst, src, h * dstPitch, swap);
2304 RADEONCopySwap(dst, src, w, swap);

Completed in 40 milliseconds