Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp110 virtual std::string basicSubobjectAtIndex (const int index, const int arraySize) const = 0;
202 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLev… in basicSubobjectAtIndex() function
216 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()
257 std::string basicSubobjectAtIndex (const int index, const int arraySize) const;
299 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anon72b7ca560111::Variable
338 std::string basicSubobjectAtIndex (const int index, const int arraySize) const;
413 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anon72b7ca560111::IOBlock
960 …<< basicSubobjectAtIndex(vertices[vertexNdx], m_tesInputs, topLevelArraySize) << " failed" << tcu:… in iterate()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5551 virtual string basicSubobjectAtIndex (int index, int arraySize) const = 0;
5571 string basicSubobjectAtIndex (int index, int arraySize) const;
5602 string basicSubobjectAtIndex (int index, int arraySize) const;
5619 …static string basicSubobjectAtIndex (int index, const vector<SharedPtr<TopLevelObject> >&…
5800 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() function in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase::Variable
5817 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() function in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase::IOBlock
5891 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLeve… in basicSubobjectAtIndex() function in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase
5903 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()
6223 …<< basicSubobjectAtIndex(tfResult.varying[vertexNdx], m_tesInputs, topLevelArraySize) << " failed"… in iterate()