/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 269 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(symbol in _mesa_glsl_initialize_types() [all...] |
H A D | glsl_symbol_table.h | 68 bool add_type(const char *name, const glsl_type *t);
|
H A D | glsl_symbol_table.cpp | 169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
|
H A D | ast_to_hir.cpp | 6389 if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifier))) { in hir() 7893 if (!type->is_anonymous() && !state->symbols->add_type(name, type)) { in hir()
|
/third_party/python/Lib/ |
H A D | mimetypes.py | 44 "add_type", "init", "read_mime_types", 80 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 233 self.add_type(type, '.' + suff, strict) 247 add_type = self.add_type 249 add_type = lambda type, ext: self.add_type(type, ext, True) 253 _mimetypes_read_windows_registry(add_type) 343 def add_type(type, ext, strict=True): global() function [all...] |
/third_party/libabigail/src/ |
H A D | abg-ctf-reader.cc | 163 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_dictionar in process_ctf_pointer_type() [all...] |
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | typeexpr.py | 73 def add_type(self, type_expr): member in type_table 105 tt.add_type( te )
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.h | 440 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()
|
H A D | module-decoder.cc | 707 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/python/Lib/test/ |
H A D | test_mimetypes.py | 137 self.db.add_type('test-type', '.strict-ext') 138 self.db.add_type('test-type', '.non-strict-ext', strict=False) 158 mimetypes.add_type('foo/bar', '.foobar')
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_fs_cmod_propagation.cpp | 44 enum brw_reg_type add_type, 50 enum brw_reg_type add_type, 1584 enum brw_reg_type add_type, in test_mov_prop() 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() 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() 1583 test_mov_prop(enum brw_conditional_mod cmod, enum brw_reg_type add_type, enum brw_reg_type mov_dst_type, bool expected_cmod_prop_progress) test_mov_prop() argument 2160 test_saturate_prop(enum brw_conditional_mod before, enum opcode op, enum brw_reg_type add_type, enum brw_reg_type op_type, bool expected_cmod_prop_progress) test_saturate_prop() argument [all...] |