[][src]Struct intel_genxml::gen10::VdencWalkerState

pub struct VdencWalkerState {
    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 mb_lcu_start_y_position: u32,
    pub mb_lcu_start_x_position: u32,
    pub first_super_slice: bool,
    pub next_slice_mb_start_y_position: u32,
    pub next_slice_mb_lcu_start_x_position: u32,
    pub log2_weight_denominator_luma: u32,
    pub hevc_vp9_log2_weight_denominator_luma: u32,
    pub tile_start_ctb_y: u32,
    pub tile_start_ctb_x: u32,
    pub tile_width: u32,
    pub tile_stream_in_offset_enable: bool,
    pub tile_stream_in_offset: u32,
    pub tile_row_store_offset_enable: bool,
    pub tile_row_store_offset: u32,
    pub tile_stream_out_offset_enable: bool,
    pub tile_stream_out_offset: u32,
    pub tile_lcu_stream_out_offset_enable: bool,
    pub tile_lcu_stream_out_offset: u32,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32mb_lcu_start_y_position: u32mb_lcu_start_x_position: u32first_super_slice: boolnext_slice_mb_start_y_position: u32next_slice_mb_lcu_start_x_position: u32log2_weight_denominator_luma: u32hevc_vp9_log2_weight_denominator_luma: u32tile_start_ctb_y: u32tile_start_ctb_x: u32tile_width: u32tile_stream_in_offset_enable: booltile_stream_in_offset: u32tile_row_store_offset_enable: booltile_row_store_offset: u32tile_stream_out_offset_enable: booltile_stream_out_offset: u32tile_lcu_stream_out_offset_enable: booltile_lcu_stream_out_offset: u32

Methods

impl VdencWalkerState[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for VdencWalkerState[src]

impl Deserialize for VdencWalkerState[src]

impl<'_> From<&'_ [u32; 10]> for VdencWalkerState[src]

impl Serialize for VdencWalkerState[src]

type Out = [u32; 10]

Auto Trait Implementations

impl RefUnwindSafe for VdencWalkerState

impl Send for VdencWalkerState

impl Sync for VdencWalkerState

impl Unpin for VdencWalkerState

impl UnwindSafe for VdencWalkerState

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.