[][src]Struct intel_genxml::gen9::_3dStateWm

pub struct _3dStateWm {
    pub dword_length: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub force_kill_pixel_enable: u32,
    pub point_rasterization_rule: u32,
    pub line_stipple_enable: bool,
    pub polygon_stipple_enable: bool,
    pub line_antialiasing_region_width: u32,
    pub line_end_cap_antialiasing_region_width: u32,
    pub barycentric_interpolation_mode: u32,
    pub position_zw_interpolation_mode: u32,
    pub force_thread_dispatch_enable: u32,
    pub early_depth_stencil_control: u32,
    pub legacy_diamond_line_rasterization: bool,
    pub legacy_hierarchical_depth_buffer_resolve_enable: bool,
    pub legacy_depth_buffer_resolve_enable: bool,
    pub legacy_depth_buffer_clear_enable: bool,
    pub statistics_enable: bool,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32force_kill_pixel_enable: u32point_rasterization_rule: u32line_stipple_enable: boolpolygon_stipple_enable: boolline_antialiasing_region_width: u32line_end_cap_antialiasing_region_width: u32barycentric_interpolation_mode: u32position_zw_interpolation_mode: u32force_thread_dispatch_enable: u32early_depth_stencil_control: u32legacy_diamond_line_rasterization: boollegacy_hierarchical_depth_buffer_resolve_enable: boollegacy_depth_buffer_resolve_enable: boollegacy_depth_buffer_clear_enable: boolstatistics_enable: bool

Methods

impl _3dStateWm[src]

pub const DWORD_LENGTH: u32[src]

pub const BIM_LINEAR_CENTROID: u32[src]

pub const BIM_LINEAR_PIXEL: u32[src]

pub const BIM_LINEAR_SAMPLE: u32[src]

pub const BIM_PERSPECTIVE_CENTROID: u32[src]

pub const BIM_PERSPECTIVE_PIXEL: u32[src]

pub const BIM_PERSPECTIVE_SAMPLE: u32[src]

pub const EDSC_NORMAL: u32[src]

pub const EDSC_PREPS: u32[src]

pub const EDSC_PSEXEC: u32[src]

pub const FORCEOFF: u32[src]

pub const FORCEON: u32[src]

pub const INTERP_CENTROID: u32[src]

pub const INTERP_PIXEL: u32[src]

pub const INTERP_SAMPLE: u32[src]

pub const RASTRULE_UPPER_LEFT: u32[src]

pub const RASTRULE_UPPER_RIGHT: u32[src]

pub const _0_5_PIXELS: u32[src]

pub const _1_0_PIXELS: u32[src]

pub const _2_0_PIXELS: u32[src]

pub const _4_0_PIXELS: u32[src]

Trait Implementations

impl Default for _3dStateWm[src]

impl Deserialize for _3dStateWm[src]

impl<'_> From<&'_ [u32; 2]> for _3dStateWm[src]

impl Serialize for _3dStateWm[src]

type Out = [u32; 2]

Auto Trait Implementations

impl RefUnwindSafe for _3dStateWm

impl Send for _3dStateWm

impl Sync for _3dStateWm

impl Unpin for _3dStateWm

impl UnwindSafe for _3dStateWm

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.