[][src]Struct intel_genxml::gen10::CacheMode0

pub struct CacheMode0 {
    pub null_tile_fix_disable: bool,
    pub disable_clock_gating_in_the_pixel_backend: bool,
    pub hierarchical_z_raw_stall_optimization_disable: bool,
    pub rcc_eviction_policy: bool,
    pub stc_pma_optimization_enable: bool,
    pub sampler_l2_request_arbitration: u32,
    pub sampler_l2_tlb_prefetch_enable: bool,
    pub sampler_set_remapping_for_3d_disable: bool,
    pub msaa_compression_plane_number_threshold_for_ellc: u32,
    pub sampler_l2_disable: bool,
    pub null_tile_fix_disable_mask: bool,
    pub disable_clock_gating_in_the_pixel_backend_mask: bool,
    pub hierarchical_z_raw_stall_optimization_disable_mask: bool,
    pub rcc_eviction_policy_mask: bool,
    pub stc_pma_optimization_enable_mask: bool,
    pub sampler_l2_request_arbitration_mask: u32,
    pub sampler_l2_tlb_prefetch_enable_mask: bool,
    pub sampler_set_remapping_for_3d_disable_mask: bool,
    pub msaa_compression_plane_number_threshold_for_ellc_mask: u32,
    pub sampler_l2_disable_mask: bool,
}

Fields

null_tile_fix_disable: booldisable_clock_gating_in_the_pixel_backend: boolhierarchical_z_raw_stall_optimization_disable: boolrcc_eviction_policy: boolstc_pma_optimization_enable: boolsampler_l2_request_arbitration: u32sampler_l2_tlb_prefetch_enable: boolsampler_set_remapping_for_3d_disable: boolmsaa_compression_plane_number_threshold_for_ellc: u32sampler_l2_disable: boolnull_tile_fix_disable_mask: booldisable_clock_gating_in_the_pixel_backend_mask: boolhierarchical_z_raw_stall_optimization_disable_mask: boolrcc_eviction_policy_mask: boolstc_pma_optimization_enable_mask: boolsampler_l2_request_arbitration_mask: u32sampler_l2_tlb_prefetch_enable_mask: boolsampler_set_remapping_for_3d_disable_mask: boolmsaa_compression_plane_number_threshold_for_ellc_mask: u32sampler_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]

type Out = [u32; 1]

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]

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.