[][src]Struct intel_genxml::gen9::MfxPipeBufAddrState

pub struct MfxPipeBufAddrState<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_destination_address: A,
    pub pre_deblocking_destination_attributes: Memoryaddressattributes,
    pub post_deblocking_destination_address: A,
    pub post_deblocking_destination_attributes: Memoryaddressattributes,
    pub original_uncompressed_picture_source_address: A,
    pub original_uncompressed_picture_source_attributes: Memoryaddressattributes,
    pub stream_out_data_destination_address: A,
    pub stream_out_data_destination_attributes: Memoryaddressattributes,
    pub intra_row_store_scratch_buffer_address: A,
    pub intra_row_store_scratch_buffer_attributes: Memoryaddressattributes,
    pub deblocking_filter_row_store_scratch_address: A,
    pub deblocking_filter_row_store_scratch_attributes: Memoryaddressattributes,
    pub reference_picture_address: [A; 16],
    pub reference_picture_attributes: Memoryaddressattributes,
    pub mb_status_buffer_address: A,
    pub mb_status_buffer_attributes: Memoryaddressattributes,
    pub mb_ildb_stream_out_buffer_address: A,
    pub mb_ildb_stream_out_buffer_attributes: Memoryaddressattributes,
    pub second_mb_ildb_stream_out_buffer_address: A,
    pub second_mb_ildb_stream_out_buffer_attributes: Memoryaddressattributes,
    pub reference_picture_memory_compression_mode: [u32; 16],
    pub reference_picture_memory_compression_enable: [bool; 16],
    pub scaled_reference_surface_address: A,
    pub scaled_reference_surface_attributes: Memoryaddressattributes,
    pub slicesize_stream_out_data_destination_address: A,
    pub slicesize_stream_out_data_destination_attributes: Memoryaddressattributes,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32pre_deblocking_destination_address: Apre_deblocking_destination_attributes: Memoryaddressattributespost_deblocking_destination_address: Apost_deblocking_destination_attributes: Memoryaddressattributesoriginal_uncompressed_picture_source_address: Aoriginal_uncompressed_picture_source_attributes: Memoryaddressattributesstream_out_data_destination_address: Astream_out_data_destination_attributes: Memoryaddressattributesintra_row_store_scratch_buffer_address: Aintra_row_store_scratch_buffer_attributes: Memoryaddressattributesdeblocking_filter_row_store_scratch_address: Adeblocking_filter_row_store_scratch_attributes: Memoryaddressattributesreference_picture_address: [A; 16]reference_picture_attributes: Memoryaddressattributesmb_status_buffer_address: Amb_status_buffer_attributes: Memoryaddressattributesmb_ildb_stream_out_buffer_address: Amb_ildb_stream_out_buffer_attributes: Memoryaddressattributessecond_mb_ildb_stream_out_buffer_address: Asecond_mb_ildb_stream_out_buffer_attributes: Memoryaddressattributesreference_picture_memory_compression_mode: [u32; 16]reference_picture_memory_compression_enable: [bool; 16]scaled_reference_surface_address: Ascaled_reference_surface_attributes: Memoryaddressattributesslicesize_stream_out_data_destination_address: Aslicesize_stream_out_data_destination_attributes: Memoryaddressattributes

Methods

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

pub const DWORD_LENGTH: u32[src]

Trait Implementations

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

impl Deserialize for MfxPipeBufAddrState<u64>[src]

impl<'_> From<&'_ [u32; 68]> for MfxPipeBufAddrState<u64>[src]

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

type Out = [u32; 68]

Auto Trait Implementations

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

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

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

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

impl<A> UnwindSafe for MfxPipeBufAddrState<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.