[−][src]Struct intel_genxml::gen6::RenderSurfaceState
Fields
cube_face_enable_positive_z: bool
cube_face_enable_negative_z: bool
cube_face_enable_positive_y: bool
cube_face_enable_negative_y: bool
cube_face_enable_positive_x: bool
cube_face_enable_negative_x: bool
media_boundary_pixel_mode: u32
render_cache_read_write_mode: u32
cube_map_corner_mode: u32
mip_map_layout_mode: u32
vertical_line_stride_offset: u32
vertical_line_stride: u32
surface_format: u32
data_return_format: u32
surface_type: u32
surface_base_address: A
render_target_rotation: u32
mip_count_lod: u32
width: u32
height: u32
tile_walk: u32
tiled_surface: bool
surface_pitch: u32
depth: u32
multisample_position_palette_index: u32
number_of_multisamples: u32
render_target_view_extent: u32
minimum_array_element: u32
surface_min_lod: u32
mocs: u32
y_offset: u32
surface_vertical_alignment: u32
x_offset: u32
Methods
impl<A: Addr + Default> RenderSurfaceState<A>
[src]
pub const DWORD_LENGTH: u32
[src]
pub const CUBE_AVERAGE: u32
[src]
pub const CUBE_REPLICATE: u32
[src]
pub const DATA_RETURN_FLOAT32: u32
[src]
pub const INTERLACED_FRAME: u32
[src]
pub const MIPLAYOUT_BELOW: u32
[src]
pub const MIPLAYOUT_RIGHT: u32
[src]
pub const MULTISAMPLECOUNT_1: u32
[src]
pub const MULTISAMPLECOUNT_4: u32
[src]
pub const NORMAL_MODE: u32
[src]
pub const PROGRESSIVE_FRAME: u32
[src]
pub const READ_WRITE: u32
[src]
pub const RTROTATE_0DEG: u32
[src]
pub const RTROTATE_270DEG: u32
[src]
pub const RTROTATE_90DEG: u32
[src]
pub const SURFTYPE_1D: u32
[src]
pub const SURFTYPE_2D: u32
[src]
pub const SURFTYPE_3D: u32
[src]
pub const SURFTYPE_BUFFER: u32
[src]
pub const SURFTYPE_CUBE: u32
[src]
pub const SURFTYPE_NULL: u32
[src]
pub const TILEWALK_XMAJOR: u32
[src]
pub const TILEWALK_YMAJOR: u32
[src]
pub const VALIGN_2: u32
[src]
pub const VALIGN_4: u32
[src]
pub const WRITE_ONLY: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for RenderSurfaceState<A>
[src]
impl Deserialize for RenderSurfaceState<u64>
[src]
impl<'_> From<&'_ [u32; 6]> for RenderSurfaceState<u64>
[src]
impl<A: Addr + Default> Serialize for RenderSurfaceState<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for RenderSurfaceState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for RenderSurfaceState<A> where
A: Send,
A: Send,
impl<A> Sync for RenderSurfaceState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for RenderSurfaceState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for RenderSurfaceState<A> where
A: UnwindSafe,
A: UnwindSafe,
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>,