Home
last modified time | relevance | path

Searched refs:uv_packed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c133 bool uv_packed; /* partial planar (U and V in same plane) */ member
305 .uv_packed = true,
318 .uv_packed = true,
606 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
641 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
658 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1002 if (fmt->uv_packed) in calc_tile_offsets_planar()
1016 if (fmt->uv_packed) in calc_tile_offsets_planar()
1023 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c136 bool uv_packed; /* partial planar (U and V in same plane) */ member
308 .uv_packed = true,
321 .uv_packed = true,
605 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
640 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
657 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1001 if (fmt->uv_packed) in calc_tile_offsets_planar()
1015 if (fmt->uv_packed) in calc_tile_offsets_planar()
1022 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()

Completed in 9 milliseconds