Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c255 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()
357mem_copy(dst + ((xo0 + yo + 0 * column_width) ^ swizzle0), src + x0 + 0 * src_pitch, x1 - x0); in linear_to_ytiled()
358mem_copy(dst + ((xo0 + yo + 1 * column_width) ^ swizzle0), src + x0 + 1 * src_pitch, x1 - x0); in linear_to_ytiled()
359mem_copy(dst + ((xo0 + yo + 2 * column_width) ^ swizzle0), src + x0 + 2 * src_pitch, x1 - x0); in linear_to_ytiled()
360mem_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/
D11.2.1.rst64 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling
66 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
D11.1.4.rst84 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling
86 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions