Searched refs:QP_LOOKUP_STRING (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpTestLog.c | 270 #define QP_LOOKUP_STRING(KEYMAP, KEY) qpLookupString(KEYMAP, DE_LENGTH_OF_ARRAY(KEYMAP), (int)(KEY)) macro 431 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase() 475 const char* statusStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_endCase() 566 const char* resultStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_terminateCase() 596 const char* tagString = QP_LOOKUP_STRING(s_qpTagMap, tag); in qpTestLog_writeKeyValuePair() 974 …qpPrintf("qpTestLog_writeImage(): Unknown compression mode: %s\n", QP_LOOKUP_STRING(s_qpImageCompr… in qpTestLog_writeImage() 985 …attribs[numAttribs++] = qpSetStringAttrib("Format", QP_LOOKUP_STRING(s_qpImageFormatMap, imageForm… in qpTestLog_writeImage() 986 …attribs[numAttribs++] = qpSetStringAttrib("CompressionMode", QP_LOOKUP_STRING(s_qpImageCompression… in qpTestLog_writeImage() 1090 const char* tagName = QP_LOOKUP_STRING(s_qpShaderTypeMap, type); in qpTestLog_writeShader() 1395 const char* tagName = QP_LOOKUP_STRING(s_qpSampleValueTagMap, tag); in qpTestLog_writeValueInfo() [all …]
|