Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 25 of 248) sorted by relevance

12345678910

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLDeviceImpl.h25 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 …]
DCLPlatformImpl.h25 struct Info : public CLExtensions struct
31 Info &operator=(const Info &) = delete; argument
34 Info &operator=(Info &&); argument
47 virtual Info createInfo() const = 0; argument
DCLKernelImpl.h62 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h41 struct Info { struct
60 std::vector<Info> OptionInfos; argument
/third_party/skia/include/gpu/vk/
DGrVkExtensions.h29 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) const { in operator() argument
/third_party/flutter/skia/include/gpu/vk/
DGrVkExtensions.h29 struct Info { struct
30 Info() {} in Info() function
31 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() function
37 bool operator() (const Info& a, const SkString& b) { in operator() argument
/third_party/skia/gm/
D3d.cpp12 struct Info { struct
30 static SkM44 make_ctm(const Info& info, const SkM44& model, SkSize size) { in make_ctm() argument
/third_party/flutter/skia/src/core/
DSkYUVPlanesCache.h27 struct Info { struct
28 SkYUVASizeInfo fSizeInfo; argument
37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, argument
/third_party/gn/src/base/files/
Dfile.h90 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/
DAggressiveInstCombineInternal.h64 struct Info { struct
73 /// processed TruncInst. It maps each instruction in the dag to its Info argument
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_testing.h191 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/
DARMMCTargetDesc.cpp38 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/
DSkDrawLooper.h45 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/
DWebAssemblyMCCodeEmitter.cpp91 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/
DSkDrawLooper.h45 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/
DDIPrinter.cpp63 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/
DjsxSpreadFirstUnionNoErrors.js8 const Info = (props: InfoProps) => function
34 var Info = function (props) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp227 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/CodeGen/
DGCMetadataPrinter.h58 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/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h119 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp46 for (const LandingPadInfo &Info : MF->getLandingPads()) { in endFunction() local
83 const LandingPadInfo *Info = LandingPads[I]; in computeCallSiteTable() local
DOcamlGCPrinter.cpp73 void OcamlGCMetadataPrinter::beginAssembly(Module &M, GCModuleInfo &Info, in beginAssembly()
98 void OcamlGCMetadataPrinter::finishAssembly(Module &M, GCModuleInfo &Info, in finishAssembly()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h31 const MCInstrInfo *Info; variable
34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp75 explicit BPFMCInstrAnalysis(const MCInstrInfo *Info) in BPFMCInstrAnalysis()
96 static MCInstrAnalysis *createBPFInstrAnalysis(const MCInstrInfo *Info) { in createBPFInstrAnalysis()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp306 struct Info struct
308 enum Type {
311 } m_type;
312 std::ostringstream m_str;
313 cstr m_file;
314 int m_line;
315 template<class Msg> Info(Type type, const Msg& msg, cstr file, int line) in Info() function

12345678910