[−][src]Struct intel_genxml::gen5::WmState
Fields
grf_register_count_0: u32
kernel_start_pointer_0: u64
software_exception_enable: bool
mask_stack_exception_enable: bool
illegal_opcode_exception_enable: bool
depth_coefficient_urb_read_offset: u32
floating_point_mode: u32
thread_priority: 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_constant_setup_data_0: u32
setup_urb_entry_read_offset: u32
setup_urb_entry_read_length: u32
constant_urb_entry_read_offset: u32
constant_urb_entry_read_length: u32
statistics_enable: bool
sampler_count: u32
sampler_state_pointer: A
_8_pixel_dispatch_enable: bool
_16_pixel_dispatch_enable: bool
_32_pixel_dispatch_enable: bool
contiguous_32_pixel_dispatch_enable: bool
contiguous_64_pixel_dispatch_enable: bool
fast_span_coverage_enable: bool
depth_buffer_clear: bool
depth_buffer_resolve_enable: bool
hierarchical_depth_buffer_resolve_enable: bool
legacy_global_depth_bias_enable: bool
line_stipple_enable: bool
global_depth_offset_enable: bool
polygon_stipple_enable: bool
line_antialiasing_region_width: u32
line_end_cap_antialiasing_region_width: u32
early_depth_test_enable: bool
thread_dispatch_enable: bool
pixel_shader_uses_source_depth: bool
pixel_shader_computed_depth: bool
pixel_shader_kills_pixel: bool
legacy_diamond_line_rasterization: bool
maximum_number_of_threads: u32
global_depth_offset_constant: f32
global_depth_offset_scale: f32
grf_register_count_1: u32
kernel_start_pointer_1: u64
grf_register_count_2: u32
kernel_start_pointer_2: u64
grf_register_count_3: u32
kernel_start_pointer_3: u64
Methods
impl<A: Addr + Default> WmState<A>
[src]
pub const DWORD_LENGTH: u32
[src]
pub const ALTERNATE: u32
[src]
pub const HIGH: u32
[src]
pub const IEEE_754: u32
[src]
pub const _0_5_PIXELS: u32
[src]
pub const _1_0_PIXELS: u32
[src]
pub const _2_0_PIXELS: u32
[src]
pub const _4_0_PIXELS: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for WmState<A>
[src]
impl Deserialize for WmState<u64>
[src]
impl<'_> From<&'_ [u32; 11]> for WmState<u64>
[src]
impl<A: Addr + Default> Serialize for WmState<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for WmState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for WmState<A> where
A: Send,
A: Send,
impl<A> Sync for WmState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for WmState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for WmState<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>,