Lines Matching refs:threadNdx
944 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++) in executeForContexts() local
946 packets[threadNdx].resize(packetsPerThread); in executeForContexts()
950 DrawOpPacket& packet = packets[threadNdx][packetNdx]; in executeForContexts()
953 packet.wait = semaphores[packetNdx*numThreads + threadNdx]; in executeForContexts()
954 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1]; in executeForContexts()
956 packet.drawOps = &drawOps[(packetNdx*numThreads + threadNdx)*opsPerPacket]; in executeForContexts()
990 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++) in executeForContexts() local
992 …threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].se… in executeForContexts()
993 threads[threadNdx]->start(); in executeForContexts()
1013 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++) in executeForContexts() local
1014 threads[threadNdx]->join(); in executeForContexts()