Home
last modified time | relevance | path

Searched refs:rgba8_copy (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c87 rgba8_copy(void *dst, const void *src, size_t bytes) in rgba8_copy() function
184 rgba8_copy(dst, src, bytes); in rgba8_copy_aligned_dst()
214 rgba8_copy(dst, src, bytes); in rgba8_copy_aligned_src()
604 return rgba8_copy; in choose_copy_function()
641 else if (mem_copy == rgba8_copy) in linear_to_xtiled_faster()
644 rgba8_copy, rgba8_copy_aligned_dst); in linear_to_xtiled_faster()
652 else if (mem_copy == rgba8_copy) in linear_to_xtiled_faster()
655 rgba8_copy, rgba8_copy_aligned_dst); in linear_to_xtiled_faster()
686 else if (mem_copy == rgba8_copy) in linear_to_ytiled_faster()
689 rgba8_copy, rgba8_copy_aligned_dst); in linear_to_ytiled_faster()
[all …]