Home
last modified time | relevance | path

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

/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dneon_emitter.py381 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 Dneon_emitter_64.py743 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 Dbuiltin_functions.cpp8479 const glsl_type *mul_type, *unpack_type; in _mulExtended() local