Home
last modified time | relevance | path

Searched refs:m_upD3D12TexturesStorageManager (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp65 d3d12_video_reconstructed_picture reconPicture = m_upD3D12TexturesStorageManager->get_reference_frame(remappedIdx); in get_current_frame_decode_output_texture()
71 // m_upD3D12TexturesStorageManager as decode output == reconpic decode output Otherwise, when ReferenceOnly is in get_current_frame_decode_output_texture()
73 // the allocations are stored in m_upD3D12TexturesStorageManager but we need a +1 allocation without the in get_current_frame_decode_output_texture()
123 m_upD3D12TexturesStorageManager->get_new_tracked_picture_allocation(); in get_current_frame_decode_output_texture()
151 d3d12_video_reconstructed_picture reconPicture = m_upD3D12TexturesStorageManager->get_reference_frame(remappedIdx); in get_reference_only_output()
158 m_upD3D12TexturesStorageManager->get_new_tracked_picture_allocation(); in get_reference_only_output()
169 d3d12_video_reference_frames args = m_upD3D12TexturesStorageManager->get_current_reference_frames(); in get_current_reference_frames()
221 m_upD3D12TexturesStorageManager =
231 m_upD3D12TexturesStorageManager = std::make_unique<d3d12_texture_array_dpb_manager>(m_dpbDescriptor.dpbSize,
244 m_upD3D12TexturesStorageManager
[all...]
H A Dd3d12_video_dec_references_mgr.h135 std::unique_ptr<d3d12_video_dpb_storage_manager_interface> m_upD3D12TexturesStorageManager; member
138 // m_upD3D12TexturesStorageManager->get_current_reference_frames().ppHeaps

Completed in 2 milliseconds