[−][src]Struct intel_genxml::gen7::MediaVfeState
Fields
dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32per_thread_scratch_space: u32scratch_space_base_pointer: Agpgpu_mode: u32gateway_mmio_access_control: u32bypass_gateway_control: u32reset_gateway_timer: u32number_of_urb_entries: u32maximum_number_of_threads: u32curbe_allocation_size: u32urb_entry_allocation_size: u32scoreboard_mask: u32scoreboard_type: u32scoreboard_enable: u32scoreboard_0_delta_x: i32scoreboard_0_delta_y: i32scoreboard_1_delta_x: i32scoreboard_1_delta_y: i32scoreboard_2_delta_x: i32scoreboard_2_delta_y: i32scoreboard_3_delta_x: i32scoreboard_3_delta_y: i32scoreboard_4_delta_x: i32scoreboard_4_delta_y: i32scoreboard_5_delta_x: i32scoreboard_5_delta_y: i32scoreboard_6_delta_x: i32scoreboard_6_delta_y: i32scoreboard_7_delta_x: i32scoreboard_7_delta_y: i32Methods
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>,