[][src]Struct intel_genxml::gen10::_3dStateGs

pub struct _3dStateGs<A: Addr + Default> {
    pub dword_length: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub kernel_start_pointer: u64,
    pub expected_vertex_count: u32,
    pub software_exception_enable: bool,
    pub mask_stack_exception_enable: bool,
    pub accesses_uav: bool,
    pub illegal_opcode_exception_enable: bool,
    pub floating_point_mode: u32,
    pub thread_dispatch_priority: u32,
    pub binding_table_entry_count: u32,
    pub sampler_count: u32,
    pub vector_mask_enable: bool,
    pub single_program_flow: bool,
    pub per_thread_scratch_space: u32,
    pub scratch_space_base_pointer: A,
    pub dispatch_grf_start_register_for_urb_data: u32,
    pub vertex_urb_entry_read_offset: u32,
    pub include_vertex_handles: bool,
    pub vertex_urb_entry_read_length: u32,
    pub output_topology: _3dPrimTopoType,
    pub output_vertex_size: u32,
    pub dispatch_grf_start_register_for_urb_data_5_4: u32,
    pub enable: bool,
    pub discard_adjacency: bool,
    pub reorder_mode: u32,
    pub hint: u32,
    pub include_primitive_id: bool,
    pub invocations_increment_value: u32,
    pub statistics_enable: bool,
    pub dispatch_mode: u32,
    pub default_stream_id: u32,
    pub instance_control: u32,
    pub control_data_header_size: u32,
    pub maximum_number_of_threads: u32,
    pub static_output_vertex_count: u32,
    pub static_output: bool,
    pub control_data_format: u32,
    pub user_clip_distance_cull_test_enable_bitmask: u32,
    pub user_clip_distance_clip_test_enable_bitmask: u32,
    pub vertex_urb_entry_output_length: u32,
    pub vertex_urb_entry_output_read_offset: u32,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32kernel_start_pointer: u64expected_vertex_count: u32software_exception_enable: boolmask_stack_exception_enable: boolaccesses_uav: boolillegal_opcode_exception_enable: boolfloating_point_mode: u32thread_dispatch_priority: u32binding_table_entry_count: u32sampler_count: u32vector_mask_enable: boolsingle_program_flow: boolper_thread_scratch_space: u32scratch_space_base_pointer: Adispatch_grf_start_register_for_urb_data: u32vertex_urb_entry_read_offset: u32include_vertex_handles: boolvertex_urb_entry_read_length: u32output_topology: _3dPrimTopoTypeoutput_vertex_size: u32dispatch_grf_start_register_for_urb_data_5_4: u32enable: booldiscard_adjacency: boolreorder_mode: u32hint: u32include_primitive_id: boolinvocations_increment_value: u32statistics_enable: booldispatch_mode: u32default_stream_id: u32instance_control: u32control_data_header_size: u32maximum_number_of_threads: u32static_output_vertex_count: u32static_output: boolcontrol_data_format: u32user_clip_distance_cull_test_enable_bitmask: u32user_clip_distance_clip_test_enable_bitmask: u32vertex_urb_entry_output_length: u32vertex_urb_entry_output_read_offset: u32

Methods

impl<A: Addr + Default> _3dStateGs<A>[src]

pub const DWORD_LENGTH: u32[src]

pub const ALTERNATE: u32[src]

pub const CUT: u32[src]

pub const DUAL_INSTANCE: u32[src]

pub const DUAL_OBJECT: u32[src]

pub const HIGH: u32[src]

pub const IEEE_754: u32[src]

pub const LEADING: u32[src]

pub const NO_SAMPLERS: u32[src]

pub const SID: u32[src]

pub const SIMD8: u32[src]

pub const TRAILING: u32[src]

pub const _13_16_SAMPLERS: u32[src]

pub const _1_4_SAMPLERS: u32[src]

pub const _5_8_SAMPLERS: u32[src]

pub const _9_12_SAMPLERS: u32[src]

Trait Implementations

impl<A: Addr + Default> Default for _3dStateGs<A>[src]

impl Deserialize for _3dStateGs<u64>[src]

impl<'_> From<&'_ [u32; 10]> for _3dStateGs<u64>[src]

impl<A: Addr + Default> Serialize for _3dStateGs<A>[src]

type Out = [u32; 10]

Auto Trait Implementations

impl<A> RefUnwindSafe for _3dStateGs<A> where
    A: RefUnwindSafe

impl<A> Send for _3dStateGs<A> where
    A: Send

impl<A> Sync for _3dStateGs<A> where
    A: Sync

impl<A> Unpin for _3dStateGs<A> where
    A: Unpin

impl<A> UnwindSafe for _3dStateGs<A> where
    A: UnwindSafe

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.