Searched refs:m_surfaceArray (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_surface_manager_base.cpp | 51 if (!m_surfaceArray[index]->CanBeDestroyed()) in UpdateStateForDelayedDestroy() 58 m_surfaceArray[index]->DelayDestroy(); in UpdateStateForDelayedDestroy() 59 if (!m_surfaceArray[index]->CanBeDestroyed()) in UpdateStateForDelayedDestroy() 78 if (buffer == m_surfaceArray[index]) in UpdateStateForRealDestroy() 85 m_surfaceArray[index] = nullptr; in UpdateStateForRealDestroy() 181 m_surfaceArray(nullptr), in CmSurfaceManagerBase() 236 MosSafeDeleteArray(m_surfaceArray); in ~CmSurfaceManagerBase() 252 CmSurface* surface = m_surfaceArray[ i ]; in DestroySurfaceArrayElement() 372 m_surfaceArray = MOS_NewArray(PCMSURFACE, m_surfaceArraySize); in Initialize() 375 if( m_surfaceArray == nullptr || in Initialize() [all …]
|
H A D | cm_task_internal.cpp | 211 m_surfaceArray (nullptr), in CmTaskInternal() 322 MosSafeDeleteArray(m_surfaceArray); in ~CmTaskInternal() 368 m_surfaceArray = MOS_NewArray(bool, surfacePoolSize); in Initialize() 369 if (!m_surfaceArray) in Initialize() 374 CmSafeMemSet( m_surfaceArray, 0, surfacePoolSize * sizeof( bool ) ); in Initialize() 460 m_surfaceArray[j] |= surfArray[j]; in Initialize() 529 m_surfaceArray = MOS_NewArray(bool, surfacePoolSize); in Initialize() 530 if (!m_surfaceArray) in Initialize() 535 CmSafeMemSet( m_surfaceArray, 0, surfacePoolSize * sizeof( bool ) ); in Initialize() 613 m_surfaceArray[j] |= surfArray[j]; in Initialize() [all …]
|
H A D | cm_kernel_rt.cpp | 336 m_surfaceArray(nullptr), in CmKernelRT() 409 MosSafeDeleteArray(m_surfaceArray); in ~CmKernelRT() 922 surfArray = m_surfaceArray; in GetKernelSurfaces() 929 if (!m_surfaceArray) in ResetKernelSurfaces() 931 m_surfaceArray = MOS_NewArray(bool, surfacePoolSize); in ResetKernelSurfaces() 932 if (!m_surfaceArray) in ResetKernelSurfaces() 938 CmSafeMemSet( m_surfaceArray, 0, surfacePoolSize * sizeof( bool ) ); in ResetKernelSurfaces() 2230 m_surfaceArray[surfIndexData] = true; in SetKernelArgPointer() 3427 m_surfaceArray[surfIndex] = true; in CollectKernelSurface() 3441 m_surfaceArray[surfIndex] = true; in CollectKernelSurface() [all …]
|
H A D | cm_task_internal.h | 241 …bool *m_surfaceArray; // vector-flag of surfaces R/W by this CM Task … variable
|
H A D | cm_surface_manager_base.h | 209 CmSurface** m_surfaceArray; variable
|
H A D | cm_kernel_rt.h | 506 bool *m_surfaceArray; variable
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/cm/hal/ |
H A D | cm_surface_manager.cpp | 162 m_surfaceArray[ index ] = surface; in CreateSurface2DFromMosResource() 342 CmSurface2DRT *surface = static_cast<CmSurface2DRT *>(m_surfaceArray[index]); in UpdateSurface2D()
|