Searched defs:Modes (Results 1 – 12 of 12) sorted by relevance
546 struct Modes struct in sw::SpirvShader548 bool EarlyFragmentTests : 1;549 bool DepthReplacing : 1;550 bool DepthGreater : 1;551 bool DepthLess : 1;552 bool DepthUnchanged : 1;553 bool ContainsKill : 1;554 bool ContainsControlBarriers : 1;555 bool NeedsCentroid : 1;556 bool ContainsSampleQualifier : 1;[all …]
257 Modes chapter
26 std::vector<std::string> Modes; variable
77 TEST_P(MatrixLoadTest, Modes) in TEST_P() argument
87 unsigned char Modes = 0; // Rule applies only in specified driver modes. member
379 auto Modes = getModes(Opt); in rulesFor() local
59 std::vector<HwMode> Modes; member
32 std::vector<Record*> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local
114 SmallDenseSet<unsigned, 4> Modes; in insert() local184 SmallVector<unsigned, 4> Modes; in writeToStream() local229 SmallDenseSet<unsigned, 4> Modes; in operator ==() local473 std::vector<unsigned> Modes = union_modes(Small, Big); in EnforceSmallerThan() local4272 static void collectModes(std::set<unsigned> &Modes, const TreePatternNode *N) { in collectModes()4314 std::set<unsigned> Modes; in ExpandHwModeBasedTypes() local
1109 const CodeGenHwModes &Modes) : CGH(Modes) { in CodeGenRegBank()
103 private enum Modes {SEQUENCE, PARALLEL} enum in Timeline
1135 static constexpr Mode Modes[] = { variable