Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp207 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLevelObject> >& objects, const int topLevelArraySize) in basicSubobjectAtIndex() argument
212 for (; currentIndex < subobjectIndex; ++objectIndex) in basicSubobjectAtIndex()
215 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()
221 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize); in basicSubobjectAtIndex()
304 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument
311 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
418 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument
427 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp207 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLevelObject> >& objects, const int topLevelArraySize) in basicSubobjectAtIndex() argument
212 for (; currentIndex < subobjectIndex; ++objectIndex) in basicSubobjectAtIndex()
215 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()
221 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize); in basicSubobjectAtIndex()
304 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument
311 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
418 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument
427 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp5953 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
5962 if (currentIndex == subobjectIndex)
5970 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const
5982 if (currentIndex == subobjectIndex)
6044 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLevelObject> >& objects, int topLevelArraySize)
6048 for (; currentIndex < subobjectIndex; objectIndex++)
6050 if (currentIndex > subobjectIndex)
6056 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);

Completed in 12 milliseconds