Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/third_party/flutter/skia/bench/
Dnanobench.h33 struct Target { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
35 virtual ~Target() { } in ~Target() argument
37 const Config config;
38 sk_sp<SkSurface> surface;
41 virtual void setup() { } in setup()
46 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
50 virtual void endTiming() { } in endTiming()
55 virtual void fence() { } in fence()
60 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming()
[all …]
/third_party/skia/bench/
Dnanobench.h33 struct Target { struct
34 explicit Target(const Config& c) : config(c) { } in Target() function
35 virtual ~Target() { } in ~Target() argument
37 const Config config;
38 sk_sp<SkSurface> surface;
41 virtual void setup() { } in setup()
46 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
50 virtual void endTiming() { } in endTiming()
55 virtual void fence() { } in fence()
60 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp44 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
49 const Target &Target) { in addAllowableClient()
55 const Target &Target) { in addReexportedLibrary()
76 [](const std::pair<Target, std::string> &LHS, in addUUID()
77 Target RHS) { return LHS.first < RHS; }); in addUUID()
88 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID()
99 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
118 for (const auto &Target : Targets) in addSymbol() local
DTarget.cpp55 raw_ostream &operator<<(raw_ostream &OS, const Target &Target) { in operator <<()
62 for (const auto &Target : Targets) in mapToPlatformSet() local
69 for (const auto &Target : Targets) in mapToArchitectureSet() local
DPlatform.cpp34 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind()
59 for (const auto &Target : Targets) in mapToPlatformSet() local
/third_party/boost/boost/python/
Dcast.hpp22 inline Target* upcast(Source* p, yes_convertible, no_convertible, Target*) in upcast() argument
28 inline Target* upcast(Source* p, no_convertible, no_convertible, Target*) in upcast() argument
63 inline Target* downcast(Source* p, no_convertible, boost::type<Target>* = 0) in downcast()
76 inline Target* upcast_impl(Source* x, Target*) in upcast_impl() argument
87 inline Target* upcast(Source* x, Target* = 0) in upcast() argument
96 inline Target* downcast(Source* x, Target* = 0) in downcast() argument
/third_party/skia/third_party/externals/tint/src/ast/
Dcall_expression.h66 struct Target { struct
75 const Target target; argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dfuzzer.cc96 struct Target { in LLVMFuzzerTestOneInput() struct
97 FuzzingTarget fuzzing_target; in LLVMFuzzerTestOneInput()
98 OutputFormat output_format; in LLVMFuzzerTestOneInput()
99 const char* name; in LLVMFuzzerTestOneInput()
/third_party/boost/boost/msm/front/
Drow2.hpp32 typedef T2 Target; typedef
47 typedef T2 Target; typedef
74 typedef T2 Target; typedef
107 typedef T2 Target; typedef
130 typedef T1 Target; typedef
156 typedef T1 Target; typedef
188 typedef T1 Target; typedef
Dstate_machine_def.hpp51 typedef T2 Target; typedef
71 typedef T2 Target; typedef
86 typedef T2 Target; typedef
112 typedef T2 Target; typedef
131 typedef T1 Target; typedef
152 typedef T1 Target; typedef
177 typedef T1 Target; typedef
195 typedef T1 Target; typedef
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dfuzzer.cc124 struct Target { in LLVMFuzzerTestOneInput() struct
125 FuzzingTarget fuzzing_target; in LLVMFuzzerTestOneInput()
126 OutputFormat output_format; in LLVMFuzzerTestOneInput()
127 const char* name; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DTarget.h27 Target(Architecture Arch, PlatformKind Platform) in Target() function
29 explicit Target(const llvm::Triple &Triple) in Target() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DBasicGOTAndStubsBuilder.h39 Symbol &getGOTEntrySymbol(Symbol &Target) { in getGOTEntrySymbol()
55 Symbol &getStubSymbol(Symbol &Target) { in getStubSymbol()
/third_party/skia/tests/
DTextureBindingsResetTest.cpp25 struct Target { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() struct
26 GrGLenum fName; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
27 GrGLenum fQuery; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DTextureBindingsResetTest.cpp22 struct Target { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() struct
23 GrGLenum fName; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
24 GrGLenum fQuery; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant()
73 unsigned PPCELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp61 const MCFixup &Fixup, MCValue Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
368 MCValue Target, in recordScatteredRelocation()
468 MCValue Target, in recordTLVPRelocation()
508 MCValue Target, in RecordX86Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp72 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
78 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/TargetInfo/
DXCoreTargetInfo.h14 class Target; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/TargetInfo/
DSparcTargetInfo.h14 class Target; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/TargetInfo/
DAVRTargetInfo.h13 class Target; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/TargetInfo/
DWebAssemblyTargetInfo.h19 class Target; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/TargetInfo/
DBPFTargetInfo.h14 class Target; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/TargetInfo/
DMSP430TargetInfo.h14 class Target; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/TargetInfo/
DNVPTXTargetInfo.h14 class Target; variable

12345678910>>...12