[−][src]Struct intel_genxml::gen10::CacheMode0
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: boolMethods
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>,