Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp138 if (errorLatch) in typeSizeInWords()
320 if (errorLatch) in applyMap()
343 if (errorLatch) in mapRemainder()
355 if (errorLatch) in mapRemainder()
438 if (errorLatch) in buildLocalMaps()
473 if (errorLatch) in buildLocalMaps()
607 if (errorLatch) in processInstruction()
689 if (errorLatch) in process()
709 if (errorLatch) in mapNames()
733 if (errorLatch) in mapFnBodies()
[all …]
DSPVRemapper.h115 …(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose), errorLatch(false) in entryPoint()
171 void error(const std::string& txt) const { errorLatch = true; errorHandler(txt); } in error()
295 mutable bool errorLatch; variable