[−][src]Struct intel_genxml::gen12::_3dStateDs
Fields
dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32kernel_start_pointer: u64software_exception_enable: boolillegal_opcode_exception_enable: boolaccesses_uav: boolfloating_point_mode: u32thread_dispatch_priority: u32binding_table_entry_count: u32sampler_count: u32vector_mask_enable: boolper_thread_scratch_space: u32scratch_space_base_pointer: Apatch_urb_entry_read_offset: u32patch_urb_entry_read_length: u32dispatch_grf_start_register_for_urb_data: u32enable: boolcache_disable: boolcompute_w_coordinate_enable: booldispatch_mode: u32statistics_enable: boolmaximum_number_of_threads: u32user_clip_distance_cull_test_enable_bitmask: u32user_clip_distance_clip_test_enable_bitmask: u32vertex_urb_entry_output_length: u32vertex_urb_entry_output_read_offset: u32dual_patch_kernel_start_pointer: u64Methods
impl<A: Addr + Default> _3dStateDs<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 NO_SAMPLERS: u32[src]
pub const SIMD8_SINGLE_OR_DUAL_PATCH: u32[src]
pub const SIMD8_SINGLE_PATCH: u32[src]
pub const _13_16_SAMPLERS: u32[src]
pub const _1_4_SAMPLERS: u32[src]
pub const _5_8_SAMPLERS: u32[src]
pub const _9_12_SAMPLERS: u32[src]
Trait Implementations
impl<A: Addr + Default> Default for _3dStateDs<A>[src]
impl Deserialize for _3dStateDs<u64>[src]
impl<'_> From<&'_ [u32; 11]> for _3dStateDs<u64>[src]
impl<A: Addr + Default> Serialize for _3dStateDs<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for _3dStateDs<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for _3dStateDs<A> where
A: Send,
A: Send,
impl<A> Sync for _3dStateDs<A> where
A: Sync,
A: Sync,
impl<A> Unpin for _3dStateDs<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for _3dStateDs<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>,