Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestResultParser.cpp204 static inline int getEnumValue (const char* enumName, const EnumMapEntry* entries, int numEntries, … in getEnumValue() function
219 …return (TestStatusCode)getEnumValue("status code", s_statusCodeMap, DE_LENGTH_OF_ARRAY(s_statusCod… in getTestStatusCode()
224 …return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItem… in getResultItemType()
229 …return (ri::Image::Format)getEnumValue("image format", s_imageFormatMap, DE_LENGTH_OF_ARRAY(s_imag… in getImageFormat()
234 …return (ri::Image::Compression)getEnumValue("image compression", s_compressionMap, DE_LENGTH_OF_AR… in getImageCompression()
239 …return (ri::Shader::ShaderType)getEnumValue("shader type", s_shaderTypeFromTagMap, DE_LENGTH_OF_AR… in getShaderTypeFromTagName()
244 …return (TestCaseType)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMa… in getTestCaseType()
249 …return (TestLogVersion)getEnumValue("test log version", s_logVersionMap, DE_LENGTH_OF_ARRAY(s_logV… in getTestLogVersion()
254 …return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF… in getSampleValueTag()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h226 uint64_t getEnumValue() const { return getUInt64Field(2); } in getEnumValue() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1179 int64_t Value = ETy.getEnumValue(); in constructEnumTypeDIE()