Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c261 #define QP_LOOKUP_STRING(KEYMAP, KEY) qpLookupString(KEYMAP, DE_LENGTH_OF_ARRAY(KEYMAP), (int)(KEY)) macro
411 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
455 const char* statusStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_endCase()
497 const char* resultStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_terminateCase()
527 const char* tagString = QP_LOOKUP_STRING(s_qpTagMap, tag); in qpTestLog_writeKeyValuePair()
932 …qpPrintf("qpTestLog_writeImage(): Unknown compression mode: %s\n", QP_LOOKUP_STRING(s_qpImageCompr… in qpTestLog_writeImage()
943 …attribs[numAttribs++] = qpSetStringAttrib("Format", QP_LOOKUP_STRING(s_qpImageFormatMap, imageForm… in qpTestLog_writeImage()
944 …attribs[numAttribs++] = qpSetStringAttrib("CompressionMode", QP_LOOKUP_STRING(s_qpImageCompression… in qpTestLog_writeImage()
1031 const char* tagName = QP_LOOKUP_STRING(s_qpShaderTypeMap, type); in qpTestLog_writeShader()
1336 const char* tagName = QP_LOOKUP_STRING(s_qpSampleValueTagMap, tag); in qpTestLog_writeValueInfo()
[all …]