Home
last modified time | relevance | path

Searched refs:d3d12_texture_array_dpb_manager (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_texture_array_dpb_manager.cpp39 d3d12_texture_array_dpb_manager::create_reconstructed_picture_allocations(ID3D12Resource **ppResour… in create_reconstructed_picture_allocations()
66 d3d12_texture_array_dpb_manager::~d3d12_texture_array_dpb_manager() in ~d3d12_texture_array_dpb_manager()
69 d3d12_texture_array_dpb_manager::d3d12_texture_array_dpb_manager( in d3d12_texture_array_dpb_manager() function in d3d12_texture_array_dpb_manager
102 d3d12_texture_array_dpb_manager::clear_decode_picture_buffer() in clear_decode_picture_buffer()
129 d3d12_texture_array_dpb_manager::assign_reference_frame(d3d12_video_reconstructed_picture pReconPic… in assign_reference_frame()
144 d3d12_texture_array_dpb_manager::insert_reference_frame(d3d12_video_reconstructed_picture pReconPic… in insert_reference_frame()
165 d3d12_texture_array_dpb_manager::get_reference_frame(uint32_t dpbPosition) in get_reference_frame()
178 d3d12_texture_array_dpb_manager::remove_reference_frame(uint32_t dpbPosition, bool *pResourceUntrac… in remove_reference_frame()
206 d3d12_texture_array_dpb_manager::is_tracked_allocation(d3d12_video_reconstructed_picture trackedIte… in is_tracked_allocation()
219 d3d12_texture_array_dpb_manager::untrack_reconstructed_picture_allocation(d3d12_video_reconstructed… in untrack_reconstructed_picture_allocation()
[all …]
H A Dd3d12_video_texture_array_dpb_manager.h31 class d3d12_texture_array_dpb_manager : public d3d12_video_dpb_storage_manager_interface
74 d3d12_texture_array_dpb_manager(
83 ~d3d12_texture_array_dpb_manager();
H A Dd3d12_video_dec_references_mgr.cpp189 …m_upD3D12TexturesStorageManager = std::make_unique<d3d12_texture_array_dpb_manager>(m_dpbDescripto…
H A Dd3d12_video_enc.cpp442 pD3D12Enc->m_upDPBStorageManager = std::make_unique<d3d12_texture_array_dpb_manager>( in d3d12_video_encoder_reconfigure_encoder_objects()