Searched refs:m_threadGroupSpace (Results 1 – 5 of 5) sorted by relevance
253 threadGroupSpace = m_threadGroupSpace; in GetThreadGroupSpace()510 CmThreadGroupSpace *m_threadGroupSpace; //should be exclusive with m_threadSpace variable
251 CmThreadGroupSpace *m_threadGroupSpace; variable
219 CmThreadGroupSpace *tgs = (globalGroupSpace == nullptr)?m_threadGroupSpace:globalGroupSpace; in AllocateCurbeAndFillImplicitArgs()854 if (m_threadGroupSpace) in GetThreadGroupSpaceEx()856 return m_threadGroupSpace; in GetThreadGroupSpaceEx()
178 m_threadGroupSpace(nullptr), in CmThreadSpaceRT()214 if (m_threadGroupSpace != nullptr) in ~CmThreadSpaceRT()216 m_device->DestroyThreadGroupSpace(m_threadGroupSpace); in ~CmThreadSpaceRT()247 …ATUS_RETURN(m_device->CreateThreadGroupSpaceEx(1, 1, 1, m_width, m_height, 1, m_threadGroupSpace)); in Initialize()2178 return m_threadGroupSpace; in GetThreadGroupSpace()
337 m_threadGroupSpace( nullptr ), in CmKernelRT()3300 m_threadGroupSpace = nullptr; in Reset()3597 if (m_threadGroupSpace) in CreateKernelData()3599 usedThreadGroupSpace = m_threadGroupSpace; in CreateKernelData()5108 if (m_threadGroupSpace != nullptr) in AssociateThreadSpace()5171 m_threadGroupSpace = threadGroupSpace; in AssociateThreadGroupSpace()5199 if (m_threadGroupSpace != threadGroupSpace) in DeAssociateThreadSpace()5204 m_threadGroupSpace = nullptr; in DeAssociateThreadSpace()5255 if (m_threadGroupSpace != threadGroupSpace) in DeAssociateThreadGroupSpace()5260 m_threadGroupSpace = nullptr; in DeAssociateThreadGroupSpace()[all …]