[][src]Struct intel_genxml::gen9::VdencSurfaceStateFields

pub struct VdencSurfaceStateFields {
    pub cr_v_cb_u_pixel_offset_v_direction: f32,
    pub surface_format_byte_swizzle: bool,
    pub color_space_selection: u32,
    pub width: u32,
    pub height: u32,
    pub tile_walk: u32,
    pub tiled_surface: u32,
    pub half_pitch_for_chroma: bool,
    pub surface_pitch: u32,
    pub format: u32,
    pub surface_format: u32,
    pub y_offset_for_u_cb: u32,
    pub x_offset_for_u_cb: u32,
    pub y_offset_for_v_cr: u32,
    pub x_offset_for_v_cr: u32,
}

Fields

cr_v_cb_u_pixel_offset_v_direction: f32surface_format_byte_swizzle: boolcolor_space_selection: u32width: u32height: u32tile_walk: u32tiled_surface: u32half_pitch_for_chroma: boolsurface_pitch: u32format: u32surface_format: u32y_offset_for_u_cb: u32x_offset_for_u_cb: u32y_offset_for_v_cr: u32x_offset_for_v_cr: u32

Methods

impl VdencSurfaceStateFields[src]

pub const DWORD_LENGTH: u32[src]

pub const PLANAR_420_8: u32[src]

pub const RGBA_4_4_4_4: u32[src]

pub const XMAJOR: u32[src]

pub const Y8_UNORM: u32[src]

pub const YMAJOR: u32[src]

pub const YUV_4_2_2: u32[src]

pub const YUV_4_4_4: u32[src]

Trait Implementations

impl Default for VdencSurfaceStateFields[src]

impl Deserialize for VdencSurfaceStateFields[src]

impl<'_> From<&'_ [u32; 4]> for VdencSurfaceStateFields[src]

impl Serialize for VdencSurfaceStateFields[src]

type Out = [u32; 4]

Auto Trait Implementations

impl RefUnwindSafe for VdencSurfaceStateFields

impl Send for VdencSurfaceStateFields

impl Sync for VdencSurfaceStateFields

impl Unpin for VdencSurfaceStateFields

impl UnwindSafe for VdencSurfaceStateFields

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.