Home
last modified time | relevance | path

Searched refs:IOBlock (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp314 class IOBlock : public TopLevelObject class
325IOBlock (const std::string& blockName, const std::string& interfaceName, const std::vector<Member>… in IOBlock() function in vkt::tessellation::__anon72b7ca560111::IOBlock
346 std::string IOBlock::declare (void) const in declare()
360 std::string IOBlock::declareArray (const std::string& sizeExpr) const in declareArray()
374 std::string IOBlock::glslTraverseBasicTypeArray (const int numArrayElements, const int indentationD… in glslTraverseBasicTypeArray()
397 std::string IOBlock::glslTraverseBasicType (const int indentationDepth, BasicTypeVisitFunc visit) c… in glslTraverseBasicType()
405 int IOBlock::numBasicSubobjectsInElementType (void) const in numBasicSubobjectsInElementType()
413 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex()
499 std::vector<IOBlock::Member> blockMembers; in UserDefinedIOTest()
505 blockMembers.push_back(IOBlock::Member("blockS", structVarType)); in UserDefinedIOTest()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5579 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()
[all …]