Lines Matching refs:threadNdx
862 …for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadN… in init() local
863 …play, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? DE_NULL : m_contexts[threadN… in init()
870 for (int threadNdx = 0; threadNdx < (int)m_contexts.size(); threadNdx++) in deinit() local
872 delete m_contexts[threadNdx]; in deinit()
873 m_contexts[threadNdx] = DE_NULL; in deinit()
896 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++) in createThreads() local
899 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]); in createThreads()
909 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in destroyThreads() local
911 delete threads[threadNdx]; in destroyThreads()
912 threads[threadNdx] = DE_NULL; in destroyThreads()
920 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in startThreads() local
921 threads[threadNdx]->start(); in startThreads()
926 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in joinThreads() local
927 threads[threadNdx]->join(); in joinThreads()
932 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in threadResultsOk() local
934 if (!threads[threadNdx]->resultOk()) in threadResultsOk()