Home
last modified time | relevance | path

Searched refs:countByThread (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeAppendList.cpp114 vector<deUint32> countByThread (numThreads); in runAppendListTest() local
116 std::fill(countByThread.begin(), countByThread.end(), 0); in runAppendListTest()
125 DE_TEST_ASSERT(countByThread[elem.threadNdx] == elem.elemNdx); in runAppendListTest()
127 countByThread[elem.threadNdx] += 1; in runAppendListTest()
131 DE_TEST_ASSERT(countByThread[threadNdx] == numElements); in runAppendListTest()