[−][src]Struct intel_genxml::gen4::GsState
Fields
grf_register_count: u32
kernel_start_pointer: A
software_exception_enable: bool
mask_stack_exception_enable: bool
illegal_opcode_exception_enable: bool
floating_point_mode: u32
binding_table_entry_count: u32
single_program_flow: bool
per_thread_scratch_space: u32
scratch_space_base_pointer: A
dispatch_grf_start_register_for_urb_data: u32
vertex_urb_entry_read_offset: u32
vertex_urb_entry_read_length: u32
constant_urb_entry_read_offset: u32
constant_urb_entry_read_length: u32
number_of_urb_entries: u32
urb_entry_allocation_size: u32
maximum_number_of_threads: u32
sampler_count: u32
sampler_state_pointer: A
maximum_vpindex: u32
discard_adjacency: bool
reorder_enable: bool
Methods
impl<A: Addr + Default> GsState<A>
[src]
Trait Implementations
impl<A: Addr + Default> Default for GsState<A>
[src][+]
impl Deserialize for GsState<u64>
[src][+]
impl<'_> From<&'_ [u32; 7]> for GsState<u64>
[src][+]
impl<A: Addr + Default> Serialize for GsState<A>
[src][+]
Auto Trait Implementations
impl<A> RefUnwindSafe for GsState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for GsState<A> where
A: Send,
A: Send,
impl<A> Sync for GsState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for GsState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for GsState<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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,