[−][src]Struct intel_genxml::gen6::InterfaceDescriptorData
Fields
kernel_start_pointer: u64software_exception_enable: boolmask_stack_exception_enable: boolillegal_opcode_exception_enable: boolfloating_point_mode: u32thread_priority: u32single_program_flow: boolsampler_count: u32sampler_state_pointer: u64binding_table_entry_count: u32binding_table_pointer: u64constant_urb_entry_read_offset: u32constant_urb_entry_read_length: u32barrier_id: u32barrier_return_byte: u32barrier_return_grf_offset: u32Methods
impl InterfaceDescriptorData[src]
pub const DWORD_LENGTH: u32[src]
pub const ALTERNATE: u32[src]
pub const BETWEEN_13_AND_16_SAMPLERS_USED: u32[src]
pub const BETWEEN_1_AND_4_SAMPLERS_USED: u32[src]
pub const BETWEEN_5_AND_8_SAMPLERS_USED: u32[src]
pub const BETWEEN_9_AND_12_SAMPLERS_USED: u32[src]
pub const HIGH_PRIORITY: u32[src]
pub const IEEE_754: u32[src]
pub const NORMAL_PRIORITY: u32[src]
pub const NO_SAMPLERS_USED: u32[src]
Trait Implementations
impl Default for InterfaceDescriptorData[src]
impl Deserialize for InterfaceDescriptorData[src]
impl<'_> From<&'_ [u32; 8]> for InterfaceDescriptorData[src]
impl Serialize for InterfaceDescriptorData[src]
Auto Trait Implementations
impl RefUnwindSafe for InterfaceDescriptorData
impl Send for InterfaceDescriptorData
impl Sync for InterfaceDescriptorData
impl Unpin for InterfaceDescriptorData
impl UnwindSafe for InterfaceDescriptorData
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>,