Lines Matching refs:v_off
108 u32 v_off; member
993 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off, tmp; in calc_tile_offsets_planar() local
1023 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()
1026 u_off = v_off; in calc_tile_offsets_planar()
1027 v_off = tmp; in calc_tile_offsets_planar()
1032 image->tile[tile++].v_off = v_off; in calc_tile_offsets_planar()
1034 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar()
1041 y_off, u_off, v_off); in calc_tile_offsets_planar()
1074 image->tile[tile++].v_off = 0; in calc_tile_offsets_packed()
1344 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()
1696 src_tile->v_off); in do_tile_complete()
1700 dst_tile->v_off); in do_tile_complete()