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:
committed by
Marge Bot
parent
8177695403
commit
2b700f6bfd
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user