[−][src]Struct intel_genxml::gen5::SfState
Fields
grf_register_count: u32
kernel_start_pointer: u64
software_exception_enable: bool
mask_stack_exception_enable: bool
illegal_opcode_exception_enable: bool
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_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
front_winding: u32
viewport_transform_enable: bool
setup_viewport_state_offset: A
destination_origin_vertical_bias: f32
destination_origin_horizontal_bias: f32
scissor_rectangle_enable: bool
_2x2_pixel_triangle_filter_disable: bool
zero_pixel_triangle_filter_disable: bool
point_rasterization_rule: u32
line_end_cap_antialiasing_region_width: u32
line_width: f32
fast_scissor_clip_disable: bool
cull_mode: u32
antialiasing_enable: bool
point_width: f32
point_width_source: u32
vertex_sub_pixel_precision_select: u32
sprite_point_enable: bool
aa_line_distance_mode: u32
triangle_fan_provoking_vertex_select: u32
line_strip_list_provoking_vertex_select: u32
triangle_strip_list_provoking_vertex_select: u32
last_pixel_enable: bool
Methods
impl<A: Addr + Default> SfState<A>
[src]
pub const DWORD_LENGTH: u32
[src]
pub const ALTERNATE: u32
[src]
pub const BACK: u32
[src]
pub const BOTH: u32
[src]
pub const FRONT: u32
[src]
pub const FRONTWINDING_CCW: u32
[src]
pub const FRONTWINDING_CW: u32
[src]
pub const HIGH_PRIORITY: u32
[src]
pub const IEEE_754: u32
[src]
pub const MANHATTAN: u32
[src]
pub const NONE: u32
[src]
pub const NORMAL_PRIORITY: u32
[src]
pub const RASTRULE_UPPER_LEFT: u32
[src]
pub const RASTRULE_UPPER_RIGHT: u32
[src]
pub const STATE: u32
[src]
pub const TRUE: u32
[src]
pub const VERTEX: u32
[src]
pub const VERTEX_0: u32
[src]
pub const VERTEX_1: u32
[src]
pub const VERTEX_2: 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]
pub const _4_SUB_PIXEL_PRECISION_BITS: u32
[src]
pub const _8_SUB_PIXEL_PRECISION_BITS: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for SfState<A>
[src]
impl Deserialize for SfState<u64>
[src]
impl<'_> From<&'_ [u32; 8]> for SfState<u64>
[src]
impl<A: Addr + Default> Serialize for SfState<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for SfState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for SfState<A> where
A: Send,
A: Send,
impl<A> Sync for SfState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for SfState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for SfState<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>,