freedreno/a6xx: Random indent fixes

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18258>
This commit is contained in:
Rob Clark 2022-08-05 13:12:26 -07:00 committed by Marge Bot
parent e291e05794
commit 808ad6621e
2 changed files with 3 additions and 3 deletions

View file

@ -89,9 +89,9 @@ struct fd6_emit {
struct fd_context *ctx;
const struct fd_vertex_state *vtx;
const struct pipe_draw_info *info;
unsigned drawid_offset;
unsigned drawid_offset;
const struct pipe_draw_indirect_info *indirect;
const struct pipe_draw_start_count_bias *draw;
const struct pipe_draw_start_count_bias *draw;
struct ir3_cache_key key;
enum fd_dirty_3d_state dirty;
uint32_t dirty_groups;

View file

@ -275,7 +275,7 @@ update_draw_stats(struct fd_context *ctx, const struct pipe_draw_info *info,
static void
fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info,
unsigned drawid_offset,
unsigned drawid_offset,
const struct pipe_draw_indirect_info *indirect,
const struct pipe_draw_start_count_bias *draws, unsigned num_draws) in_dt
{