Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/tools/
DxeExtractValues.cpp104 static Value findValueByTag (const xe::ri::List& items, const string& tagName) in findValueByTag() function
112 const Value value = findValueByTag(static_cast<const xe::ri::Section&>(item).items, tagName); in findValueByTag()
184 tagResult.values[valNdx] = findValueByTag(fullResult.resultItems, tagNames[valNdx]); in testCaseResultComplete()