Searched refs:line_bytes (Results 1 – 2 of 2) sorted by relevance
550 unsigned line_bytes; in fallback_copy_image() local577 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w); in fallback_copy_image()579 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w); in fallback_copy_image()608 memcpy(dst, src, line_bytes); in fallback_copy_image()
1428 int line_bytes; in save_deblock_boundary_lines() local1432 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines()1444 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines()1447 line_bytes); in save_deblock_boundary_lines()1452 memcpy(bdry_rows + bdry_stride, bdry_rows, line_bytes); in save_deblock_boundary_lines()1481 const int line_bytes = upscaled_width << use_highbd; in save_cdef_boundary_lines() local1487 memcpy(bdry_rows + i * bdry_stride, src_rows, line_bytes); in save_cdef_boundary_lines()