[][src]Struct intel_genxml::gen7::MfxDbkObject

pub struct MfxDbkObject<A: Addr + Default> {
    pub dword_length: u32,
    pub subopcode_b: u32,
    pub subopcode_a: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub pre_deblocking_source_cacheability_control: u32,
    pub pre_deblocking_source_graphics_data_type: u32,
    pub pre_deblocking_source_arbitration_priority_control: u32,
    pub pre_deblocking_source_address: A,
    pub deblocking_control_cacheability_control: u32,
    pub deblocking_control_graphics_data_type: u32,
    pub deblocking_control_arbitration_priority_control: u32,
    pub deblocking_control_address: A,
    pub deblocking_cacheability_control: u32,
    pub deblocking_graphics_data_type: u32,
    pub deblocking_arbitration_priority_control: u32,
    pub deblocking_address: A,
    pub deblock_row_store_cacheability_control: u32,
    pub deblock_row_store_graphics_data_type: u32,
    pub deblock_row_store_arbitration_priority_control: u32,
    pub deblock_row_store_address: A,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32pre_deblocking_source_cacheability_control: u32pre_deblocking_source_graphics_data_type: u32pre_deblocking_source_arbitration_priority_control: u32pre_deblocking_source_address: Adeblocking_control_cacheability_control: u32deblocking_control_graphics_data_type: u32deblocking_control_arbitration_priority_control: u32deblocking_control_address: Adeblocking_cacheability_control: u32deblocking_graphics_data_type: u32deblocking_arbitration_priority_control: u32deblocking_address: Adeblock_row_store_cacheability_control: u32deblock_row_store_graphics_data_type: u32deblock_row_store_arbitration_priority_control: u32deblock_row_store_address: A

Methods

impl<A: Addr + Default> MfxDbkObject<A>[src]

pub const DWORD_LENGTH: u32[src]

pub const BOTH_LLC_AND_MLC: u32[src]

pub const GTT_ENTRY: u32[src]

pub const HIGHEST_PRIORITY: u32[src]

pub const IN_LLC_BUT_NOT_MLC: u32[src]

pub const LOWEST_PRIORITY: u32[src]

pub const NOT_IN_LLC_OR_MLC: u32[src]

pub const SECOND_HIGHEST_PRIORITY: u32[src]

pub const THIRD_HIGHEST_PRIORITY: u32[src]

Trait Implementations

impl<A: Addr + Default> Default for MfxDbkObject<A>[src]

impl Deserialize for MfxDbkObject<u64>[src]

impl<'_> From<&'_ [u32; 5]> for MfxDbkObject<u64>[src]

impl<A: Addr + Default> Serialize for MfxDbkObject<A>[src]

type Out = [u32; 5]

Auto Trait Implementations

impl<A> RefUnwindSafe for MfxDbkObject<A> where
    A: RefUnwindSafe

impl<A> Send for MfxDbkObject<A> where
    A: Send

impl<A> Sync for MfxDbkObject<A> where
    A: Sync

impl<A> Unpin for MfxDbkObject<A> where
    A: Unpin

impl<A> UnwindSafe for MfxDbkObject<A> where
    A: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.