Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp256 for (uint16_t remappedIndex = 0; remappedIndex < m_dpbDescriptor.dpbSize; remappedIndex++) { in find_remapped_index()
257 if (m_referenceDXVAIndices[remappedIndex].originalIndex == originalIndex) { in find_remapped_index()
258 return remappedIndex; in find_remapped_index()
275 uint16_t remappedIndex = m_invalidIndex; in update_entry() local
279 remappedIndex = find_remapped_index(index); in update_entry()
282 if (remappedIndex == m_invalidIndex || remappedIndex == m_currentOutputIndex) { in update_entry()
285 remappedIndex in update_entry()
306 uint16_t remappedIndex = find_remapped_index(index); store_future_reference() local
342 uint16_t remappedIndex = find_remapped_index(index); mark_reference_in_use() local
[all...]

Completed in 2 milliseconds