brw: Delete attr_desc struct

Unused since commit 18bbcf9a63.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38918>
This commit is contained in:
Kenneth Graunke 2025-12-02 18:27:55 -08:00 committed by Marge Bot
parent 8177695403
commit 2b700f6bfd

View file

@ -528,13 +528,6 @@ enum {
VERT_FLAT, /* per vertex flat */
};
struct attr_desc {
int location;
const struct glsl_type *type;
unsigned dwords;
unsigned slots;
};
static void
brw_compute_mue_map(const struct brw_compiler *compiler,
nir_shader *nir, struct brw_mue_map *map,