Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp205 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLev… in basicSubobjectAtIndex() argument
210 for (; currentIndex < subobjectIndex; ++objectIndex) in basicSubobjectAtIndex()
213 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()
219 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()
302 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument
309 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
416 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument
425 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5850 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument
5859 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
5867 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument
5879 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
5941 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLeve… in basicSubobjectAtIndex() argument
5945 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()
5947 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()
5953 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()