[−][src]Struct intel_genxml::gen9::CacheMode0
Fields
null_tile_fix_disable: bool
disable_clock_gating_in_the_pixel_backend: bool
hierarchical_z_raw_stall_optimization_disable: bool
rcc_eviction_policy: bool
stc_pma_optimization_enable: bool
sampler_l2_request_arbitration: u32
sampler_l2_tlb_prefetch_enable: bool
sampler_set_remapping_for_3d_disable: bool
msaa_compression_plane_number_threshold_for_ellc: u32
sampler_l2_disable: bool
null_tile_fix_disable_mask: bool
disable_clock_gating_in_the_pixel_backend_mask: bool
hierarchical_z_raw_stall_optimization_disable_mask: bool
rcc_eviction_policy_mask: bool
stc_pma_optimization_enable_mask: bool
sampler_l2_request_arbitration_mask: u32
sampler_l2_tlb_prefetch_enable_mask: bool
sampler_set_remapping_for_3d_disable_mask: bool
msaa_compression_plane_number_threshold_for_ellc_mask: u32
sampler_l2_disable_mask: bool
Methods
impl CacheMode0
[src]
pub const DWORD_LENGTH: u32
[src]
pub const NUM: u64
[src]
pub const CONSTANTS_ARE_HIGHEST_PRIORITY: u32
[src]
pub const FETCH_ARE_HIGHEST_PRIORITY: u32
[src]
pub const ROUND_ROBIN: u32
[src]
Trait Implementations
impl Default for CacheMode0
[src]
impl Deserialize for CacheMode0
[src]
impl<'_> From<&'_ [u32; 1]> for CacheMode0
[src]
impl Serialize for CacheMode0
[src]
Auto Trait Implementations
impl RefUnwindSafe for CacheMode0
impl Send for CacheMode0
impl Sync for CacheMode0
impl Unpin for CacheMode0
impl UnwindSafe for CacheMode0
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,