/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | CLDeviceImpl.h | 25 struct Info : public CLExtensions struct 32 Info &operator=(const Info &) = delete; argument 35 Info &operator=(Info &&); argument 37 bool isValid() const { return version != 0u; } in isValid() 40 cl::DeviceType type; 41 std::vector<size_t> maxWorkItemSizes; 42 cl_ulong maxMemAllocSize = 0u; 43 cl_bool imageSupport = CL_FALSE; 44 std::string IL_Version; 45 NameVersionVector ILsWithVersion; [all …]
|
D | CLPlatformImpl.h | 25 struct Info : public CLExtensions struct 31 Info &operator=(const Info &) = delete; argument 34 Info &operator=(Info &&); argument 47 virtual Info createInfo() const = 0; argument
|
D | CLKernelImpl.h | 62 struct Info struct 68 Info &operator=(const Info &) = delete; argument 71 Info &operator=(Info &&); argument 79 std::vector<WorkGroupInfo> workGroups; argument 80 std::vector<ArgInfo> args; argument 88 virtual Info createInfo(cl_int &errorCode) const = 0; argument
|
/third_party/skia/include/gpu/vk/ |
D | GrVkExtensions.h | 29 struct Info { struct 30 Info() {} in Info() argument 31 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() function 37 bool operator()(const Info& a, const SkString& b) const { in operator() argument
|
/third_party/flutter/skia/include/gpu/vk/ |
D | GrVkExtensions.h | 29 struct Info { struct 30 Info() {} in Info() argument 31 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() argument 37 bool operator() (const Info& a, const SkString& b) { in operator() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | OptTable.h | 41 struct Info { struct 60 std::vector<Info> OptionInfos; argument
|
/third_party/flutter/skia/src/core/ |
D | SkYUVPlanesCache.h | 27 struct Info { struct 28 SkYUVASizeInfo fSizeInfo; argument 37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, argument
|
/third_party/skia/gm/ |
D | 3d.cpp | 12 struct Info { struct 30 static SkM44 make_ctm(const Info& info, const SkM44& model, SkSize size) { in make_ctm() argument
|
/third_party/boost/boost/bimap/relation/ |
D | structured_pair.hpp | 312 const structured_pair<FirstType,SecondType,Info,OtherLayout> & p) in structured_pair() argument 357 bool operator==(const structured_pair<FirstType,SecondType,Info,Layout1> & a, in operator ==() argument 365 bool operator!=(const structured_pair<FirstType,SecondType,Info,Layout1> & a, in operator !=() argument 372 bool operator<(const structured_pair<FirstType,SecondType,Info,Layout1> & a, in operator <() argument 380 bool operator<=(const structured_pair<FirstType,SecondType,Info,Layout1> & a, in operator <=() argument 388 bool operator>(const structured_pair<FirstType,SecondType,Info,Layout1> & a, in operator >() argument 396 bool operator>=(const structured_pair<FirstType,SecondType,Info,Layout1> & a, in operator >=() argument 406 bool operator==(const structured_pair<FirstType,SecondType,Info,Layout> & a, in operator ==() argument 414 bool operator!=(const structured_pair<FirstType,SecondType,Info,Layout> & a, in operator !=() argument 421 bool operator<(const structured_pair<FirstType,SecondType,Info,Layout> & a, in operator <() argument [all …]
|
/third_party/gn/src/base/files/ |
D | file.h | 90 struct Info { struct 99 int64_t size = 0; 102 bool is_directory = false; 106 bool is_symbolic_link = false; 109 Ticks last_modified; 112 Ticks last_accessed; 115 Ticks creation_time;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombineInternal.h | 64 struct Info { struct 73 /// processed TruncInst. It maps each instruction in the dag to its Info argument
|
/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 191 struct Info { in VerifyTypeImplementsAbslHashCorrectly() struct 192 const V& value; in VerifyTypeImplementsAbslHashCorrectly() 193 size_t index; in VerifyTypeImplementsAbslHashCorrectly() 194 std::string ToString() const { in VerifyTypeImplementsAbslHashCorrectly() 197 SpyHashState expand() const { return absl::visit(ExpandVisitor{}, value); } in VerifyTypeImplementsAbslHashCorrectly()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
D | hash_testing.h | 191 struct Info { in VerifyTypeImplementsAbslHashCorrectly() struct 192 const V& value; in VerifyTypeImplementsAbslHashCorrectly() 193 size_t index; in VerifyTypeImplementsAbslHashCorrectly() 194 std::string ToString() const { in VerifyTypeImplementsAbslHashCorrectly() 197 SpyHashState expand() const { return absl::visit(ExpandVisitor{}, value); } in VerifyTypeImplementsAbslHashCorrectly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 38 std::string &Info) { in getMCRDeprecationInfo() 70 std::string &Info) { in getITDeprecationInfo() 82 std::string &Info) { in getARMStoreDeprecationInfo() 99 std::string &Info) { in getARMLoadDeprecationInfo() 250 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis() 280 ThumbMCInstrAnalysis(const MCInstrInfo *Info) : ARMMCInstrAnalysis(Info) {} in ThumbMCInstrAnalysis() 311 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis() 315 static MCInstrAnalysis *createThumbMCInstrAnalysis(const MCInstrInfo *Info) { in createThumbMCInstrAnalysis()
|
/third_party/skia/include/core/ |
D | SkDrawLooper.h | 45 struct Info { struct 67 virtual bool next(Info*, SkPaint*) = 0; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCCodeEmitter.cpp | 91 const MCOperandInfo &Info = Desc.OpInfo[I]; in encodeInstruction() local 129 const MCOperandInfo &Info = Desc.OpInfo[I]; in encodeInstruction() local 142 const MCOperandInfo &Info = Desc.OpInfo[I]; in encodeInstruction() local
|
/third_party/flutter/skia/include/core/ |
D | SkDrawLooper.h | 45 struct Info { struct 67 virtual bool next(Info*, SkPaint*) = 0; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 63 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() 95 DIPrinter &DIPrinter::operator<<(const DILineInfo &Info) { in operator <<() 100 DIPrinter &DIPrinter::operator<<(const DIInliningInfo &Info) { in operator <<()
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxSpreadFirstUnionNoErrors.js | 8 const Info = (props: InfoProps) => function 34 var Info = function (props) { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | GCMetadataPrinter.h | 58 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly() 62 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WasmException.cpp | 46 for (const LandingPadInfo &Info : MF->getLandingPads()) { in endFunction() local 83 const LandingPadInfo *Info = LandingPads[I]; in computeCallSiteTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 227 auto &Info = BlockInfo[&BB]; in initialize() local 300 auto &Info = BlockInfo[BB]; in initialize() local 379 auto &Info = InstInfo[I]; in markLive() local 446 auto &Info = BlockInfo[PN->getParent()]; in markPhiLive() local 456 auto &Info = BlockInfo[PredBB]; in markPhiLive() local 575 auto &Info = BlockInfo[BB]; in updateDeadRegions() local 591 auto *Info = &BlockInfo[Succ]; in updateDeadRegions() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 119 BBInfo *Info = new (Allocator) BBInfo(BB, 0); in BuildBlockList() local 247 BBInfo *Info = *I; in FindDominators() local 301 BBInfo *Info = *I; in FindPHIPlacement() local 337 BBInfo *Info = *I; in FindAvailableVals() local 356 BBInfo *Info = *I; in FindAvailableVals() local
|
/third_party/grpc/src/csharp/Grpc.Core/Logging/ |
D | NullLogger.cs | 75 public void Info(string message) in Info() method in Grpc.Core.Logging.NullLogger 82 public void Info(string format, params object[] formatArgs) in Info() method in Grpc.Core.Logging.NullLogger
|
D | ILogger.cs | 37 void Info(string message); in Info() method 40 void Info(string format, params object[] formatArgs); in Info() method
|