nak: allow LdCacheOp values to be named Cache*

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
Eric Engestrom 2025-12-04 16:57:10 +01:00
parent 9454006956
commit daeed4a946

View file

@ -2410,6 +2410,7 @@ impl fmt::Display for MemEvictionPriority {
/// Memory load cache ops used by Kepler
#[allow(dead_code)]
#[expect(clippy::enum_variant_names)]
#[derive(Clone, Copy, Default, Eq, Hash, PartialEq)]
pub enum LdCacheOp {
#[default]