Lines Matching refs:threadNdx
859 …for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadN… in init() local
860 …play, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? DE_NULL : m_contexts[threadN… in init()
867 for (int threadNdx = 0; threadNdx < (int)m_contexts.size(); threadNdx++) in deinit() local
869 delete m_contexts[threadNdx]; in deinit()
870 m_contexts[threadNdx] = DE_NULL; in deinit()
893 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++) in createThreads() local
896 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]); in createThreads()
906 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in destroyThreads() local
908 delete threads[threadNdx]; in destroyThreads()
909 threads[threadNdx] = DE_NULL; in destroyThreads()
917 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in startThreads() local
918 threads[threadNdx]->start(); in startThreads()
923 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in joinThreads() local
924 threads[threadNdx]->join(); in joinThreads()
929 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++) in threadResultsOk() local
931 if (!threads[threadNdx]->resultOk()) in threadResultsOk()