Searched refs:m_threadSpaceUnit (Results 1 – 2 of 2) sorted by relevance
159 m_threadSpaceUnit(nullptr), in CmThreadSpaceRT()194 MosSafeDeleteArray(m_threadSpaceUnit); in ~CmThreadSpaceRT()287 if( m_threadSpaceUnit == nullptr ) in AssociateThreadWithMask()289 m_threadSpaceUnit = MOS_NewArray(CM_THREAD_SPACE_UNIT, (m_height * m_width)); in AssociateThreadWithMask()290 if (m_threadSpaceUnit) in AssociateThreadWithMask()292 CmSafeMemSet(m_threadSpaceUnit, 0, sizeof(CM_THREAD_SPACE_UNIT) * m_height * m_width); in AssociateThreadWithMask()302 if( (m_threadSpaceUnit[linearOffset].kernel == kernel) && in AssociateThreadWithMask()303 (m_threadSpaceUnit[linearOffset].threadId == threadId) && in AssociateThreadWithMask()304 (m_threadSpaceUnit[linearOffset].scoreboardCoordinates.x == x) && in AssociateThreadWithMask()305 (m_threadSpaceUnit[linearOffset].scoreboardCoordinates.y == y) ) in AssociateThreadWithMask()[all …]
222 CM_THREAD_SPACE_UNIT *m_threadSpaceUnit; variable