HomeSort by: relevance | last modified time | path
    Searched defs:diagnostic (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_glx_log.c 41 static bool diagnostic = false; variable
46 diagnostic = true;
93 if (diagnostic) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
clc_helpers.cpp 612 spv_diagnostic diagnostic = NULL; local
615 NULL, parseInstruction, &diagnostic);
618 if (diagnostic && logger)
619 logger->error(logger->priv, diagnostic->error);

Completed in 6 milliseconds