mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
nak: allow LdCacheOp values to be named Cache*
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
parent
9454006956
commit
daeed4a946
1 changed files with 1 additions and 0 deletions
|
|
@ -2410,6 +2410,7 @@ impl fmt::Display for MemEvictionPriority {
|
||||||
|
|
||||||
/// Memory load cache ops used by Kepler
|
/// Memory load cache ops used by Kepler
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
|
#[expect(clippy::enum_variant_names)]
|
||||||
#[derive(Clone, Copy, Default, Eq, Hash, PartialEq)]
|
#[derive(Clone, Copy, Default, Eq, Hash, PartialEq)]
|
||||||
pub enum LdCacheOp {
|
pub enum LdCacheOp {
|
||||||
#[default]
|
#[default]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue