Lines Matching defs:step
83 * get_block_step_bytes() - Common helper to compute the correct step value between each pixel block
88 * @plane_index: Plane to get the step from
92 * left to right in a DRM_FORMAT_R1 plane, each block contains 8 pixels, so the step must be used
227 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0);
233 src_pixels += step;
246 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0);
252 src_pixels += step;
265 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0);
272 src_pixels += step;
285 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0);
291 src_pixels += step;
304 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0);
310 src_pixels += step;
323 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0);
330 src_pixels += step;