Searched refs:mem_copy (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy.c | 255 isl_mem_copy_fn mem_copy, in linear_to_xtiled() argument 274 mem_copy(dst + ((x0 + yo) ^ swizzle), src + x0, x1 - x0); in linear_to_xtiled() 297 isl_mem_copy_fn mem_copy, in linear_to_ytiled() argument 335 mem_copy(dst + ((xo0 + yo) ^ swizzle0), src + x0, x1 - x0); in linear_to_ytiled() 357 … mem_copy(dst + ((xo0 + yo + 0 * column_width) ^ swizzle0), src + x0 + 0 * src_pitch, x1 - x0); in linear_to_ytiled() 358 … mem_copy(dst + ((xo0 + yo + 1 * column_width) ^ swizzle0), src + x0 + 1 * src_pitch, x1 - x0); in linear_to_ytiled() 359 … mem_copy(dst + ((xo0 + yo + 2 * column_width) ^ swizzle0), src + x0 + 2 * src_pitch, x1 - x0); in linear_to_ytiled() 360 … mem_copy(dst + ((xo0 + yo + 3 * column_width) ^ swizzle0), src + x0 + 3 * src_pitch, x1 - x0); in linear_to_ytiled() 390 mem_copy(dst + ((xo0 + yo) ^ swizzle0), src + x0, x1 - x0); in linear_to_ytiled() 419 isl_mem_copy_fn mem_copy, in xtiled_to_linear() argument [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 11.2.1.rst | 64 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling 66 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
|
D | 11.1.4.rst | 84 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling 86 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
|