Home
last modified time | relevance | path

Searched refs:add_type (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() function
271 symbols->add_type(type->name, type); in add_type()
285 add_type(symbols, t->type); in _mesa_glsl_initialize_types()
294 add_type(symbols, deprecated_types[i]); in _mesa_glsl_initialize_types()
305 add_type(symbols, glsl_type::samplerCubeArray_type); in _mesa_glsl_initialize_types()
306 add_type(symbols, glsl_type::samplerCubeArrayShadow_type); in _mesa_glsl_initialize_types()
307 add_type(symbols, glsl_type::isamplerCubeArray_type); in _mesa_glsl_initialize_types()
308 add_type(symbols, glsl_type::usamplerCubeArray_type); in _mesa_glsl_initialize_types()
312 add_type(symbols, glsl_type::sampler2DMS_type); in _mesa_glsl_initialize_types()
313 add_type(symbols, glsl_type::isampler2DMS_type); in _mesa_glsl_initialize_types()
[all …]
Dglsl_symbol_table.h68 bool add_type(const char *name, const glsl_type *t);
Dglsl_symbol_table.cpp169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
Dglsl_parser.yy898 state->symbols->add_type($2, glsl_type::get_subroutine_instance($2));
2381 state->symbols->add_type($2, glsl_type::void_type);
Dast_to_hir.cpp6389 …if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifie… in hir()
7893 if (!type->is_anonymous() && !state->symbols->add_type(name, type)) { in hir()
/third_party/python/Lib/
Dmimetypes.py80 self.add_type(type, ext, True)
82 self.add_type(type, ext, False)
86 def add_type(self, type, ext, strict=True): member in MimeTypes
235 self.add_type(type, '.' + suff, strict)
249 add_type = self.add_type
251 add_type = lambda type, ext: self.add_type(type, ext, True) function
255 _mimetypes_read_windows_registry(add_type)
257 self._read_windows_registry(add_type)
260 def _read_windows_registry(cls, add_type): argument
285 add_type(mimetype, subkeyname)
[all …]
/third_party/libabigail/src/
Dabg-ctf-reader.cc163 add_type(ctf_dict_t *dic, ctf_id_t ctf_type, type_base_sptr type) in add_type() function in abigail::ctf::reader
762 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_typedef()
835 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_base_type()
941 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_function_type()
1057 rdr->add_type(ctf_dictionary, ctf_type, is_type(result)); in process_ctf_forward_type()
1105 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_struct_type()
1156 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_union_type()
1293 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_array_type()
1407 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_qualified_type()
1450 rdr->add_type(ctf_dictionary, ctf_type, result); in process_ctf_pointer_type()
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py73 def add_type(self, type_expr): member in type_table
105 tt.add_type( te )
/third_party/python/Lib/test/
Dtest_mimetypes.py129 self.db.add_type('test-type', '.strict-ext')
130 self.db.add_type('test-type', '.non-strict-ext', strict=False)
155 mimetypes.add_type('foo/bar', '.foobar')
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h440 void add_type(TypeDefinition type) { in add_type() function
454 add_type(TypeDefinition(sig, supertype)); in add_signature()
467 add_type(TypeDefinition(type, supertype)); in add_struct_type()
479 add_type(TypeDefinition(type, supertype)); in add_array_type()
Dmodule-decoder.cc707 if (ok()) module_->add_type(type); in DecodeTypeSection()
732 if (ok()) module_->add_type(type); in DecodeTypeSection()
740 module_->add_type(type); in DecodeTypeSection()
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp44 enum brw_reg_type add_type,
50 enum brw_reg_type add_type,
1584 enum brw_reg_type add_type, in test_mov_prop() argument
1589 fs_reg dest = bld.vgrf(add_type); in test_mov_prop()
1590 fs_reg src0 = bld.vgrf(add_type); in test_mov_prop()
1591 fs_reg src1 = bld.vgrf(add_type); in test_mov_prop()
2162 enum brw_reg_type add_type, in test_saturate_prop() argument
2167 fs_reg dest = bld.vgrf(add_type); in test_saturate_prop()
2168 fs_reg src0 = bld.vgrf(add_type); in test_saturate_prop()
2169 fs_reg src1 = bld.vgrf(add_type); in test_saturate_prop()
[all …]
/third_party/selinux/secilc/docs/
Dcil_call_macro_statements.md126 (call add_type)
129 (macro add_type ()
/third_party/python/Doc/library/
Dmimetypes.rst112 .. function:: add_type(type, ext, strict=True)
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch9007 + auto add_type = add_node->primitive->value.AsAddFusion()->activation_type;
9010 + add_type == ActivationType::ActivationType_NO_ACTIVATION,
/third_party/libabigail/
DChangeLog3226 (read_context::{add_type, lookup_type}): Add new `ctf_dict_t' type
3233 Use new `lookup_type' and `add_type' operations on `read_context::types_map'.
/third_party/python/Misc/
DHISTORY22877 add_type() which adds one mapping between a mime type and