[−][src]Struct intel_genxml::gen12::CacheMode0
Fields
disable_byte_sharing_for_3d_tyf_lod1_surfaces_for_32_64_128_bpp: bool
disable_clock_gating_in_the_pixel_backend: bool
hierarchical_z_disable: bool
rcc_eviction_policy: bool
stc_pma_optimization_disable: bool
stc_read_hit_wonly_optimization_disable: bool
sampler_l2_tlb_prefetch_enable: bool
rcz_pma_not_promoted_allocation_stall_optimization_disable_due_to_change_in_depth_parameters: bool
msaa_compression_plane_number_threshold_for_ellc: u32
disable_repacking_for_compression: bool
disable_byte_sharing_for_3d_tyf_lod1_surfaces_for_32_64_128_bpp_mask: bool
disable_clock_gating_in_the_pixel_backend_mask: bool
hierarchical_z_disable_mask: bool
rcc_eviction_policy_mask: bool
stc_pma_optimization_disable_mask: bool
stc_read_hit_wonly_optimization_disable_mask: bool
sampler_l2_tlb_prefetch_enable_mask: bool
rcz_pma_not_promoted_allocation_stall_optimization_disable_due_to_change_in_depth_parameters_mask: bool
msaa_compression_plane_number_threshold_for_ellc_mask: u32
disable_repacking_for_compression_mask: bool
Methods
impl CacheMode0
[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>,