Home
last modified time | relevance | path

Searched defs:add_type (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/meta/generators/
Dneon_emitter.py272 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/
Dtypeexpr.py74 def add_type(self, type_expr): member in type_table
/external/mesa3d/src/glsl/
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