[][src]Struct intel_genxml::gen12::VdencPipeBufAddrState

pub struct VdencPipeBufAddrState<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 ds_fwd_ref0: VdencPicture<A>,
    pub ds_fwd_ref1: VdencPicture<A>,
    pub original_uncompressed_picture: VdencPicture<A>,
    pub stream_in_data_picture: VdencPicture<A>,
    pub row_store_scratch_buffer: VdencPicture<A>,
    pub colocated_mv_read_buffer: VdencPicture<A>,
    pub fwd_ref0: VdencPicture<A>,
    pub fwd_ref1: VdencPicture<A>,
    pub fwd_ref2: VdencPicture<A>,
    pub bwd_ref0: VdencPicture<A>,
    pub vdenc_statistics_stream_out: VdencPicture<A>,
    pub ds_fwd_ref0_4x: VdencPicture<A>,
    pub ds_fwd_ref1_4x: VdencPicture<A>,
    pub vdenc_lcu_pak_obj_cmd_buffer: VdencPicture<A>,
    pub scaled_reference_surface_8x: VdencPicture<A>,
    pub scaled_reference_surface_4x: VdencPicture<A>,
    pub vp9_segmentation_map_stream_in_buffer: VdencPicture<A>,
    pub vp9_segmentation_map_stream_out_buffer: VdencPicture<A>,
    pub weights_histogram_stream_out_offset: u32,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32ds_fwd_ref0: VdencPicture<A>ds_fwd_ref1: VdencPicture<A>original_uncompressed_picture: VdencPicture<A>stream_in_data_picture: VdencPicture<A>row_store_scratch_buffer: VdencPicture<A>colocated_mv_read_buffer: VdencPicture<A>fwd_ref0: VdencPicture<A>fwd_ref1: VdencPicture<A>fwd_ref2: VdencPicture<A>bwd_ref0: VdencPicture<A>vdenc_statistics_stream_out: VdencPicture<A>ds_fwd_ref0_4x: VdencPicture<A>ds_fwd_ref1_4x: VdencPicture<A>vdenc_lcu_pak_obj_cmd_buffer: VdencPicture<A>scaled_reference_surface_8x: VdencPicture<A>scaled_reference_surface_4x: VdencPicture<A>vp9_segmentation_map_stream_in_buffer: VdencPicture<A>vp9_segmentation_map_stream_out_buffer: VdencPicture<A>weights_histogram_stream_out_offset: u32

Methods

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

pub const DWORD_LENGTH: u32[src]

Trait Implementations

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

impl Deserialize for VdencPipeBufAddrState<u64>[src]

impl<'_> From<&'_ [u32; 62]> for VdencPipeBufAddrState<u64>[src]

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

type Out = [u32; 62]

Auto Trait Implementations

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

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

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

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

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