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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user