Searched refs:y_off (Results 1 – 3 of 3) sorted by relevance
20 unsigned int y_off; member65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset()70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset()74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()78 rb->y_off = lb->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()329 src_offsets.left_top.y_off; in rga_cmd_set_trans_info()343 dst_offset->y_off; in rga_cmd_set_trans_info()
912 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set() local924 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()932 VC4_SET_FIELD(y_off, SCALER_PITCH0_TILE_Y_OFFSET) | in vc4_plane_mode_set()
993 u32 y_row_off, y_col_off, y_off; in calc_tile_offsets_planar() local1018 y_off = y_row_off + y_col_off; in calc_tile_offsets_planar()1021 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()1026 image->tile[tile].offset = y_off; in calc_tile_offsets_planar()1030 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar()1037 y_off, u_off, v_off); in calc_tile_offsets_planar()