[−][src]Struct intel_genxml::gen5::ClipState
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
clip_mode: u32
userclipdistance_cliptest_enable_bitmask: u32
userclipflags_mustclip_enable: bool
negative_w_cliptest_enable: bool
guardband_cliptest_enable: bool
viewport_z_cliptest_enable: bool
viewport_xy_cliptest_enable: bool
vertex_position_space: u32
api_mode: u32
clipper_viewport_state_pointer: A
screen_space_viewport_x_min: f32
screen_space_viewport_x_max: f32
screen_space_viewport_y_min: f32
screen_space_viewport_y_max: f32
Methods
impl<A: Addr + Default> ClipState<A>
[src]
pub const DWORD_LENGTH: u32
[src]
pub const ACCEPT_ALL: u32
[src]
pub const ALL: u32
[src]
pub const ALTERNATE: u32
[src]
pub const CLIP_NON_REJECTED: u32
[src]
pub const D3D: u32
[src]
pub const HIGH_PRIORITY: u32
[src]
pub const IEEE_754: u32
[src]
pub const NDCSPACE: u32
[src]
pub const NORMAL: u32
[src]
pub const NORMAL_PRIORITY: u32
[src]
pub const OGL: u32
[src]
pub const REJECT_ALL: u32
[src]
pub const SCREENSPACE: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for ClipState<A>
[src]
impl Deserialize for ClipState<u64>
[src]
impl<'_> From<&'_ [u32; 11]> for ClipState<u64>
[src]
impl<A: Addr + Default> Serialize for ClipState<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for ClipState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for ClipState<A> where
A: Send,
A: Send,
impl<A> Sync for ClipState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for ClipState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for ClipState<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>,