/external/angle/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1517 def define_constexpr_type_array_sizes(template_args, type_array_sizes_declarations): argument 1519 type_array_sizes_declarations.add(template_array_sizes_declaration.format(**template_args)) 1522 def define_constexpr_variable(template_args, variable_declarations): argument 1523 template_args['extension'] = get_extension_list(template_args['extension']) 1526 variable_declarations.append(template_variable_declaration.format(**template_args)) 1621 template_args = { 1638 name_declaration = template_name_declaration.format(**template_args) 1642 essl_ext = '{essl_extension}'.format(**template_args) 1643 glsl_ext = '{glsl_extension}'.format(**template_args) 1664 extension_string = get_extension_list(template_args['extension']) [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | buffer_desc.cc | 45 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument 49 return PerformGetPtrSelector(args, template_args, result); in PerformSelector() 69 const std::vector<std::string>& template_args, std::string* result) const { in PerformGetPtrSelector() argument 75 if (template_args.size() > 1) { in PerformGetPtrSelector() 79 template_args.size(), " was passed")); in PerformGetPtrSelector() 82 if (template_args.size() == 1) { in PerformGetPtrSelector() 84 if (type_name != template_args[0]) { in PerformGetPtrSelector() 86 template_args[0], "*)&"); in PerformGetPtrSelector()
|
D | buffer_desc.h | 48 const std::vector<std::string>& template_args, 56 const std::vector<std::string>& template_args, std::string* result) const;
|
D | texture2d_desc.h | 47 const std::vector<std::string>& template_args,
|
D | tensor_linear_desc.h | 54 const std::vector<std::string>& template_args,
|
D | tensor_desc.h | 65 const std::vector<std::string>& template_args, 109 const std::vector<std::string>& template_args, std::string* result) const;
|
D | texture2d_desc.cc | 37 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument
|
D | tensor_desc.cc | 169 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument 204 return PerformReadSelector(gpu_info, args, template_args, result); in PerformSelector() 227 const std::vector<std::string>& template_args, std::string* result) const { in PerformReadSelector() argument 229 if (!template_args.empty()) { in PerformReadSelector() 230 if (template_args.size() != 1) { in PerformReadSelector() 235 GetDataTypeFromTemplateArgs(template_args[0], &read_as_type)); in PerformReadSelector()
|
D | tensor_linear_desc.cc | 51 const std::vector<std::string>& template_args, std::string* result) const { in PerformSelector() argument
|
D | gpu_object_desc.h | 123 const std::vector<std::string>& template_args, in PerformSelector() argument
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | gmock_class.py | 65 template_args = [] 68 template_args.append(rendered_arg) 69 return_type += '<' + ', '.join(template_args) + '>' 169 template_args = class_node.templated_types.keys() 170 template_decls = ['typename ' + arg for arg in template_args] 172 parent_name += '<' + ', '.join(template_args) + '>'
|
/external/rust/crates/bindgen/src/ir/ |
D | template.rs | 227 let template_args = ty.template_args().map_or(vec![], |args| match ty in from_ty() localVariable 229 .template_args() in from_ty() 288 template_args, in from_ty()
|
D | ty.rs | 792 (ty.template_args().is_some() && ty_kind != CXType_Typedef) in from_clang_ty()
|
D | comp.rs | 1232 ty.template_args().is_none(), in from_ty()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBType.i | 330 template_args = [] 332 template_args.append(self.GetTemplateArgumentType(i)) 333 return template_args 346 …template_args = property(template_arg_array, None, doc='''A read only property that returns a list…
|
/external/oss-fuzz/infra/ |
D | helper.py | 946 template_args = { 951 file_handle.write(templates.PROJECT_YAML_TEMPLATE % template_args) 954 file_handle.write(templates.DOCKER_TEMPLATE % template_args) 958 file_handle.write(templates.BUILD_TEMPLATE % template_args)
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_arguments.cc | 291 std::vector<std::string> template_args; in ResolveSelectorsPass() local 295 *code, next_position, &close_bracket_pos, &template_args)); in ResolveSelectorsPass() 313 template_args, &patch)); in ResolveSelectorsPass() 338 const std::vector<std::string>& template_args, std::string* result) { in ResolveSelector() argument 378 template_args, &patch)); in ResolveSelector()
|
D | cl_arguments.h | 77 const std::vector<std::string>& template_args, std::string* result);
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | metal_arguments.cc | 683 std::vector<std::string> template_args; in ResolveSelectorsPass() local 687 *code, next_position, &close_bracket_pos, &template_args)); in ResolveSelectorsPass() 705 template_args, &patch)); in ResolveSelectorsPass() 721 const std::vector<std::string>& template_args, std::string* result) { in ResolveSelector() argument 761 template_args, &patch)); in ResolveSelector()
|
D | metal_arguments.h | 110 const std::vector<std::string>& template_args, std::string* result);
|
/external/rust/crates/bindgen/src/ |
D | clang.rs | 1129 pub fn template_args(&self) -> Option<TypeTemplateArgIterator> { in template_args() method 1267 self.template_args().map_or(false, |args| args.len() > 0) && in is_fully_instantiated_template()
|
/external/rust/crates/bindgen/src/codegen/ |
D | mod.rs | 3712 let template_args = self in try_to_rust_ty() localVariable 3727 if template_args.is_empty() { in try_to_rust_ty() 3732 #ty < #( #template_args ),* > in try_to_rust_ty()
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 1890 auto template_args = db.names.back().move_full(); in parse_type() local 1892 db.names.back().first += template_args; in parse_type()
|