Searched refs:m_invalidIndex (Results 1 – 2 of 2) sorted by relevance
72 …if((remappedIdx != m_invalidIndex) && !(is_reference_only())) { // If it already has a remapped in… in get_current_frame_decode_output_texture()108 …if(remappedIdx != m_invalidIndex) { // If it already has a remapped index in use, reuse that alloc… in get_reference_only_output()162 m_invalidIndex(GetInvalidReferenceIndex(DecodeProfileType)),220 return m_invalidIndex; in find_remapped_index()233 uint16_t remappedIndex = m_invalidIndex; in update_entry()236 if (index != m_invalidIndex) { in update_entry()240 if (remappedIndex == m_invalidIndex || remappedIndex == m_currentOutputIndex) { in update_entry()266 if (remappedIndex == m_invalidIndex) { in store_future_reference()268 remappedIndex = find_remapped_index(m_invalidIndex); in store_future_reference()271 if (remappedIndex == m_invalidIndex) { in store_future_reference()[all …]
149 uint16_t m_invalidIndex; member