Searched refs:add_type (Results 1 – 9 of 9) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 272 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/ |
D | typeexpr.py | 74 def add_type(self, type_expr): member in type_table 106 tt.add_type( te )
|
/external/mesa3d/src/glsl/ |
D | glsl_symbol_table.h | 99 bool add_type(const char *name, const glsl_type *t);
|
D | glsl_symbol_table.cpp | 117 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
|
D | glsl_types.cpp | 110 symtab->add_type(types[i].name, & types[i]); in add_types_to_symbol_table()
|
D | glsl_parser.yy | 1527 state->symbols->add_type($2, glsl_type::void_type);
|
D | ast_to_hir.cpp | 3994 if (!state->symbols->add_type(name, t)) { in hir()
|
/external/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 113 (call add_type) 116 (macro add_type ()
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 498 void add_type(flatbuffers::Offset<Type> type) { in add_type() function 560 builder_.add_type(type);
|