HomeSort by relevance Sort by last modified time
    Searched defs:threadNdx (Results 1 - 3 of 3) 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...]
  /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/egl/
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 173 milliseconds