[][src]Struct intel_genxml::gen75::InterfaceDescriptorData

pub struct InterfaceDescriptorData {
    pub kernel_start_pointer: u64,
    pub software_exception_enable: bool,
    pub mask_stack_exception_enable: bool,
    pub illegal_opcode_exception_enable: bool,
    pub floating_point_mode: u32,
    pub thread_priority: u32,
    pub single_program_flow: bool,
    pub sampler_count: u32,
    pub sampler_state_pointer: u64,
    pub binding_table_entry_count: u32,
    pub binding_table_pointer: u64,
    pub constant_urb_entry_read_length: u32,
    pub number_of_threads_in_gpgpu_thread_group: u32,
    pub shared_local_memory_size: u32,
    pub barrier_enable: bool,
    pub rounding_mode: u32,
    pub cross_thread_constant_data_read_length: u32,
}

Fields

kernel_start_pointer: u64software_exception_enable: boolmask_stack_exception_enable: boolillegal_opcode_exception_enable: boolfloating_point_mode: u32thread_priority: u32single_program_flow: boolsampler_count: u32sampler_state_pointer: u64binding_table_entry_count: u32binding_table_pointer: u64constant_urb_entry_read_length: u32number_of_threads_in_gpgpu_thread_group: u32shared_local_memory_size: u32barrier_enable: boolrounding_mode: u32cross_thread_constant_data_read_length: u32

Methods

impl InterfaceDescriptorData[src]

pub const DWORD_LENGTH: u32[src]

pub const ALTERNATE: u32[src]

pub const BETWEEN_13_AND_16_SAMPLERS_USED: u32[src]

pub const BETWEEN_1_AND_4_SAMPLERS_USED: u32[src]

pub const BETWEEN_5_AND_8_SAMPLERS_USED: u32[src]

pub const BETWEEN_9_AND_12_SAMPLERS_USED: u32[src]

pub const HIGH_PRIORITY: u32[src]

pub const IEEE_754: u32[src]

pub const NORMAL_PRIORITY: u32[src]

pub const NO_SAMPLERS_USED: u32[src]

pub const RD: u32[src]

pub const RTNE: u32[src]

pub const RTZ: u32[src]

pub const RU: u32[src]

Trait Implementations

impl Default for InterfaceDescriptorData[src]

impl Deserialize for InterfaceDescriptorData[src]

impl<'_> From<&'_ [u32; 8]> for InterfaceDescriptorData[src]

impl Serialize for InterfaceDescriptorData[src]

type Out = [u32; 8]

Auto Trait Implementations

impl RefUnwindSafe for InterfaceDescriptorData

impl Send for InterfaceDescriptorData

impl Sync for InterfaceDescriptorData

impl Unpin for InterfaceDescriptorData

impl UnwindSafe for InterfaceDescriptorData

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.