freedreno/a6xx: Linewrap

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20465>
This commit is contained in:
Rob Clark
2022-12-29 09:14:24 -08:00
parent d75a1bb4d0
commit c9a4c0f22a

View File

@@ -79,7 +79,8 @@ fd6_ssbo_descriptor(struct fd_context *ctx,
}
static void
fd6_emit_image_descriptor(struct fd_context *ctx, struct fd_ringbuffer *ring, const struct pipe_image_view *buf, bool ibo)
fd6_emit_image_descriptor(struct fd_context *ctx, struct fd_ringbuffer *ring,
const struct pipe_image_view *buf, bool ibo)
{
struct fd_resource *rsc = fd_resource(buf->resource);
if (!rsc) {