Searched refs:m_invalidIndex (Results 1 – 2 of 2) sorted by relevance
63 …if(remappedIdx != m_invalidIndex) { // If it already has a remapped index in use, reuse that alloc… in get_current_frame_decode_output_texture()149 …if(remappedIdx != m_invalidIndex) { // If it already has a remapped index in use, reuse that alloc… in get_reference_only_output()204 m_invalidIndex(GetInvalidReferenceIndex(DecodeProfileType)),262 return m_invalidIndex; in find_remapped_index()275 uint16_t remappedIndex = m_invalidIndex; in update_entry()278 if (index != m_invalidIndex) { in update_entry()282 if (remappedIndex == m_invalidIndex || remappedIndex == m_currentOutputIndex) { in update_entry()308 if (remappedIndex == m_invalidIndex) { in store_future_reference()310 remappedIndex = find_remapped_index(m_invalidIndex); in store_future_reference()313 if (remappedIndex == m_invalidIndex) { in store_future_reference()[all …]
150 uint16_t m_invalidIndex; member