HomeSort by relevance Sort by last modified time
    Searched refs:threadNdx (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/delibs/decpp/
deAppendList.cpp 42 deUint32 threadNdx;
46 : threadNdx (threadNdx_)
51 : threadNdx (0)
72 TestThread (SharedState* shared, deUint32 threadNdx)
74 , m_threadNdx (threadNdx)
102 for (deUint32 threadNdx = 0; threadNdx < numThreads; ++threadNdx)
104 threads[threadNdx] = TestThreadSp(new TestThread(&sharedState, threadNdx));
    [all...]
deSpinBarrier.cpp 175 TestThread (SpinBarrier& barrier, volatile deInt32* sharedVar, int numThreads, int threadNdx)
179 , m_threadNdx (threadNdx)
276 TestExitThread (SpinBarrier& barrier, int numThreads, int threadNdx, SpinBarrier::WaitMode waitMode)
279 , m_threadNdx (threadNdx)
  /external/deqp/modules/egl/
teglColorClearCase.cpp 365 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
367 packets[threadNdx].resize(numPacketsPerThread);
371 ClearPacket& packet = packets[threadNdx][packetNdx];
374 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
375 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
380 if (threadNdx == 0 && packetNdx == 0 && clearNdx == 0)
389 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]
teglMultiThreadTests.cpp 231 for (int threadNdx = 0; threadNdx < (int)m_threads.size(); threadNdx++)
244 for (int threadNdx = 0; threadNdx < (int)m_threads.size(); threadNdx++)
272 for (int threadNdx = 0; threadNdx < (int)m_threads.size(); threadNdx++)
273 delete m_threads[threadNdx];
    [all...]
teglGLES2SharedRenderingPerfTests.cpp 859 for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
860 m_contexts.push_back(new TestContext(m_eglTestCtx, m_display, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? DE_NULL : m_contexts[threadNdx-1])));
867 for (int threadNdx = 0; threadNdx < (int)m_contexts.size(); threadNdx++)
869 delete m_contexts[threadNdx];
870 m_contexts[threadNdx] = DE_NULL
    [all...]
teglRenderTests.cpp 976 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++)
978 packets[threadNdx].resize(packetsPerThread);
982 DrawOpPacket& packet = packets[threadNdx][packetNdx];
985 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
986 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
988 packet.drawOps = &drawOps[(packetNdx*numThreads + threadNdx)*opsPerPacket];
1022 for (int threadNdx = 0; threadNdx < numThreads; threadNdx++
    [all...]
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 631 int threadNdx;
635 for (threadNdx = 0; threadNdx < numThreads; threadNdx++)
647 for (threadNdx = 0; threadNdx < numThreads; threadNdx++)
649 deThread thread = deThreadArray_get(threads, threadNdx);
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 606 for (int threadNdx = 0; threadNdx < m_spec.threadCount; threadNdx++)
612 const int id = ((threadNdx * m_spec.callCount) + callNdx) * m_spec.atomicCounterCount + counterNdx;
    [all...]

Completed in 388 milliseconds