Home
last modified time | relevance | path

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

/external/gemmlowp/meta/generators/
Dneon_emitter.py272 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
273 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2)
275 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
276 self.EmitOp3('vaddw.%s' % add_type, destination, source_1, source_2)
299 def EmitVPadd(self, add_type, destination, source_1, source_2): argument
300 self.EmitOp3('vpadd.%s' % add_type, destination, source_1, source_2)
302 def EmitVPaddl(self, add_type, destination, source): argument
303 self.EmitOp2('vpaddl.%s' % add_type, destination, source)
305 def EmitVPadal(self, add_type, destination, source): argument
306 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/mesa3d/src/glsl/
Dglsl_symbol_table.h99 bool add_type(const char *name, const glsl_type *t);
Dglsl_symbol_table.cpp117 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
Dglsl_types.cpp110 symtab->add_type(types[i].name, & types[i]); in add_types_to_symbol_table()
Dglsl_parser.yy1527 state->symbols->add_type($2, glsl_type::void_type);
Dast_to_hir.cpp3994 if (!state->symbols->add_type(name, t)) { in hir()
/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);