[−][src]Struct intel_genxml::gen9::GpgpuWalker
Fields
dword_length: u32predicate_enable: boolindirect_parameter_enable: boolsubopcode: u32media_command_opcode: u32pipeline: u32command_type: u32interface_descriptor_offset: u32indirect_data_length: u32indirect_data_start_address: u64thread_width_counter_maximum: u32thread_height_counter_maximum: u32thread_depth_counter_maximum: u32simd_size: u32thread_group_id_starting_x: u32thread_group_id_x_dimension: u32thread_group_id_starting_y: u32thread_group_id_y_dimension: u32thread_group_id_starting_resume_z: u32thread_group_id_z_dimension: u32right_execution_mask: u32bottom_execution_mask: u32Methods
impl GpgpuWalker[src]
pub const DWORD_LENGTH: u32[src]
pub const SIMD16: u32[src]
pub const SIMD32: u32[src]
pub const SIMD8: u32[src]
Trait Implementations
impl Default for GpgpuWalker[src]
impl Deserialize for GpgpuWalker[src]
impl<'_> From<&'_ [u32; 15]> for GpgpuWalker[src]
impl Serialize for GpgpuWalker[src]
Auto Trait Implementations
impl RefUnwindSafe for GpgpuWalker
impl Send for GpgpuWalker
impl Sync for GpgpuWalker
impl Unpin for GpgpuWalker
impl UnwindSafe for GpgpuWalker
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>,