Searched refs:countByThread (Results 1 – 1 of 1) sorted by relevance
114 vector<deUint32> countByThread (numThreads); in runAppendListTest() local116 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()