Searched defs:TestElem (Results 1 – 1 of 1) sorted by relevance
40 struct TestElem struct42 uint32_t threadNdx;43 uint32_t elemNdx;45 TestElem(uint32_t threadNdx_, uint32_t elemNdx_) : threadNdx(threadNdx_), elemNdx(elemNdx_) in TestElem() function49 TestElem(void) : threadNdx(0), elemNdx(0) in TestElem() argument