[−][src]Struct intel_genxml::gen7::MediaVfeState
Fields
dword_length: u32
subopcode: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
per_thread_scratch_space: u32
scratch_space_base_pointer: A
gpgpu_mode: u32
gateway_mmio_access_control: u32
bypass_gateway_control: u32
reset_gateway_timer: u32
number_of_urb_entries: u32
maximum_number_of_threads: u32
curbe_allocation_size: u32
urb_entry_allocation_size: u32
scoreboard_mask: u32
scoreboard_type: u32
scoreboard_enable: u32
scoreboard_0_delta_x: i32
scoreboard_0_delta_y: i32
scoreboard_1_delta_x: i32
scoreboard_1_delta_y: i32
scoreboard_2_delta_x: i32
scoreboard_2_delta_y: i32
scoreboard_3_delta_x: i32
scoreboard_3_delta_y: i32
scoreboard_4_delta_x: i32
scoreboard_4_delta_y: i32
scoreboard_5_delta_x: i32
scoreboard_5_delta_y: i32
scoreboard_6_delta_x: i32
scoreboard_6_delta_y: i32
scoreboard_7_delta_x: i32
scoreboard_7_delta_y: i32
Methods
impl<A: Addr + Default> MediaVfeState<A>
[src]
pub const DWORD_LENGTH: u32
[src]
pub const BYPASSING_OPENGATEWAY_CLOSEGATEWAY_PROTOCOL: u32
[src]
pub const MAINTAINING_OPENGATEWAY_FORWARDMSG_CLOSEGATEWAY_PROTOCOL_LEGACY_MODE: u32
[src]
pub const MAINTAINING_THE_EXISTING_TIMESTAMP_STATE: u32
[src]
pub const MMIO_READ_WRITE_TO_ANY_ADDRESS: u32
[src]
pub const NON_STALLING_SCOREBOARD: u32
[src]
pub const NO_MMIO_READ_WRITE_ALLOWED: u32
[src]
pub const RESETTING_RELATIVE_TIMER_AND_LATCHING_THE_GLOBAL_TIMESTAMP: u32
[src]
pub const SCOREBOARD_DISABLED: u32
[src]
pub const SCOREBOARD_ENABLED: u32
[src]
pub const STALLING_SCOREBOARD: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for MediaVfeState<A>
[src]
impl Deserialize for MediaVfeState<u64>
[src]
impl<'_> From<&'_ [u32; 8]> for MediaVfeState<u64>
[src]
impl<A: Addr + Default> Serialize for MediaVfeState<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for MediaVfeState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for MediaVfeState<A> where
A: Send,
A: Send,
impl<A> Sync for MediaVfeState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for MediaVfeState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for MediaVfeState<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>,