Searched refs:y_off (Results 1 – 2 of 2) sorted by relevance
979 u32 y_row_off, y_col_off, y_off; in calc_tile_offsets_planar() local1004 y_off = y_row_off + y_col_off; in calc_tile_offsets_planar()1007 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()1012 image->tile[tile].offset = y_off; in calc_tile_offsets_planar()1016 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar()1023 y_off, u_off, v_off); in calc_tile_offsets_planar()
1313 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set() local1325 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()1333 VC4_SET_FIELD(y_off, SCALER_PITCH0_TILE_Y_OFFSET) | in vc4_plane_mode_set()