Home | History | Annotate | Download | only in geometry_shader

Lines Matching refs:end_x

3417 			int		  end_x = 0;
3431 end_x = single_rt_width - 3; /* skip the corner */
3446 end_x = start_x;
3461 end_x = single_rt_width - 6; /* skip the corners */
3476 end_x = start_x;
3492 int dx = (end_x != start_x) ? 1 : 0;
3494 int n_pixels = (end_x - start_x) + (end_y - start_y);