[][src]Struct intel_genxml::gen8::_3dStatePs

pub struct _3dStatePs<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_0: u64,
    pub software_exception_enable: bool,
    pub mask_stack_exception_enable: bool,
    pub illegal_opcode_exception_enable: bool,
    pub rounding_mode: u32,
    pub floating_point_mode: u32,
    pub thread_dispatch_priority: u32,
    pub binding_table_entry_count: u32,
    pub single_precision_denormal_mode: 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 _8_pixel_dispatch_enable: bool,
    pub _16_pixel_dispatch_enable: bool,
    pub _32_pixel_dispatch_enable: bool,
    pub position_xy_offset_select: u32,
    pub render_target_resolve_enable: bool,
    pub render_target_fast_clear_enable: bool,
    pub push_constant_enable: bool,
    pub maximum_number_of_threads_per_psd: u32,
    pub dispatch_grf_start_register_for_constant_setup_data_2: u32,
    pub dispatch_grf_start_register_for_constant_setup_data_1: u32,
    pub dispatch_grf_start_register_for_constant_setup_data_0: u32,
    pub kernel_start_pointer_1: u64,
    pub kernel_start_pointer_2: u64,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32kernel_start_pointer_0: u64software_exception_enable: boolmask_stack_exception_enable: boolillegal_opcode_exception_enable: boolrounding_mode: u32floating_point_mode: u32thread_dispatch_priority: u32binding_table_entry_count: u32single_precision_denormal_mode: u32sampler_count: u32vector_mask_enable: boolsingle_program_flow: boolper_thread_scratch_space: u32scratch_space_base_pointer: A_8_pixel_dispatch_enable: bool_16_pixel_dispatch_enable: bool_32_pixel_dispatch_enable: boolposition_xy_offset_select: u32render_target_resolve_enable: boolrender_target_fast_clear_enable: boolpush_constant_enable: boolmaximum_number_of_threads_per_psd: u32dispatch_grf_start_register_for_constant_setup_data_2: u32dispatch_grf_start_register_for_constant_setup_data_1: u32dispatch_grf_start_register_for_constant_setup_data_0: u32kernel_start_pointer_1: u64kernel_start_pointer_2: u64

Methods

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

pub const DWORD_LENGTH: u32[src]

pub const ALTERNATE: u32[src]

pub const FLUSHED_TO_ZERO: u32[src]

pub const HIGH: u32[src]

pub const IEEE_754: u32[src]

pub const NO_SAMPLERS: u32[src]

pub const POSOFFSET_CENTROID: u32[src]

pub const POSOFFSET_NONE: u32[src]

pub const POSOFFSET_SAMPLE: u32[src]

pub const RD: u32[src]

pub const RETAINED: u32[src]

pub const RTNE: u32[src]

pub const RTZ: u32[src]

pub const RU: 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 _3dStatePs<A>[src]

impl Deserialize for _3dStatePs<u64>[src]

impl<'_> From<&'_ [u32; 12]> for _3dStatePs<u64>[src]

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

type Out = [u32; 12]

Auto Trait Implementations

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

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

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

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

impl<A> UnwindSafe for _3dStatePs<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.