[−][src]Struct intel_genxml::gen5::VsState
Fields
grf_register_count: u32kernel_start_pointer: u64software_exception_enable: boolmask_stack_exception_enable: boolillegal_opcode_exception_enable: boolfloating_point_mode: u32thread_priority: u32binding_table_entry_count: u32single_program_flow: boolper_thread_scratch_space: u32scratch_space_base_pointer: Adispatch_grf_start_register_for_urb_data: u32vertex_urb_entry_read_offset: u32vertex_urb_entry_read_length: u32constant_urb_entry_read_offset: u32constant_urb_entry_read_length: u32statistics_enable: boolnumber_of_urb_entries: u32urb_entry_allocation_size: u32maximum_number_of_threads: u32sampler_count: u32sampler_state_pointer: Aenable: boolvertex_cache_disable: boolMethods
impl<A: Addr + Default> VsState<A>[src]
pub const DWORD_LENGTH: u32[src]
pub const ALTERNATE: u32[src]
pub const HIGH_PRIORITY: u32[src]
pub const IEEE_754: u32[src]
pub const NORMAL_PRIORITY: u32[src]
Trait Implementations
impl<A: Addr + Default> Default for VsState<A>[src]
impl Deserialize for VsState<u64>[src]
impl<'_> From<&'_ [u32; 7]> for VsState<u64>[src]
impl<A: Addr + Default> Serialize for VsState<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for VsState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for VsState<A> where
A: Send,
A: Send,
impl<A> Sync for VsState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for VsState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for VsState<A> where
A: UnwindSafe,
A: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,