HomeSort by relevance Sort by last modified time
    Searched refs:StoreFinalOutput (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/internal/
output_neon.h 239 // Specialization of StoreFinalOutput for NEONFragmentUint8x4x1.
244 inline void StoreFinalOutput(NEONFragmentUint8x4x1 value, DstType* dst, int row,
252 // Specialization of StoreFinalOutput for NEONFragmentUint8x16x1.
254 inline void StoreFinalOutput(NEONFragmentUint8x16x1 value, DstType* dst,
259 // Specialization of StoreFinalOutput for NEONFragmentInt32x4x1, storing into a
262 inline void StoreFinalOutput(NEONFragmentInt32x4x1 value, DstType* dst, int row,
267 // Specialization of StoreFinalOutput for NEONFragmentInt32x16x1, storing into
270 inline void StoreFinalOutput(NEONFragmentInt32x16x1 value, DstType* dst,
output.h 380 // StoreFinalOutput takes the final value at the end of the output pipeline and
385 void StoreFinalOutput(OutputType value, DstType* dst, int row, int col) {
412 StoreFinalOutput(output, dst, row, col);

Completed in 109 milliseconds