Searched refs:getEnumValue (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 221 static inline int getEnumValue (const char* enumName, const EnumMapEntry* entries, int numEntries, const char* name) in getEnumValue() function 236 return (TestStatusCode)getEnumValue("status code", s_statusCodeMap, DE_LENGTH_OF_ARRAY(s_statusCodeMap), statusCode); in getTestStatusCode() 241 return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItemMap), elemName); in getResultItemType() 246 return (ri::Image::Format)getEnumValue("image format", s_imageFormatMap, DE_LENGTH_OF_ARRAY(s_imageFormatMap), imageFormat); in getImageFormat() 251 return (ri::Image::Compression)getEnumValue("image compression", s_compressionMap, DE_LENGTH_OF_ARRAY(s_compressionMap), compression); in getImageCompression() 256 return (ri::Shader::ShaderType)getEnumValue("shader type", s_shaderTypeFromTagMap, DE_LENGTH_OF_ARRAY(s_shaderTypeFromTagMap), shaderType); in getShaderTypeFromTagName() 261 return (TestCaseType)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMap), caseType); in getTestCaseType() 266 return (TestLogVersion)getEnumValue("test log version", s_logVersionMap, DE_LENGTH_OF_ARRAY(s_logVersionMap), logVersion); in getTestLogVersion() 271 return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF_ARRAY(s_sampleValueTagMap), tag); in getSampleValueTag()
|
Completed in 2 milliseconds