[−][src]Struct intel_genxml::gen8::MediaObjectGrpid
Fields
dword_length: u32
media_command_sub_opcode: u32
media_command_opcode: u32
media_command_pipeline: u32
command_type: u32
interface_descriptor_offset: u32
indirect_data_length: u32
subslice_destination_select: u32
slice_destination_select: u32
use_scoreboard: u32
force_destination: u32
end_of_thread_group: u32
indirect_data_start_address: A
scoreboard_x: u32
scoreboard_y: u32
scoreboard_mask: u32
scoreboard_color: u32
groupid: u32
Methods
impl<A: Addr + Default> MediaObjectGrpid<A>
[src]
pub const DWORD_LENGTH: u32
[src]
pub const NOT_USING_SCOREBOARD: u32
[src]
pub const SLICE_0: u32
[src]
pub const SLICE_1: u32
[src]
pub const SLICE_2: u32
[src]
pub const SUBSLICE_0: u32
[src]
pub const SUBSLICE_1: u32
[src]
pub const SUBSLICE_2: u32
[src]
pub const USING_SCOREBOARD: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for MediaObjectGrpid<A>
[src]
impl Deserialize for MediaObjectGrpid<u64>
[src]
impl<'_> From<&'_ [u32; 7]> for MediaObjectGrpid<u64>
[src]
impl<A: Addr + Default> Serialize for MediaObjectGrpid<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for MediaObjectGrpid<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for MediaObjectGrpid<A> where
A: Send,
A: Send,
impl<A> Sync for MediaObjectGrpid<A> where
A: Sync,
A: Sync,
impl<A> Unpin for MediaObjectGrpid<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for MediaObjectGrpid<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>,