mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
freedreno/a6xx: Fix enum tag
This wasn't meant to be a variable. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17817>
This commit is contained in:
parent
57c03bdf14
commit
f1503e34df
1 changed files with 2 additions and 2 deletions
|
|
@ -34,10 +34,10 @@
|
|||
* https://github.com/freedreno/freedreno/wiki/Visibility-Stream-Format
|
||||
*/
|
||||
|
||||
enum {
|
||||
enum bits_per {
|
||||
byte = 8,
|
||||
dword = 4 * byte,
|
||||
} bits_per;
|
||||
};
|
||||
|
||||
/**
|
||||
* Determine # of bits required to store a given number, see
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue