freedreno: Misc whitespace cleanups

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36075>
This commit is contained in:
Rob Clark
2025-07-10 15:46:24 -07:00
committed by Marge Bot
parent ee3d6aa87d
commit 52f79561e3
3 changed files with 3 additions and 2 deletions
@@ -85,7 +85,7 @@ static const enum pc_di_primtype primtypes[] = {
[MESA_PRIM_TRIANGLES] = DI_PT_TRILIST,
[MESA_PRIM_TRIANGLE_STRIP] = DI_PT_TRISTRIP,
[MESA_PRIM_TRIANGLE_FAN] = DI_PT_TRIFAN,
[MESA_PRIM_COUNT] = DI_PT_RECTLIST, /* internal clear blits */
[MESA_PRIM_COUNT] = DI_PT_RECTLIST, /* internal clear blits */
};
/* clang-format on */
@@ -110,7 +110,7 @@ static const enum pc_di_primtype primtypes[] = {
[MESA_PRIM_TRIANGLES] = DI_PT_TRILIST,
[MESA_PRIM_TRIANGLE_STRIP] = DI_PT_TRISTRIP,
[MESA_PRIM_TRIANGLE_FAN] = DI_PT_TRIFAN,
[MESA_PRIM_COUNT] = DI_PT_RECTLIST, /* internal clear blits */
[MESA_PRIM_COUNT] = DI_PT_RECTLIST, /* internal clear blits */
};
/* clang-format on */
@@ -1537,6 +1537,7 @@ fd6_tile_mode_for_format(enum pipe_format pfmt)
return TILE6_LINEAR;
}
unsigned
fd6_tile_mode(const struct pipe_resource *tmpl)
{