Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_device_rt_base.cpp137 m_threadGroupSpaceArray(CM_INIT_THREADGROUPSPACE_COUNT),
295 …CmThreadGroupSpace* threadGroupSpace = (CmThreadGroupSpace*)m_threadGroupSpaceArray.GetElement( i … in DestructCommon()
301 m_threadGroupSpaceArray.Delete(); in DestructCommon()
2600 uint32_t firstfreeslot = m_threadGroupSpaceArray.GetFirstFreeIndex(); in CreateThreadGroupSpaceEx()
2606 m_threadGroupSpaceArray.SetElement( firstfreeslot, threadGroupSpace ); in CreateThreadGroupSpaceEx()
2646 …if(threadGroupSpace == static_cast< CmThreadGroupSpace* >(m_threadGroupSpaceArray.GetElement( inde… in DestroyThreadGroupSpace()
2651 m_threadGroupSpaceArray.SetElement( indexTGs, nullptr ); in DestroyThreadGroupSpace()
H A Dcm_device_rt_base.h610 CmDynamicArray m_threadGroupSpaceArray; variable