Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuWaiverUtil.cpp93 struct BuilComponent struct in tcu::WaiverTreeBuilder
95 std::string name;
96 deUint32 parentIndex; // index in allComponents vector
97 std::vector<deUint32> childrenIndex; // index in allComponents vector
99 BuilComponent(std::string n, deUint32 p) in BuilComponent() argument