mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
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:
parent
8177695403
commit
2b700f6bfd
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue