Searched refs:m_gpuContextCount (Results 1 – 4 of 4) sorted by relevance
/external/intel-media-driver/media_softlet/agnostic/common/os/ |
D | mos_gpucontextmgr_next.cpp | 193 m_gpuContextCount++; in CreateGpuContext() 196 …MT_MOS_GPUCXT_COUNT, m_gpuContextCount, MT_MOS_GPU_NODE, gpuNode, MT_MOS_GPUCXT_HANDLE, gpuContext… in CreateGpuContext() 253 m_gpuContextCount--; in DestroyGpuContext() 256 if (m_gpuContextCount == 0 && !m_noCycledGpuCxtMgmt) in DestroyGpuContext() 261 …TR, (int64_t)this, MT_MOS_GPUCXT_PTR, (int64_t)gpuContext, MT_MOS_GPUCXT_COUNT, m_gpuContextCount); in DestroyGpuContext()
|
D | mos_gpucontextmgr_next.h | 174 uint32_t m_gpuContextCount = 0; variable
|
/external/intel-media-driver/media_driver/agnostic/common/os/ |
D | mos_gpucontextmgr.cpp | 184 m_gpuContextCount++; in CreateGpuContext() 233 m_gpuContextCount--; in DestroyGpuContext() 238 if (m_gpuContextCount == 0 && !m_noCycledGpuCxtMgmt) in DestroyGpuContext()
|
D | mos_gpucontextmgr.h | 174 uint32_t m_gpuContextCount = 0; variable
|