[−][src]Struct intel_genxml::gen11::VdencSurfaceStateFields
Fields
cr_v_cb_u_pixel_offset_v_direction: f32
surface_format_byte_swizzle: bool
color_space_selection: u32
width: u32
height: u32
tile_walk: u32
tiled_surface: u32
half_pitch_for_chroma: bool
surface_pitch: u32
chroma_downsample_filter_control: u32
format: u32
surface_format: u32
y_offset_for_u_cb: u32
x_offset_for_u_cb: u32
y_offset_for_v_cr: u32
x_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]
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>,