Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp61 uint16_t remappedIdx = find_remapped_index(m_DecodeTargetToOriginalIndex7Bits[pCurrentDecodeTarget]); in get_current_frame_decode_output_texture() local
63 if(remappedIdx != m_invalidIndex) { // If it already has a remapped index in use, reuse that allocation in get_current_frame_decode_output_texture()
65 d3d12_video_reconstructed_picture reconPicture = m_upD3D12TexturesStorageManager->get_reference_frame(remappedIdx); in get_current_frame_decode_output_texture()
147 uint16_t remappedIdx = find_remapped_index(m_DecodeTargetToOriginalIndex7Bits[pCurrentDecodeTarget]); in get_reference_only_output() local
149 if(remappedIdx != m_invalidIndex) { // If it already has a remapped index in use, reuse that allocation in get_reference_only_output()
151 d3d12_video_reconstructed_picture reconPicture = m_upD3D12TexturesStorageManager->get_reference_frame(remappedIdx); in get_reference_only_output()

Completed in 1 milliseconds