[−][src]Struct intel_genxml::gen12::HcpPipeBufAddrState
Fields
dword_length: u32
subopcode: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
decoded_picture_address: A
decoded_picture_memory_address_attributes: Memoryaddressattributes
deblocking_filter_line_buffer_address: A
deblocking_filter_line_buffer_memory_address_attributes: Memoryaddressattributes
deblocking_filter_tile_line_buffer_address: A
deblocking_filter_tile_line_buffer_memory_address_attributes: Memoryaddressattributes
deblocking_filter_tile_column_buffer_address: A
deblocking_filter_tile_column_buffer_memory_address_attributes: Memoryaddressattributes
metadata_line_buffer_address: A
metadata_line_buffer_memory_address_attributes: Memoryaddressattributes
metadata_tile_line_buffer_address: A
metadata_tile_line_buffer_memory_address_attributes: Memoryaddressattributes
metadata_tile_column_buffer_address: A
metadata_tile_column_buffer_memory_address_attributes: Memoryaddressattributes
sao_line_buffer_address: A
sao_line_buffer_memory_address_attributes: Memoryaddressattributes
sao_tile_line_buffer_address: A
sao_tile_line_buffer_memory_address_attributes: Memoryaddressattributes
sao_tile_column_buffer_address: A
sao_tile_column_buffer_memory_address_attributes: Memoryaddressattributes
current_mv_temporal_buffer_address: A
current_mv_temporal_buffer_memory_address_attributes: Memoryaddressattributes
reference_picture_address: [A; 8]
reference_picture_memory_address_attributes: Memoryaddressattributes
original_uncompressed_picture_source_address: A
original_uncompressed_picture_source_memory_address_attributes: Memoryaddressattributes
sao_row_store_buffer_address: A
sao_row_store_buffer_memory_address_attributes: Memoryaddressattributes
decoded_picture_status_buffer_address: A
decoded_picture_status_buffer_memory_address_attributes: Memoryaddressattributes
lcu_ildb_stream_out_buffer_address: A
lcu_ildb_stream_out_buffer_memory_address_attributes: Memoryaddressattributes
collocated_mv_temporal_buffer_address: [A; 8]
collocated_mv_temporal_buffer_memory_address_attributes: Memoryaddressattributes
vp9_probability_buffer_address: A
vp9_probability_buffer_memory_address_attributes: Memoryaddressattributes
vp9_segment_id_buffer_address: u64
vp9_segment_id_buffer_memory_address_attributes: Memoryaddressattributes
vp9_hvd_line_row_store_buffer_address: A
vp9_hvd_line_row_store_buffer_memory_address_attributes: Memoryaddressattributes
vp9_hvd_tile_row_store_buffer_address: A
vp9_hvd_tile_row_store_buffer_memory_address_attributes: Memoryaddressattributes
sao_stream_out_data_destination_buffer_base_address: A
sao_stream_out_data_destination_buffer_memory_address_attributes: Memoryaddressattributes
frame_statistics_stream_out_data_destination_buffer_base_address: A
frame_statistics_stream_out_data_destination_buffer_memory_address_attributes: Memoryaddressattributes
sse_source_pixel_row_store_buffer_base_address: A
sse_source_pixel_row_store_buffer_memory_address_attributes_read_write: Memoryaddressattributes
hcp_scalability_slice_state_buffer_base_address: A
hcp_scalability_slice_state_buffer_memory_address_attributes: Memoryaddressattributes
hcp_scalability_cabac_decoded_syntax_elements_buffer_base_address: A
hcp_scalability_cabac_decoded_syntax_elements_buffer_memory_address_attributes: Memoryaddressattributes
mv_upper_right_column_store_buffer_base_address: A
mv_upper_right_column_store_buffer_memory_address_attributes: Memoryaddressattributes
intra_prediction_upper_right_column_store_buffer_base_address: A
intra_prediction_upper_right_column_store_buffer_memory_address_attributes: Memoryaddressattributes
intra_prediction_left_recon_column_store_buffer_base_address: A
intra_prediction_left_recon_column_store_buffer_memory_address_attributes: Memoryaddressattributes
hcp_scalability_cabac_decoded_syntax_elements_buffer_max_address: A
Methods
impl<A: Addr + Default> HcpPipeBufAddrState<A>
[src]
pub const DWORD_LENGTH: u32
[src]
Trait Implementations
impl<A: Addr + Default> Default for HcpPipeBufAddrState<A>
[src]
impl Deserialize for HcpPipeBufAddrState<u64>
[src]
impl<'_> From<&'_ [u32; 121]> for HcpPipeBufAddrState<u64>
[src]
impl<A: Addr + Default> Serialize for HcpPipeBufAddrState<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for HcpPipeBufAddrState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for HcpPipeBufAddrState<A> where
A: Send,
A: Send,
impl<A> Sync for HcpPipeBufAddrState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for HcpPipeBufAddrState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for HcpPipeBufAddrState<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>,