Searched defs:mul_type (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | neon_emitter.py | 381 def EmitVMul(self, mul_type, destination, source_1, source_2): argument 386 def EmitVMulScalar(self, mul_type, destination, source_1, source_2): argument 389 def EmitVMull(self, mul_type, destination, source_1, source_2): argument
|
H A D | neon_emitter_64.py | 743 def EmitVMul(self, mul_type, destination, source_1, source_2): argument 757 def EmitVMulScalar(self, mul_type, destination, source_1, source_2): argument 763 def EmitVMull(self, mul_type, destination, source_1, source_2): argument
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 8479 const glsl_type *mul_type, *unpack_type; in _mulExtended() local
|