mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 16:30:10 +01:00
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:
parent
e291e05794
commit
808ad6621e
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue