• Home
  • Raw
  • Download

Lines Matching refs:IOBlock

5579 	class IOBlock : public TopLevelObject  class in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase
5589 IOBlock (const string& blockName, const string& interfaceName, const vector<Member>& members) in IOBlock() function in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase::IOBlock
5711 string UserDefinedIOCase::IOBlock::declare (void) const in declare()
5725 string UserDefinedIOCase::IOBlock::declareArray (const string& sizeExpr) const in declareArray()
5757 string UserDefinedIOCase::IOBlock::glslTraverseBasicTypeArray (int numArrayElements, int indentatio… in glslTraverseBasicTypeArray()
5779 string UserDefinedIOCase::IOBlock::glslTraverseBasicType (int indentationDepth, BasicTypeVisitFunc … in glslTraverseBasicType()
5792 int UserDefinedIOCase::IOBlock::numBasicSubobjectsInElementType (void) const in numBasicSubobjectsInElementType()
5817 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex()
5957 vector<IOBlock::Member> blockMembers; in init()
5960 blockMembers.push_back(IOBlock::Member("blockS", structVarType)); in init()
5962 blockMembers.push_back(IOBlock::Member("blockFa", glu::VarType(highpFloat, 3))); in init()
5963 blockMembers.push_back(IOBlock::Member("blockSa", glu::VarType(structVarType, 2))); in init()
5964 blockMembers.push_back(IOBlock::Member("blockF", highpFloat)); in init()
5966 …m_tcsOutputs.push_back (SharedPtr<TopLevelObject>(new IOBlock("TheBlock", "tcBlock", blockMembers)… in init()
5967 …m_tesInputs.push_back (SharedPtr<TopLevelObject>(new IOBlock("TheBlock", "teBlock", blockMembers))… in init()