Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp115 virtual std::string basicSubobjectAtIndex (const int index, const int arraySize) const = 0;
207 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLevelObject> >& objects, const int topLevelArraySize) in basicSubobjectAtIndex() function
221 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize); in basicSubobjectAtIndex()
262 std::string basicSubobjectAtIndex (const int index, const int arraySize) const;
304 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anon28863::Variable
343 std::string basicSubobjectAtIndex (const int index, const int arraySize) const;
418 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anon28863::IOBlock
953 << basicSubobjectAtIndex(vertices[vertexNdx], m_tesInputs, topLevelArraySize) << " failed" << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp115 virtual std::string basicSubobjectAtIndex (const int index, const int arraySize) const = 0;
207 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLevelObject> >& objects, const int topLevelArraySize) in basicSubobjectAtIndex() function
221 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize); in basicSubobjectAtIndex()
262 std::string basicSubobjectAtIndex (const int index, const int arraySize) const;
304 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anon30012::Variable
343 std::string basicSubobjectAtIndex (const int index, const int arraySize) const;
418 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anon30012::IOBlock
953 << basicSubobjectAtIndex(vertices[vertexNdx], m_tesInputs, topLevelArraySize) << " failed" << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp5704 virtual string basicSubobjectAtIndex (int index, int arraySize) const = 0;
5724 string basicSubobjectAtIndex (int index, int arraySize) const;
5755 string basicSubobjectAtIndex (int index, int arraySize) const;
5772 static string basicSubobjectAtIndex (int index, const vector<SharedPtr<TopLevelObject> >&, int topLevelArraySizes);
5953 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
5970 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
6044 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLevelObject> >& objects, int topLevelArraySize)
6056 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);
6382 << basicSubobjectAtIndex(tfResult.varying[vertexNdx], m_tesInputs, topLevelArraySize) << " failed" << TestLog::EndMessage;

Completed in 13 milliseconds