X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fpanfrost%2Finclude%2Fpanfrost-job.h;h=eb13faac58a4c41780ce5d9da2038de9e61b1931;hb=9732b64862f57b214e96ce01dba4674808987a22;hp=34d3e98f5c41fcffd05ccf405cb0aa2e1ad5674d;hpb=668ec24bfdb58090b769a51327ce81dd64da5eec;p=mesa.git diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 34d3e98f5c4..eb13faac58a 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -147,18 +147,6 @@ struct mali_blend_equation { unsigned color_mask : 4; } __attribute__((packed)); -/* Used with channel swizzling */ -enum mali_channel { - MALI_CHANNEL_RED = 0, - MALI_CHANNEL_GREEN = 1, - MALI_CHANNEL_BLUE = 2, - MALI_CHANNEL_ALPHA = 3, - MALI_CHANNEL_ZERO = 4, - MALI_CHANNEL_ONE = 5, - MALI_CHANNEL_RESERVED_0 = 6, - MALI_CHANNEL_RESERVED_1 = 7, -}; - /* Compressed per-pixel formats. Each of these formats expands to one to four * floating-point or integer numbers, as defined by the OpenGL specification. * There are various places in OpenGL where the user can specify a compressed @@ -725,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 */