Home
last modified time | relevance | path

Searched refs:Ignored (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp45 template<class Key, class... Ignored>
46 struct tc<std::tuple<Key, Ignored...>> {
47 typedef std::tuple<Key, Ignored...> T;
52 template<class Flag, class Bit, class... Ignored>
53 struct BitsSet : public std::set<std::tuple<Bit, Ignored...>, tc<std::tuple<Bit, Ignored...>>>
57 typedef std::tuple<Bit, Ignored...> value_type;
138 template<class Flag, class Bits, class... Ignored>
142 const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 in mergeFlags()
162 template<class Flag, class Bits, class... Ignored>
[all...]
H A DvktApiBufferMemoryRequirementsTests.cpp180 template<class Flag, class Bit, class Str, class... Ignored>
181 std::string bitsToString (const u::BitsSet<Flag, Bit, Str, Ignored...>& bits, in bitsToString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp45 template<class Key, class... Ignored>
46 struct tc<std::tuple<Key, Ignored...>> {
47 typedef std::tuple<Key, Ignored...> T;
52 template<class Flag, class Bit, class... Ignored>
53 struct BitsSet : public std::set<std::tuple<Bit, Ignored...>, tc<std::tuple<Bit, Ignored...>>>
57 typedef std::tuple<Bit, Ignored...> value_type;
138 template<class Flag, class Bits, class... Ignored>
142 const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 in mergeFlags()
162 template<class Flag, class Bits, class... Ignored>
[all...]
H A DvktApiBufferMemoryRequirementsTests.cpp180 template<class Flag, class Bit, class Str, class... Ignored>
181 std::string bitsToString (const u::BitsSet<Flag, Bit, Str, Ignored...>& bits, in bitsToString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 bool Ignored; in printImpl() local
35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() local
40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() local
45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dallowlist-file.hpp14 class Ignored { class
/third_party/pulseaudio/src/daemon/
H A Desdcompat.in47 Ignored directives:
/third_party/cJSON/tests/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
H A Dunity_test_summary.rb101 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
H A Dstylize_as_junit.rb154 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
/third_party/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
H A Dunity_test_summary.rb105 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
H A Dstylize_as_junit.rb154 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp332 bool Ignored; in getAPFloatFromSize() local
334 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1479 bool Ignored;
1564 BaseR.convert(BaseF->getSemantics(), APFloat::rmTowardZero, &Ignored);
1570 NF->convertToInteger(NI, APFloat::rmTowardZero, &Ignored) ==
1694 bool Ignored;
1777 ExpoA.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &Ignored);
1794 ExpoF->convertToInteger(IntExpo, APFloat::rmTowardZero, &Ignored) ==
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp729 SDValue Ignored(Hi.getNode(), 1); in ExpandADDSUB()
1747 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, in PerformDAGCombine() local
1750 SDValue Result(Ignored.getNode(), 1); in PerformDAGCombine()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dduration.cc218 template <typename Ignored>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1972 SmallPtrSetImpl<Instruction *> &Ignored) { in mayLoopAccessLocation()
1992 if (Ignored.count(&I) == 0 && in mayLoopAccessLocation()
1969 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, SmallPtrSetImpl<Instruction *> &Ignored) mayLoopAccessLocation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1385 bool Ignored;
1388 &Ignored);
4440 bool Ignored;
4447 APFloat::rmNearestTiesToEven, &Ignored);
4509 bool Ignored;
4513 APFloat::rmNearestTiesToEven, &Ignored);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp5180 bool Ignored;
5183 &Ignored);
5186 &Ignored);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4803 unsigned Ignored; in shouldPreventUndefRegUpdateMemFold() local
4804 if (!hasUndefRegUpdate(MI.getOpcode(), Ignored, /*ForLoadFold*/true) || in shouldPreventUndefRegUpdateMemFold()
/third_party/ffmpeg/
H A Dconfigure7591 echo "Ignored FATE tests:"
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c5502 const char *msg = "** Ignored with POSIX interface:"; in process_pattern()
5647 "** Ignored when compiled pattern is stacked with 'push':"); in process_pattern()
7118 fprintf(outfile, "** Ignored with replacement text: allcaptures\n"); in process_data()
7126 fprintf(outfile, "** Ignored after DFA matching: allcaptures\n"); in process_data()
7162 const char *msg = "** Ignored with POSIX interface:"; in process_data()
7368 fprintf(outfile, "** Ignored for DFA matching: replace\n"); in process_data()

Completed in 66 milliseconds