Lines Matching refs:TopLevelObject
6224 class TopLevelObject class in deqp::gles31::Functional::__anon654374050211::UserDefinedIOCase
6227 virtual ~TopLevelObject(void) in ~TopLevelObject()
6242 class Variable : public TopLevelObject
6271 class IOBlock : public TopLevelObject
6312 static int numBasicSubobjectsInElementType(const vector<SharedPtr<TopLevelObject>> &);
6313 …static string basicSubobjectAtIndex(int index, const vector<SharedPtr<TopLevelObject>> &, int topL…
6339 vector<SharedPtr<TopLevelObject>> m_tcsOutputs;
6340 vector<SharedPtr<TopLevelObject>> m_tesInputs;
6575 int UserDefinedIOCase::numBasicSubobjectsInElementType(const vector<SharedPtr<TopLevelObject>> &obj… in numBasicSubobjectsInElementType()
6583 …IOCase::basicSubobjectAtIndex(int subobjectIndex, const vector<SharedPtr<TopLevelObject>> &objects, in basicSubobjectAtIndex()
6661 …m_tcsOutputs.push_back(SharedPtr<TopLevelObject>(new IOBlock("TheBlock", "tcBlock", blockMembers))… in init()
6662 …m_tesInputs.push_back(SharedPtr<TopLevelObject>(new IOBlock("TheBlock", "teBlock", blockMembers))); in init()
6674 m_tcsOutputs.push_back(SharedPtr<TopLevelObject>(new Variable(var0))); in init()
6675 m_tesInputs.push_back(SharedPtr<TopLevelObject>(new Variable(var0))); in init()
6680 m_tcsOutputs.push_back(SharedPtr<TopLevelObject>(new Variable(var1))); in init()
6681 m_tesInputs.push_back(SharedPtr<TopLevelObject>(new Variable(var1))); in init()
6694 const TopLevelObject &output = *m_tcsOutputs[tcsOutputNdx]; in init()
6750 const TopLevelObject &input = *m_tesInputs[tesInputNdx]; in init()