Home
last modified time | relevance | path

Searched defs:SanityChecker (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/Checker/
H A DIRChecker.cpp391 struct SanityChecker { struct
395 SanityChecker() : m_errHandler(nullptr), m_inst(nullptr) {} in SanityChecker() function
397 void checkKernel(const Kernel &k) { in checkKernel()
405 void checkInstruction(const Instruction &i) { in checkInstruction()
425 void checkDst(const Operand &op) { in checkDst()
443 void checkSrc(const Instruction &inst, int srcIx) { in checkSrc()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/tests/gtest/
H A DTestJobScheduler.cpp36 struct SanityChecker { struct
37 std::vector<uint64_t> mAdvancements;
38 mozilla::gfx::CriticalSection mSection;
40 explicit SanityChecker(uint64_t aNumCmdBuffers) in SanityChecker() argument
47 virtual void Check(uint64_t aJobId, uint64_t aCmdId) in Check()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/tests/gtest/
H A DTestJobScheduler.cpp37 struct SanityChecker { struct
38 std::vector<uint64_t> mAdvancements;
39 mozilla::gfx::CriticalSection mSection;
41 explicit SanityChecker(uint64_t aNumCmdBuffers) { in SanityChecker() argument
47 virtual void Check(uint64_t aJobId, uint64_t aCmdId) { in Check()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/db/
H A Dsanity_check.php34 class SanityChecker class