[][src]Struct intel_genxml::gen10::CacheMode1

pub struct CacheMode1 {
    pub partial_resolve_disable_in_vc: bool,
    pub rcz_pma_promoted_2_not_promoted_allocation_stall_optimization_disable: bool,
    pub mcs_cache_disable: bool,
    pub msc_raw_hazard_avoidance_bit: bool,
    pub np_early_z_fails_disable: u32,
    pub blend_optimization_fix_disable: bool,
    pub color_compression_disable: bool,
    pub partial_resolve_disable_in_vc_mask: bool,
    pub rcz_pma_promoted_2_not_promoted_allocation_stall_optimization_disable_mask: bool,
    pub mcs_cache_disable_mask: bool,
    pub msc_raw_hazard_avoidance_bit_mask: bool,
    pub np_early_z_fails_disable_mask: bool,
    pub blend_optimization_fix_disable_mask: bool,
    pub color_compression_disable_mask: bool,
}

Fields

partial_resolve_disable_in_vc: boolrcz_pma_promoted_2_not_promoted_allocation_stall_optimization_disable: boolmcs_cache_disable: boolmsc_raw_hazard_avoidance_bit: boolnp_early_z_fails_disable: u32blend_optimization_fix_disable: boolcolor_compression_disable: boolpartial_resolve_disable_in_vc_mask: boolrcz_pma_promoted_2_not_promoted_allocation_stall_optimization_disable_mask: boolmcs_cache_disable_mask: boolmsc_raw_hazard_avoidance_bit_mask: boolnp_early_z_fails_disable_mask: boolblend_optimization_fix_disable_mask: boolcolor_compression_disable_mask: bool

Methods

impl CacheMode1[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for CacheMode1[src]

impl Deserialize for CacheMode1[src]

impl<'_> From<&'_ [u32; 1]> for CacheMode1[src]

impl Serialize for CacheMode1[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for CacheMode1

impl Send for CacheMode1

impl Sync for CacheMode1

impl Unpin for CacheMode1

impl UnwindSafe for CacheMode1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.