Lines Matching refs:start_depth
44 const std::uint8_t* rhs_ptr, std::size_t start_depth,
169 // If start_depth == 0, then there is no preexisting accumulator
171 "cmp %[start_depth], #0\n"
252 [start_depth] "r"(start_depth),
280 const std::uint8_t* rhs_ptr, std::size_t start_depth,
316 "cmp %[start_depth], #0\n"
321 // If start_depth==0, we need to clear our global accumulators
334 // If start_depth!=0, we need to load our existing global accumulators
621 [start_depth] "r"(start_depth), [dst_col_stride] "r"(dst_col_stride),
657 const std::uint8_t* rhs_ptr, std::size_t start_depth,
815 // If start_depth == 0, then there is no preexisting accumulator
817 "cmp %[start_depth], #0\n"
966 [start_depth] "r"(start_depth),
999 const std::uint8_t* rhs_ptr, std::size_t start_depth,
1031 // If start_depth is nonzero, accumulate with the existing accumulator
1032 if (start_depth) {