Home
last modified time | relevance | path

Searched defs:TestElem (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeAppendList.cpp40 struct TestElem struct
42 uint32_t threadNdx;
43 uint32_t elemNdx;
45 TestElem(uint32_t threadNdx_, uint32_t elemNdx_) : threadNdx(threadNdx_), elemNdx(elemNdx_) in TestElem() function
49 TestElem(void) : threadNdx(0), elemNdx(0) in TestElem() argument