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

  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 323 ReduceDescription* reduceDescriptions = nullptr;
464 reduceDescriptions = new ReduceDescription[reduceCount];
465 if (reduceDescriptions == nullptr) {
510 reduceDescriptions[i].accumSize = tmpSize;
515 if (!(reduceDescriptions[i].initFunc =
522 reduceDescriptions[i].initFunc = nullptr;
527 if (!(reduceDescriptions[i].accumFunc =
537 if (!(reduceDescriptions[i].combFunc =
544 reduceDescriptions[i].combFunc = nullptr;
550 if (!(reduceDescriptions[i].outFunc
    [all...]
rsCpuExecutable.h 70 ReduceDescription *reduceDescriptions, size_t reduceCount,
82 mReduceDescriptions(reduceDescriptions), mReduceCount(reduceCount),

Completed in 40 milliseconds