Searched refs:mem_copy (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c245 * The mem_copy parameters allow the user to specify an alternative mem_copy
257 isl_mem_copy_fn mem_copy,
276 mem_copy(dst + ((x0 + yo) ^ swizzle), src + x0, x1 - x0);
299 isl_mem_copy_fn mem_copy,
337 mem_copy(dst + ((xo0 + yo) ^ swizzle0), src + x0, x1 - x0);
359 mem_copy(dst + ((xo0 + yo + 0 * column_width) ^ swizzle0), src + x0 + 0 * src_pitch, x1 - x0);
360 mem_copy(dst + ((xo0 + yo + 1 * column_width) ^ swizzle0), src + x0 + 1 * src_pitch, x1 - x0);
361 mem_copy(dst + ((xo0 + yo + 2 * column_width) ^ swizzle0), src + x0 + 2 * src_pitch, x1 - x0);
362 mem_copy(ds
252 linear_to_xtiled(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
294 linear_to_ytiled(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
416 xtiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
458 ytiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
637 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:linear_to_xtiled_faster
682 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:linear_to_ytiled_faster
726 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:xtiled_to_linear_faster
782 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:ytiled_to_linear_faster
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c243 * The mem_copy parameters allow the user to specify an alternative mem_copy
255 isl_mem_copy_fn mem_copy,
274 mem_copy(dst + ((x0 + yo) ^ swizzle), src + x0, x1 - x0);
297 isl_mem_copy_fn mem_copy,
335 mem_copy(dst + ((xo0 + yo) ^ swizzle0), src + x0, x1 - x0);
357 mem_copy(dst + ((xo0 + yo + 0 * column_width) ^ swizzle0), src + x0 + 0 * src_pitch, x1 - x0);
358 mem_copy(dst + ((xo0 + yo + 1 * column_width) ^ swizzle0), src + x0 + 1 * src_pitch, x1 - x0);
359 mem_copy(dst + ((xo0 + yo + 2 * column_width) ^ swizzle0), src + x0 + 2 * src_pitch, x1 - x0);
360 mem_copy(ds
250 linear_to_xtiled(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
292 linear_to_ytiled(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
414 xtiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
456 ytiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
635 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:linear_to_xtiled_faster
680 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:linear_to_ytiled_faster
724 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:xtiled_to_linear_faster
780 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); local in function:ytiled_to_linear_faster
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A 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
H A 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

Completed in 8 milliseconds