Home
last modified time | relevance | path

Searched refs:m_gpuContextCheckList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal.cpp814 if (!m_gpuContextCheckList.empty()) in ~VphalState()
817 m_gpuContextCheckList.clear(); in ~VphalState()
1051 m_gpuContextCheckList.push_back(tmpEntry); in AddGpuContextToCheckList()
1075 for (auto &curGpuEntry : m_gpuContextCheckList) in DestroyGpuContextWithInvalidHandle()
H A Dvphal.h498 std::vector<VPHAL_GPU_CONTEXT_ENTRY> m_gpuContextCheckList; variable