/external/angle/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 angle::Result createInfo(Info *infoOut) const = 0; argument
|
/external/cronet/stable/third_party/re2/src/app/ |
D | _re2.cc | 15 struct Info { struct 16 std::string pattern; 17 std::string error; 18 std::string prefix; 19 bool prefix_foldcase = false; 20 std::string accel_prefix; 21 bool accel_prefix_foldcase = false; 22 int num_captures; 23 bool is_one_pass; 24 bool can_bit_state; [all …]
|
/external/cronet/tot/third_party/re2/src/app/ |
D | _re2.cc | 15 struct Info { struct 16 std::string pattern; 17 std::string error; 18 std::string prefix; 19 bool prefix_foldcase = false; 20 std::string accel_prefix; 21 bool accel_prefix_foldcase = false; 22 int num_captures; 23 bool is_one_pass; 24 bool can_bit_state; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | OptTable.h | 41 struct Info { struct 60 std::vector<Info> OptionInfos; argument
|
/external/skia/include/gpu/vk/ |
D | VulkanExtensions.h | 37 struct Info { struct 38 Info() {} in Info() function 39 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() function 45 bool operator()(const Info& a, const SkString& b) const { in operator() argument
|
/external/webrtc/call/ |
D | syncable.h | 25 struct Info { struct 37 virtual absl::optional<Info> GetInfo() const = 0; argument
|
/external/llvm/include/llvm/Option/ |
D | OptTable.h | 35 struct Info { struct 53 ArrayRef<Info> OptionInfos; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/ |
D | OptTable.h | 43 struct Info { struct 62 ArrayRef<Info> OptionInfos; argument
|
/external/rust/android-crates-io/crates/drm/src/control/ |
D | crtc.rs | 57 pub struct Info { struct 65 impl std::fmt::Display for Info { argument 71 impl Info { implementation
|
D | plane.rs | 60 pub struct Info { struct 68 impl std::fmt::Display for Info { argument 74 impl Info { impl
|
D | encoder.rs | 48 pub struct Info { struct 56 impl std::fmt::Display for Info { argument 62 impl Info { implementation
|
D | framebuffer.rs | 49 pub struct Info { struct 58 impl std::fmt::Display for Info { argument 64 impl Info { implementation
|
D | connector.rs | 51 pub struct Info { struct 63 impl std::fmt::Display for Info { argument 69 impl Info { impl
|
/external/skia/gm/ |
D | 3d.cpp | 16 struct Info { struct 34 static SkM44 make_ctm(const Info& info, const SkM44& model, SkSize size) { in make_ctm() argument
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
D | instance_tracer.cc | 26 struct Info { struct 27 explicit Info(uintptr_t slot_count, bool may_dangle) in Info() function 33 uintptr_t slot_count; 34 bool may_dangle; 35 std::array<const void*, 32> stack_trace = {};
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
D | instance_tracer.cc | 26 struct Info { struct 27 explicit Info(uintptr_t slot_count, bool may_dangle) in Info() argument 33 uintptr_t slot_count; 34 bool may_dangle; 35 std::array<const void*, 32> stack_trace = {};
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/decoder/ |
D | transform.rs | 21 info: &Info, in create_transform_fn() 79 fn copy_row(row: &[u8], output_buffer: &mut [u8], _: &Info) { in copy_row() 83 fn transform_row_strip16(row: &[u8], output_buffer: &mut [u8], _: &Info) { in transform_row_strip16() 137 fn expand_trns_line(input: &[u8], output: &mut [u8], info: &Info) { in expand_trns_line() 149 fn expand_trns_line16(input: &[u8], output: &mut [u8], info: &Info) { in expand_trns_line16() 167 fn expand_trns_and_strip_line16(input: &[u8], output: &mut [u8], info: &Info) { in expand_trns_and_strip_line16() 181 fn expand_gray_u8(row: &[u8], buffer: &mut [u8], info: &Info) { in expand_gray_u8() 188 fn expand_gray_u8_with_trns(row: &[u8], buffer: &mut [u8], info: &Info) { in expand_gray_u8_with_trns()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/decoder/ |
D | transform.rs | 21 info: &Info, in create_transform_fn() 79 fn copy_row(row: &[u8], output_buffer: &mut [u8], _: &Info) { in copy_row() 83 fn transform_row_strip16(row: &[u8], output_buffer: &mut [u8], _: &Info) { in transform_row_strip16() 137 fn expand_trns_line(input: &[u8], output: &mut [u8], info: &Info) { in expand_trns_line() 149 fn expand_trns_line16(input: &[u8], output: &mut [u8], info: &Info) { in expand_trns_line16() 167 fn expand_trns_and_strip_line16(input: &[u8], output: &mut [u8], info: &Info) { in expand_trns_and_strip_line16() 181 fn expand_gray_u8(row: &[u8], buffer: &mut [u8], info: &Info) { in expand_gray_u8() 188 fn expand_gray_u8_with_trns(row: &[u8], buffer: &mut [u8], info: &Info) { in expand_gray_u8_with_trns()
|
/external/icing/icing/index/embed/ |
D | embedding-index.h | 54 struct Info { struct 67 std::string_view(reinterpret_cast<const char*>(this), sizeof(Info))); in GetChecksum() argument
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ |
D | Info.java | 32 public class Info class 43 public Info(String source, int line, int column) in Info() method in Info 50 public Info(Node node) in Info() method in Info 58 private Info() in Info() method in Info
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/ |
D | common.rs | 565 pub struct Info<'a> { struct 566 pub width: u32, 567 pub height: u32, 568 pub bit_depth: BitDepth, 570 pub color_type: ColorType, 571 pub interlaced: bool, 573 pub trns: Option<Cow<'a, [u8]>>, 574 pub pixel_dims: Option<PixelDimensions>, 576 pub palette: Option<Cow<'a, [u8]>>, 579 pub gama_chunk: Option<ScaledFloat>, [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/ |
D | common.rs | 565 pub struct Info<'a> { struct 566 pub width: u32, 567 pub height: u32, 568 pub bit_depth: BitDepth, 570 pub color_type: ColorType, 571 pub interlaced: bool, 573 pub trns: Option<Cow<'a, [u8]>>, 574 pub pixel_dims: Option<PixelDimensions>, 576 pub palette: Option<Cow<'a, [u8]>>, 579 pub gama_chunk: Option<ScaledFloat>, [all …]
|
/external/icing/icing/join/ |
D | qualified-id-join-index-impl-v3.h | 50 struct Info { struct 64 std::string_view(reinterpret_cast<const char*>(this), sizeof(Info))); in GetChecksum() argument
|