[][src]Struct intel_genxml::gen12::_3dStateSbe

pub struct _3dStateSbe {
    pub dword_length: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub primitive_id_override_attribute_select: u32,
    pub vertex_urb_entry_read_offset: u32,
    pub vertex_urb_entry_read_length: u32,
    pub primitive_id_override_component_x: bool,
    pub primitive_id_override_component_y: bool,
    pub primitive_id_override_component_z: bool,
    pub primitive_id_override_component_w: bool,
    pub point_sprite_texture_coordinate_origin: u32,
    pub attribute_swizzle_enable: bool,
    pub number_of_sf_output_attributes: u32,
    pub force_vertex_urb_entry_read_offset: bool,
    pub force_vertex_urb_entry_read_length: bool,
    pub point_sprite_texture_coordinate_enable: u32,
    pub constant_interpolation_enable: u32,
    pub attribute_active_component_format: [u32; 32],
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32primitive_id_override_attribute_select: u32vertex_urb_entry_read_offset: u32vertex_urb_entry_read_length: u32primitive_id_override_component_x: boolprimitive_id_override_component_y: boolprimitive_id_override_component_z: boolprimitive_id_override_component_w: boolpoint_sprite_texture_coordinate_origin: u32attribute_swizzle_enable: boolnumber_of_sf_output_attributes: u32force_vertex_urb_entry_read_offset: boolforce_vertex_urb_entry_read_length: boolpoint_sprite_texture_coordinate_enable: u32constant_interpolation_enable: u32attribute_active_component_format: [u32; 32]

Methods

impl _3dStateSbe[src]

pub const DWORD_LENGTH: u32[src]

pub const DISABLED: u32[src]

pub const LOWERLEFT: u32[src]

pub const UPPERLEFT: u32[src]

pub const XY: u32[src]

pub const XYZ: u32[src]

pub const XYZW: u32[src]

Trait Implementations

impl Default for _3dStateSbe[src]

impl Deserialize for _3dStateSbe[src]

impl<'_> From<&'_ [u32; 6]> for _3dStateSbe[src]

impl Serialize for _3dStateSbe[src]

type Out = [u32; 6]

Auto Trait Implementations

impl RefUnwindSafe for _3dStateSbe

impl Send for _3dStateSbe

impl Sync for _3dStateSbe

impl Unpin for _3dStateSbe

impl UnwindSafe for _3dStateSbe

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.