Searched refs:m_perThreadArgExists (Results 1 – 3 of 3) sorted by relevance
323 m_perThreadArgExists(false), in CmKernelRT()2081 m_perThreadArgExists = true; in SetArgsInternal()2461 if( m_curbeEnabled && (m_perThreadArgExists || m_perKernelArgExists)) in CreateMovInstructions()3031 …if((m_perThreadArgExists == false) && (m_perKernelArgExists == false) && (m_usKernelPayloadDataSiz… in GetArgCountPlusSurfArray()3040 if(m_perThreadArgExists || m_perKernelArgExists) in GetArgCountPlusSurfArray()3243 m_perThreadArgExists = false; in DestroyArgs()3288 m_perThreadArgExists = false; in Reset()5272 return m_perThreadArgExists; in IsThreadArgExisted()
476 bool m_perThreadArgExists; // Indicates if this kernel has thread arg. variable
904 return !(m_perThreadArgExists || specialDependency); in IsFastPathSupported()