Searched defs:start_width (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | pack.h | 63 void seek_run(int start_width, int start_depth) const { in seek_run() 178 SideMap block(int start_width, int start_depth, int block_width, in block() 265 void Pack(PackedSideBlock* dst, int start_width) { in Pack() 343 void PackL1(int start_width, int width, int start_depth, int depth) { in PackL1() 352 void PrefetchL1(int start_width, int width, int start_depth, int depth) { in PrefetchL1() 369 void PackRun(int start_width, int width, int start_depth, int depth) { in PackRun()
|
D | pack_neon.h | 51 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() 152 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() 277 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() 342 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
|
D | pack_msa.h | 48 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() 202 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack() 371 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
|
D | pack_avx.h | 50 void Pack(PackedSideBlock<KernelSideFormat> *dst, int start_width) { in Pack() 204 void Pack(PackedSideBlock<KernelSideFormat> *dst, int start_width) { in Pack()
|
D | pack_sse.h | 50 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width) { in Pack()
|