Home
last modified time | relevance | path

Searched refs:GpaDeviceClockModeAmd (Results 1 – 5 of 5) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/extensions/experimental/
H A Damd.rs76 pub struct GpaDeviceClockModeAmd(pub(crate) i32); struct
77 impl GpaDeviceClockModeAmd { impl
79 GpaDeviceClockModeAmd(x) in from_raw()
85 impl GpaDeviceClockModeAmd { implementation
86 pub const DEFAULT: Self = GpaDeviceClockModeAmd(0);
87 pub const QUERY: Self = GpaDeviceClockModeAmd(1);
88 pub const PROFILING: Self = GpaDeviceClockModeAmd(2);
89 pub const MIN_MEMORY: Self = GpaDeviceClockModeAmd(3);
90 pub const MIN_ENGINE: Self = GpaDeviceClockModeAmd(4);
91 pub const PEAK: Self = GpaDeviceClockModeAmd(5);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/extensions/experimental/
H A Damd.rs76 pub struct GpaDeviceClockModeAmd(pub(crate) i32); struct
77 impl GpaDeviceClockModeAmd { implementation
79 GpaDeviceClockModeAmd(x) in from_raw()
85 impl GpaDeviceClockModeAmd { implementation
86 pub const DEFAULT: Self = GpaDeviceClockModeAmd(0);
87 pub const QUERY: Self = GpaDeviceClockModeAmd(1);
88 pub const PROFILING: Self = GpaDeviceClockModeAmd(2);
89 pub const MIN_MEMORY: Self = GpaDeviceClockModeAmd(3);
90 pub const MIN_ENGINE: Self = GpaDeviceClockModeAmd(4);
91 pub const PEAK: Self = GpaDeviceClockModeAmd(5);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ash/src/extensions/experimental/
H A Damd.rs76 pub struct GpaDeviceClockModeAmd(pub(crate) i32); struct
77 impl GpaDeviceClockModeAmd { implementation
79 GpaDeviceClockModeAmd(x) in from_raw()
85 impl GpaDeviceClockModeAmd { implementation
86 pub const DEFAULT: Self = GpaDeviceClockModeAmd(0);
87 pub const QUERY: Self = GpaDeviceClockModeAmd(1);
88 pub const PROFILING: Self = GpaDeviceClockModeAmd(2);
89 pub const MIN_MEMORY: Self = GpaDeviceClockModeAmd(3);
90 pub const MIN_ENGINE: Self = GpaDeviceClockModeAmd(4);
91 pub const PEAK: Self = GpaDeviceClockModeAmd(5);
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/ash-0.29.0/src/extensions/experimental/
H A Damd.rs74 pub struct GpaDeviceClockModeAmd(pub(crate) i32); struct
75 impl GpaDeviceClockModeAmd { implementation
77 GpaDeviceClockModeAmd(x) in from_raw()
83 impl GpaDeviceClockModeAmd { implementation
84 pub const DEFAULT: Self = GpaDeviceClockModeAmd(0);
85 pub const QUERY: Self = GpaDeviceClockModeAmd(1);
86 pub const PROFILING: Self = GpaDeviceClockModeAmd(2);
87 pub const MIN_MEMORY: Self = GpaDeviceClockModeAmd(3);
88 pub const MIN_ENGINE: Self = GpaDeviceClockModeAmd(4);
89 pub const PEAK: Self = GpaDeviceClockModeAmd(5);
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/extensions/experimental/
H A Damd.rs77 pub struct GpaDeviceClockModeAmd(pub(crate) i32); struct
78 impl GpaDeviceClockModeAmd { implementation
86 impl GpaDeviceClockModeAmd { implementation
292 pub clock_mode: GpaDeviceClockModeAmd,