Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp117 …virtual std::string basicSubobjectAtIndex(const int index, const int arraySize) const = …
206 std::string basicSubobjectAtIndex(const int subobjectIndex, const std::vector<de::SharedPtr<TopLeve… in basicSubobjectAtIndex() function
221 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()
266 std::string basicSubobjectAtIndex(const int index, const int arraySize) const;
310 std::string Variable::basicSubobjectAtIndex(const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anonefaebced0111::Variable
356 std::string basicSubobjectAtIndex(const int index, const int arraySize) const;
434 std::string IOBlock::basicSubobjectAtIndex(const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() function in vkt::tessellation::__anonefaebced0111::IOBlock
1010 … << basicSubobjectAtIndex(vertices[vertexNdx], m_tesInputs, topLevelArraySize) << " failed" in iterate()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp6239 virtual string basicSubobjectAtIndex(int index, int arraySize) const = 0;
6262 string basicSubobjectAtIndex(int index, int arraySize) const;
6299 string basicSubobjectAtIndex(int index, int arraySize) const;
6313 …static string basicSubobjectAtIndex(int index, const vector<SharedPtr<TopLevelObject>> &, int topL…
6498 string UserDefinedIOCase::Variable::basicSubobjectAtIndex(int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() function in deqp::gles31::Functional::__anon7ff3b9850211::UserDefinedIOCase::Variable
6514 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex(int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() function in deqp::gles31::Functional::__anon7ff3b9850211::UserDefinedIOCase::IOBlock
6583 string UserDefinedIOCase::basicSubobjectAtIndex(int subobjectIndex, const vector<SharedPtr<TopLevel… in basicSubobjectAtIndex() function in deqp::gles31::Functional::__anon7ff3b9850211::UserDefinedIOCase
6596 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()
6949 … << basicSubobjectAtIndex(tfResult.varying[vertexNdx], m_tesInputs, topLevelArraySize) in iterate()