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

  /external/deqp/framework/delibs/decpp/
deSpinBarrier.cpp 179 , m_threadNdx (threadNdx)
187 de::Random rnd (deInt32Hash(m_numThreads) ^ deInt32Hash(m_threadNdx));
217 const int m_threadNdx;
279 , m_threadNdx (threadNdx)
287 de::Random rnd (deInt32Hash(m_numThreads) ^ deInt32Hash(m_threadNdx) ^ deInt32Hash((deInt32)m_waitMode));
305 const int m_threadNdx;
deAppendList.cpp 74 , m_threadNdx (threadNdx)
86 m_shared->testList.append(TestElem(m_threadNdx, elemNdx));
92 const deUint32 m_threadNdx;

Completed in 55 milliseconds