Home
last modified time | relevance | path

Searched refs:ReconstructedPictureSubresource (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_references_manager_av1.cpp95 m_CurrentFrameReferencesData.ReconstructedPicTexture.ReconstructedPictureSubresource = in begin_frame()
96 reconPic.ReconstructedPictureSubresource; in begin_frame()
196 dpbContents += std::to_string(dpbEntry.ReconstructedPictureSubresource); in print_virtual_dpb_entries()
210 m_CurrentFrameReferencesData.ReconstructedPicTexture.ReconstructedPictureSubresource); in print_virtual_dpb_entries()
410 refFrameDesc.ReconstructedPictureSubresource = recAlloc.ReconstructedPictureSubresource; in refresh_dpb_slots_with_current_frame_reconpic()
Dd3d12_video_texture_array_dpb_manager.cpp138 m_D3D12DPB.pSubresources[dpbPosition] = pReconPicture.ReconstructedPictureSubresource; in assign_reference_frame()
159 pReconPicture.ReconstructedPictureSubresource); in insert_reference_frame()
210 … (trackedItem.ReconstructedPictureSubresource == reusableRes.subresource) && !reusableRes.isFree) { in is_tracked_allocation()
223 (trackedItem.ReconstructedPictureSubresource == reusableRes.subresource)) { in untrack_reconstructed_picture_allocation()
248 freshAllocation.ReconstructedPictureSubresource = reusableRes.subresource; in get_new_tracked_picture_allocation()
Dd3d12_video_dec_references_mgr.cpp76 *pOutSubresourceIndex = reconPicture.ReconstructedPictureSubresource; in get_current_frame_decode_output_texture()
86 *pOutSubresourceIndex = pFreshAllocation.ReconstructedPictureSubresource; in get_current_frame_decode_output_texture()
112 *pOutputSubresource = reconPicture.ReconstructedPictureSubresource; in get_reference_only_output()
119 *pOutputSubresource = pFreshAllocation.ReconstructedPictureSubresource; in get_reference_only_output()
250 …utSubresource = outNeedsTransitionToDecodeRead ? reconPicture.ReconstructedPictureSubresource : 0u; in update_entry()
Dd3d12_video_dpb_storage_manager.h33 uint32_t ReconstructedPictureSubresource; member
Dd3d12_video_array_of_textures_dpb_manager.cpp131 m_D3D12DPB.pSubresources[dpbPosition] = pReconPicture.ReconstructedPictureSubresource; in assign_reference_frame()
152 pReconPicture.ReconstructedPictureSubresource); in insert_reference_frame()
Dd3d12_video_encoder_references_manager_hevc.cpp307 m_CurrentFrameReferencesData.ReconstructedPicTexture.ReconstructedPictureSubresource = in begin_frame()
Dd3d12_video_encoder_references_manager_h264.cpp322 m_CurrentFrameReferencesData.ReconstructedPicTexture.ReconstructedPictureSubresource = in begin_frame()
Dd3d12_video_enc.cpp2264 … (referenceSubresource == reconPicOutputTextureDesc.ReconstructedPictureSubresource) ? in d3d12_video_encoder_encode_bitstream()