Home
last modified time | relevance | path

Searched refs:IOBlock (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp319 class IOBlock : public TopLevelObject class
330 IOBlock (const std::string& blockName, const std::string& interfaceName, const std::vector<Member>& members) in IOBlock() function in vkt::tessellation::__anon28863::IOBlock
351 std::string IOBlock::declare (void) const in declare()
365 std::string IOBlock::declareArray (const std::string& sizeExpr) const in declareArray()
379 std::string IOBlock::glslTraverseBasicTypeArray (const int numArrayElements, const int indentationDepth, BasicTypeVisitFunc visit) const in glslTraverseBasicTypeArray()
402 std::string IOBlock::glslTraverseBasicType (const int indentationDepth, BasicTypeVisitFunc visit) const in glslTraverseBasicType()
410 int IOBlock::numBasicSubobjectsInElementType (void) const in numBasicSubobjectsInElementType()
418 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex()
510 std::vector<IOBlock::Member> blockMembers; in UserDefinedIOTest()
516 blockMembers.push_back(IOBlock in UserDefinedIOTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp319 class IOBlock : public TopLevelObject class
330 IOBlock (const std::string& blockName, const std::string& interfaceName, const std::vector<Member>& members) in IOBlock() function in vkt::tessellation::__anon30012::IOBlock
351 std::string IOBlock::declare (void) const in declare()
365 std::string IOBlock::declareArray (const std::string& sizeExpr) const in declareArray()
379 std::string IOBlock::glslTraverseBasicTypeArray (const int numArrayElements, const int indentationDepth, BasicTypeVisitFunc visit) const in glslTraverseBasicTypeArray()
402 std::string IOBlock::glslTraverseBasicType (const int indentationDepth, BasicTypeVisitFunc visit) const in glslTraverseBasicType()
410 int IOBlock::numBasicSubobjectsInElementType (void) const in numBasicSubobjectsInElementType()
418 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex()
510 std::vector<IOBlock::Member> blockMembers; in UserDefinedIOTest()
516 blockMembers.push_back(IOBlock in UserDefinedIOTest()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp5732 class IOBlock : public TopLevelObject
5742 IOBlock (const string& blockName, const string& interfaceName, const vector<Member>& members)
5864 string UserDefinedIOCase::IOBlock::declare (void) const
5878 string UserDefinedIOCase::IOBlock::declareArray (const string& sizeExpr) const
5910 string UserDefinedIOCase::IOBlock::glslTraverseBasicTypeArray (int numArrayElements, int indentationDepth, BasicTypeVisitFunc visit) const
5932 string UserDefinedIOCase::IOBlock::glslTraverseBasicType (int indentationDepth, BasicTypeVisitFunc visit) const
5945 int UserDefinedIOCase::IOBlock::numBasicSubobjectsInElementType (void) const
5970 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
6110 vector<IOBlock::Member> blockMembers;
6113 blockMembers.push_back(IOBlock
[all...]

Completed in 10 milliseconds