[][src]Struct intel_genxml::gen9::HcpPipeBufAddrState

pub struct HcpPipeBufAddrState<A: Addr + Default> {
    pub dword_length: u32,
    pub subopcode: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub decoded_picture_address: A,
    pub decoded_picture_memory_address_attributes: Memoryaddressattributes,
    pub deblocking_filter_line_buffer_address: A,
    pub deblocking_filter_line_buffer_memory_address_attributes: Memoryaddressattributes,
    pub deblocking_filter_tile_line_buffer_address: A,
    pub deblocking_filter_tile_line_buffer_memory_address_attributes: Memoryaddressattributes,
    pub deblocking_filter_tile_column_buffer_address: A,
    pub deblocking_filter_tile_column_buffer_memory_address_attributes: Memoryaddressattributes,
    pub metadata_line_buffer_address: A,
    pub metadata_line_buffer_memory_address_attributes: Memoryaddressattributes,
    pub metadata_tile_line_buffer_address: A,
    pub metadata_tile_line_buffer_memory_address_attributes: Memoryaddressattributes,
    pub metadata_tile_column_buffer_address: A,
    pub metadata_tile_column_buffer_memory_address_attributes: Memoryaddressattributes,
    pub sao_line_buffer_address: A,
    pub sao_line_buffer_memory_address_attributes: Memoryaddressattributes,
    pub sao_tile_line_buffer_address: A,
    pub sao_tile_line_buffer_memory_address_attributes: Memoryaddressattributes,
    pub sao_tile_column_buffer_address: A,
    pub sao_tile_column_buffer_memory_address_attributes: Memoryaddressattributes,
    pub current_mv_temporal_buffer_address: A,
    pub current_mv_temporal_buffer_memory_address_attributes: Memoryaddressattributes,
    pub reference_picture_address: [A; 8],
    pub reference_picture_memory_address_attributes: Memoryaddressattributes,
    pub original_uncompressed_picture_source_address: A,
    pub original_uncompressed_picture_source_memory_address_attributes: Memoryaddressattributes,
    pub stream_out_data_destination_address: A,
    pub stream_out_data_destination_memory_address_attributes: Memoryaddressattributes,
    pub decoded_picture_status_buffer_address: A,
    pub decoded_picture_status_buffer_memory_address_attributes: Memoryaddressattributes,
    pub lcu_ildb_stream_out_buffer_address: A,
    pub lcu_ildb_stream_out_buffer_memory_address_attributes: Memoryaddressattributes,
    pub collocated_mv_temporal_buffer_address: [A; 8],
    pub collocated_mv_temporal_buffer_memory_address_attributes: Memoryaddressattributes,
    pub vp9_probability_buffer_address: A,
    pub vp9_probability_buffer_memory_address_attributes: Memoryaddressattributes,
    pub vp9_segment_id_buffer_address: u64,
    pub vp9_segment_id_buffer_memory_address_attributes: Memoryaddressattributes,
    pub vp9_hvd_line_rowstore_buffer_address: A,
    pub vp9_hvd_line_rowstore_buffer_memory_address_attributes: Memoryaddressattributes,
    pub vp9_hvd_tile_rowstore_buffer_address: A,
    pub vp9_hvd_tile_rowstore_buffer_memory_address_attributes: Memoryaddressattributes,
}

Fields

dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32decoded_picture_address: Adecoded_picture_memory_address_attributes: Memoryaddressattributesdeblocking_filter_line_buffer_address: Adeblocking_filter_line_buffer_memory_address_attributes: Memoryaddressattributesdeblocking_filter_tile_line_buffer_address: Adeblocking_filter_tile_line_buffer_memory_address_attributes: Memoryaddressattributesdeblocking_filter_tile_column_buffer_address: Adeblocking_filter_tile_column_buffer_memory_address_attributes: Memoryaddressattributesmetadata_line_buffer_address: Ametadata_line_buffer_memory_address_attributes: Memoryaddressattributesmetadata_tile_line_buffer_address: Ametadata_tile_line_buffer_memory_address_attributes: Memoryaddressattributesmetadata_tile_column_buffer_address: Ametadata_tile_column_buffer_memory_address_attributes: Memoryaddressattributessao_line_buffer_address: Asao_line_buffer_memory_address_attributes: Memoryaddressattributessao_tile_line_buffer_address: Asao_tile_line_buffer_memory_address_attributes: Memoryaddressattributessao_tile_column_buffer_address: Asao_tile_column_buffer_memory_address_attributes: Memoryaddressattributescurrent_mv_temporal_buffer_address: Acurrent_mv_temporal_buffer_memory_address_attributes: Memoryaddressattributesreference_picture_address: [A; 8]reference_picture_memory_address_attributes: Memoryaddressattributesoriginal_uncompressed_picture_source_address: Aoriginal_uncompressed_picture_source_memory_address_attributes: Memoryaddressattributesstream_out_data_destination_address: Astream_out_data_destination_memory_address_attributes: Memoryaddressattributesdecoded_picture_status_buffer_address: Adecoded_picture_status_buffer_memory_address_attributes: Memoryaddressattributeslcu_ildb_stream_out_buffer_address: Alcu_ildb_stream_out_buffer_memory_address_attributes: Memoryaddressattributescollocated_mv_temporal_buffer_address: [A; 8]collocated_mv_temporal_buffer_memory_address_attributes: Memoryaddressattributesvp9_probability_buffer_address: Avp9_probability_buffer_memory_address_attributes: Memoryaddressattributesvp9_segment_id_buffer_address: u64vp9_segment_id_buffer_memory_address_attributes: Memoryaddressattributesvp9_hvd_line_rowstore_buffer_address: Avp9_hvd_line_rowstore_buffer_memory_address_attributes: Memoryaddressattributesvp9_hvd_tile_rowstore_buffer_address: Avp9_hvd_tile_rowstore_buffer_memory_address_attributes: Memoryaddressattributes

Methods

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

pub const DWORD_LENGTH: u32[src]

Trait Implementations

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

impl Deserialize for HcpPipeBufAddrState<u64>[src]

impl<'_> From<&'_ [u32; 95]> for HcpPipeBufAddrState<u64>[src]

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

type Out = [u32; 95]

Auto Trait Implementations

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

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

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

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

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