mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
panfrost: Remove mali_attr_meta
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6326>
This commit is contained in:
parent
eb2762a837
commit
9732b64862
1 changed files with 0 additions and 12 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue