Merge vulkan-cts-1.0 to vulkan-cts-1.0-dev
[platform/upstream/VK-GL-CTS.git] / framework / qphelper / qpTestLog.h
index 19b8a38..f12454f 100644 (file)
@@ -217,6 +217,7 @@ deBool                      qpTestLog_endShaderProgram              (qpTestLog* log);
 deBool                         qpTestLog_writeShader                   (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog);
 
 deBool                         qpTestLog_writeKernelSource             (qpTestLog* log, const char* source);
+deBool                         qpTestLog_writeSpirVAssemblySource      (qpTestLog* log, const char* source);
 deBool                         qpTestLog_writeCompileInfo              (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog);
 
 deBool                 qpTestLog_startSampleList               (qpTestLog* log, const char* name, const char* description);