Searched refs:m_threadGroupSpaceArray (Results 1 – 2 of 2) sorted by relevance
137 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()
610 CmDynamicArray m_threadGroupSpaceArray; variable