Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp468 enum ValueTag enum in xe::ri::ValueInfo
482 ValueTag tag;
DxeTestResultParser.cpp267 static ri::ValueInfo::ValueTag getSampleValueTag (const char* tag) in getSampleValueTag()
269 …return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF… in getSampleValueTag()
DxeTestLogWriter.cpp159 static const char* getSampleValueTagName (ri::ValueInfo::ValueTag tag) in getSampleValueTagName()