Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp134 if (errorLatch) in typeSizeInWords()
336 if (errorLatch) in applyMap()
359 if (errorLatch) in mapRemainder()
371 if (errorLatch) in mapRemainder()
454 if (errorLatch) in buildLocalMaps()
489 if (errorLatch) in buildLocalMaps()
626 if (errorLatch) in processInstruction()
712 if (errorLatch) in process()
732 if (errorLatch) in mapNames()
756 if (errorLatch) in mapFnBodies()
[all …]
DSPVRemapper.h88 …(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose), errorLatch(false) in entryPoint()
148 void error(const std::string& txt) const { errorLatch = true; errorHandler(txt); } in error()
276 mutable bool errorLatch; variable