[−][src]Struct intel_genxml::gen12::HcpTileCoding
Fields
dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32tile_column_position: u32tile_row_position: u32last_tile_of_column: booltile_height_in_minimum_coding_block_size: u32tile_width_in_minimum_coding_block_size: u32sao_parameter_offset: u32bitstream_byte_offset: u32pak_frame_statistics_offset: u32cu_level_stream_out_offset: u32slice_size_stream_out_offset: u32cu_record_offset: u32sse_row_store_offset: u32sao_row_store_offset: u32tile_size_stream_out_offset: u32vp9_probability_counter_stream_out_offset: u32hcp_scalability_synchronize_buffer_base_address: Ahcp_scalability_synchronize_buffer_attributes: MemoryaddressattributesMethods
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>,