[−][src]Struct intel_genxml::gen12::HcpTileCoding
Fields
dword_length: u32
subopcode: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
tile_column_position: u32
tile_row_position: u32
last_tile_of_column: bool
tile_height_in_minimum_coding_block_size: u32
tile_width_in_minimum_coding_block_size: u32
sao_parameter_offset: u32
bitstream_byte_offset: u32
pak_frame_statistics_offset: u32
cu_level_stream_out_offset: u32
slice_size_stream_out_offset: u32
cu_record_offset: u32
sse_row_store_offset: u32
sao_row_store_offset: u32
tile_size_stream_out_offset: u32
vp9_probability_counter_stream_out_offset: u32
hcp_scalability_synchronize_buffer_base_address: A
hcp_scalability_synchronize_buffer_attributes: Memoryaddressattributes
Methods
impl<A: Addr + Default> HcpTileCoding<A>
[src]
pub const DWORD_LENGTH: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for HcpTileCoding<A>
[src]
impl Deserialize for HcpTileCoding<u64>
[src]
impl<'_> From<&'_ [u32; 16]> for HcpTileCoding<u64>
[src]
impl<A: Addr + Default> Serialize for HcpTileCoding<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for HcpTileCoding<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for HcpTileCoding<A> where
A: Send,
A: Send,
impl<A> Sync for HcpTileCoding<A> where
A: Sync,
A: Sync,
impl<A> Unpin for HcpTileCoding<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for HcpTileCoding<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>,