Lines Matching refs:threadNdx
982 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++) in executeForContexts() local
984 packets[threadNdx].resize(packetsPerThread); in executeForContexts()
988 DrawOpPacket& packet = packets[threadNdx][packetNdx]; in executeForContexts()
991 packet.wait = semaphores[packetNdx*numThreads + threadNdx]; in executeForContexts()
992 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1]; in executeForContexts()
994 packet.drawOps = &drawOps[(packetNdx*numThreads + threadNdx)*opsPerPacket]; in executeForContexts()
1028 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++) in executeForContexts() local
1030 …threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].se… in executeForContexts()
1031 threads[threadNdx]->start(); in executeForContexts()
1051 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++) in executeForContexts() local
1052 threads[threadNdx]->join(); in executeForContexts()