Searched defs:add_type (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 272 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 275 def EmitVAddw(self, add_type, destination, source_1, source_2): argument 299 def EmitVPadd(self, add_type, destination, source_1, source_2): argument 302 def EmitVPaddl(self, add_type, destination, source): argument 305 def EmitVPadal(self, add_type, destination, source): argument
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 74 def add_type(self, type_expr): member in type_table
|
/external/mesa3d/src/glsl/ |
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
|