From: Alyssa Rosenzweig Date: Fri, 14 Aug 2020 19:25:04 +0000 (-0400) Subject: panfrost: Remove mali_attr_meta X-Git-Tag: upstream/21.0.0~6450 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9732b64862f57b214e96ce01dba4674808987a22;p=platform%2Fupstream%2Fmesa.git panfrost: Remove mali_attr_meta Signed-off-by: Alyssa Rosenzweig Reviewed-by: Tomeu Vizoso Part-of: --- diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index c0d986f..eb13faa 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -713,18 +713,6 @@ union mali_attr { }; } __attribute__((packed)); -struct mali_attr_meta { - /* Vertex buffer index */ - u8 index; - - unsigned unknown1 : 2; - unsigned format : 22; - - /* When packing multiple attributes in a buffer, offset addresses by - * this value. Obscurely, this is signed. */ - int32_t src_offset; -} __attribute__((packed)); - #define FBD_MASK (~0x3f) /* MFBD, rather than SFBD */