Home
last modified time | relevance | path

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

/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dneon_emitter_64.py569 def EmitVMax(self, max_type, destination, source_1, source_2): argument
581 def EmitVMin(self, min_type, destination, source_1, source_2): argument
617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
641 def EmitVSub(self, sub_type, destination, source_1, source_2): argument
704 def EmitVQmovn2(self, mov_type, destination, source_1, source_2): argument
730 def EmitVQmovun2(self, mov_type, destination, source_1, source_2): argument
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
[all …]
H A Dneon_emitter.py326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
334 def EmitVSub(self, sub_type, destination, source_1, source_2): argument
345 def EmitVMax(self, size, destination, source_1, source_2): argument
348 def EmitVMin(self, size, destination, source_1, source_2): argument
368 def EmitVQmovn2(self, mov_type, destination, source_1, source_2): argument
377 def EmitVQmovun2(self, mov_type, destination, source_1, source_2): argument
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
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_image.cpp1292 char source_1[4096]; in test_image_common() local