Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp268 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() function
270 symbols->add_type(type->name, type); in add_type()
284 add_type(symbols, t->type); in _mesa_glsl_initialize_types()
293 add_type(symbols, deprecated_types[i]); in _mesa_glsl_initialize_types()
304 add_type(symbols, glsl_type::samplerCubeArray_type); in _mesa_glsl_initialize_types()
305 add_type(symbols, glsl_type::samplerCubeArrayShadow_type); in _mesa_glsl_initialize_types()
306 add_type(symbols, glsl_type::isamplerCubeArray_type); in _mesa_glsl_initialize_types()
307 add_type(symbols, glsl_type::usamplerCubeArray_type); in _mesa_glsl_initialize_types()
311 add_type(symbols, glsl_type::sampler2DMS_type); in _mesa_glsl_initialize_types()
312 add_type(symbols, glsl_type::isampler2DMS_type); in _mesa_glsl_initialize_types()
[all …]
Dglsl_symbol_table.h71 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.yy888 state->symbols->add_type($2, glsl_type::get_subroutine_instance($2));
2333 state->symbols->add_type($2, glsl_type::void_type);
Dast_to_hir.cpp5739 …if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifie… in hir()
7142 if (!state->symbols->add_type(name, t)) { in hir()
/external/python/cpython2/Lib/
Dmimetypes.py72 self.add_type(type, ext, True)
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): member in MimeTypes
226 self.add_type(type, '.' + suff, strict)
270 self.add_type(mimetype, subkeyname, strict)
330 def add_type(type, ext, strict=True): function
344 return _db.add_type(type, ext, strict)
/external/gemmlowp/meta/generators/
Dneon_emitter_64.py617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
620 if _FloatType(add_type):
622 _AppendType(add_type, destination),
623 _AppendType(add_type, source_1),
624 _AppendType(add_type, source_2))
627 _AppendType(add_type, destination),
628 _AppendType(add_type, source_1),
629 _AppendType(add_type, source_2))
631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
632 wide_type = _WideType(add_type)
[all …]
Dneon_emitter.py326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
329 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2)
331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
332 self.EmitOp3('vaddw.%s' % add_type, destination, source_1, source_2)
392 def EmitVPadd(self, add_type, destination, source_1, source_2): argument
393 self.EmitOp3('vpadd.%s' % add_type, destination, source_1, source_2)
395 def EmitVPaddl(self, add_type, destination, source): argument
396 self.EmitOp2('vpaddl.%s' % add_type, destination, source)
398 def EmitVPadal(self, add_type, destination, source): argument
399 self.EmitOp2('vpadal.%s' % add_type, destination, source)
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py74 def add_type(self, type_expr): member in type_table
106 tt.add_type( te )
/external/selinux/secilc/docs/
Dcil_call_macro_statements.md113 (call add_type)
116 (macro add_type ()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h498 void add_type(flatbuffers::Offset<Type> type) { in add_type() function
560 builder_.add_type(type);
/external/python/cpython2/Doc/library/
Dmimetypes.rst103 .. function:: add_type(type, ext, strict=True)
/external/python/cpython2/Misc/
DHISTORY5493 add_type() which adds one mapping between a mime type and