[−][src]Struct intel_genxml::gen11::VdencSurfaceStateFields
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: u32chroma_downsample_filter_control: u32format: u32surface_format: u32y_offset_for_u_cb: u32x_offset_for_u_cb: u32y_offset_for_v_cr: u32x_offset_for_v_cr: u32Methods
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]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,