[−][src]Struct intel_genxml::gen75::InterfaceDescriptorData
Fields
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
single_program_flow: bool
sampler_count: u32
sampler_state_pointer: u64
binding_table_entry_count: u32
binding_table_pointer: u64
constant_urb_entry_read_length: u32
number_of_threads_in_gpgpu_thread_group: u32
barrier_enable: bool
rounding_mode: u32
cross_thread_constant_data_read_length: u32
Methods
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]
pub const RD: u32
[src]
pub const RTNE: u32
[src]
pub const RTZ: u32
[src]
pub const RU: 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>,