[][src]Struct intel_genxml::gen75::_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 multisample_rasterization_mode: u32,
    pub point_rasterization_rule: u32,
    pub line_stipple_enable: bool,
    pub polygon_stipple_enable: bool,
    pub rt_independent_rasterization_enable: bool,
    pub line_antialiasing_region_width: u32,
    pub line_end_cap_antialiasing_region_width: u32,
    pub pixel_shader_uses_input_coverage_mask: bool,
    pub barycentric_interpolation_mode: u32,
    pub position_zw_interpolation_mode: u32,
    pub pixel_shader_uses_source_w: bool,
    pub pixel_shader_uses_source_depth: bool,
    pub early_depth_stencil_control: u32,
    pub pixel_shader_computed_depth_mode: u32,
    pub pixel_shader_kills_pixel: bool,
    pub legacy_diamond_line_rasterization: bool,
    pub hierarchical_depth_buffer_resolve_enable: bool,
    pub depth_buffer_resolve_enable: bool,
    pub thread_dispatch_enable: bool,
    pub depth_buffer_clear: bool,
    pub statistics_enable: bool,
    pub ps_uav_only: u32,
    pub multisample_dispatch_mode: u32,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32multisample_rasterization_mode: u32point_rasterization_rule: u32line_stipple_enable: boolpolygon_stipple_enable: boolrt_independent_rasterization_enable: boolline_antialiasing_region_width: u32line_end_cap_antialiasing_region_width: u32pixel_shader_uses_input_coverage_mask: boolbarycentric_interpolation_mode: u32position_zw_interpolation_mode: u32pixel_shader_uses_source_w: boolpixel_shader_uses_source_depth: boolearly_depth_stencil_control: u32pixel_shader_computed_depth_mode: u32pixel_shader_kills_pixel: boollegacy_diamond_line_rasterization: boolhierarchical_depth_buffer_resolve_enable: booldepth_buffer_resolve_enable: boolthread_dispatch_enable: booldepth_buffer_clear: boolstatistics_enable: boolps_uav_only: u32multisample_dispatch_mode: u32

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 INTERP_CENTROID: u32[src]

pub const INTERP_PIXEL: u32[src]

pub const INTERP_SAMPLE: u32[src]

pub const MSDISPMODE_PERPIXEL: u32[src]

pub const MSDISPMODE_PERSAMPLE: u32[src]

pub const MSRASTMODE_OFF_PATTERN: u32[src]

pub const MSRASTMODE_OFF_PIXEL: u32[src]

pub const MSRASTMODE_ON_PATTERN: u32[src]

pub const MSRASTMODE_ON_PIXEL: u32[src]

pub const OFF: u32[src]

pub const ON: u32[src]

pub const PSCDEPTH_OFF: u32[src]

pub const PSCDEPTH_ON: u32[src]

pub const PSCDEPTH_ON_GE: u32[src]

pub const PSCDEPTH_ON_LE: 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; 3]> for _3dStateWm[src]

impl Serialize for _3dStateWm[src]

type Out = [u32; 3]

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.