Home
last modified time | relevance | path

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

12345678910>>...36

/external/angle/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h41 struct Info { struct
60 std::vector<Info> OptionInfos; argument
/external/skqp/include/gpu/vk/
DGrVkExtensions.h29 struct Info { struct
30 Info() {} in Info() function
31 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() argument
37 bool operator() (const Info& a, const SkString& b) { in operator() argument
/external/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) const { in operator() argument
/external/webrtc/call/
Dsyncable.h25 struct Info { struct
37 virtual absl::optional<Info> GetInfo() const = 0; argument
/external/llvm/include/llvm/Option/
DOptTable.h35 struct Info { struct
53 ArrayRef<Info> OptionInfos; argument
/external/llvm-project/llvm/include/llvm/Option/
DOptTable.h43 struct Info { struct
62 std::vector<Info> OptionInfos; argument
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h112 struct Info { struct
113 static const char *name;
114 static const char *file;
146 struct Info { struct
169 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(T::Info::file); in Keep() argument
195 struct Info { struct
214 struct Info { struct
215 static const char *name;
216 static const char *file;
246 struct Info { struct
[all …]
DXcodeSDK.h44 struct Info { struct
49 Info() = default; argument
/external/skia/gm/
D3d.cpp12 struct Info { struct
30 static SkM44 make_ctm(const Info& info, const SkM44& model, SkSize size) { in make_ctm() argument
/external/skqp/src/core/
DSkYUVPlanesCache.h27 struct Info { struct
28 SkYUVASizeInfo fSizeInfo; argument
37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, argument
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DKnownBitsTest.cpp23 GISelKnownBits Info(*MF); in TEST_F() local
43 GISelKnownBits Info(*MF); in TEST_F() local
82 GISelKnownBits Info(*MF); in TEST_F() local
116 GISelKnownBits Info(*MF); in TEST_F() local
154 GISelKnownBits Info(*MF); in TEST_F() local
191 GISelKnownBits Info(*MF); in TEST_F() local
230 GISelKnownBits Info(*MF, /*MaxDepth=*/24); in TEST_F() local
257 GISelKnownBits Info(*MF); in TEST_F() local
273 GISelKnownBits Info(*MF); in TEST_F() local
300 GISelKnownBits Info(*MF); in TEST_F() local
[all …]
DLegalizerHelperTest.cpp40 AInfo Info(MF->getSubtarget()); in TEST_F() local
72 AInfo Info(MF->getSubtarget()); in TEST_F() local
106 AInfo Info(MF->getSubtarget()); in TEST_F() local
141 AInfo Info(MF->getSubtarget()); in TEST_F() local
176 AInfo Info(MF->getSubtarget()); in TEST_F() local
212 AInfo Info(MF->getSubtarget()); in TEST_F() local
245 AInfo Info(MF->getSubtarget()); in TEST_F() local
274 AInfo Info(MF->getSubtarget()); in TEST_F() local
301 AInfo Info(MF->getSubtarget()); in TEST_F() local
332 AInfo Info(MF->getSubtarget()); in TEST_F() local
[all …]
/external/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
/external/libchrome/base/files/
Dfile.h122 struct BASE_EXPORT Info { struct
131 int64_t size;
134 bool is_directory;
138 bool is_symbolic_link;
141 Time last_modified;
144 Time last_accessed;
147 Time creation_time;
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h63 struct Info { struct
72 /// processed TruncInst. It maps each instruction in the dag to its Info argument
/external/llvm-project/clang/include/clang/Basic/
DOpenCLOptions.h24 struct Info { struct
30 Info(bool S = false, bool E = false, unsigned A = 100, unsigned C = ~0U) argument
33 llvm::StringMap<Info> OptMap; argument
/external/angle/third_party/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()
/external/libtextclassifier/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()
/external/rust/crates/grpcio-sys/grpc/third_party/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()
/external/webrtc/third_party/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()
/external/openscreen/third_party/abseil/src/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()
/external/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()

12345678910>>...36