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

  /frameworks/rs/cpu_ref/
rsCpuCore.h 50 ReduceOutConverterFunc_t outFunc; // user outconverter function
101 ReduceOutConverterFunc_t outFunc;
rsCpuCore.cpp 514 if (mtls->outFunc) {
680 uint8_t *const accumPtr = (mtls->outFunc
704 if (mtls->outFunc) {
705 mtls->outFunc(mtls->redp.outPtr[0], accumPtr);
730 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr);
776 uint8_t *finalAccumPtr = (mtls->outFunc ? nullptr : mtls->redp.outPtr[0]);
810 if (mtls->outFunc) {
811 mtls->outFunc(mtls->redp.outPtr[0], finalAccumPtr);
    [all...]
rsCpuExecutable.cpp 622 if (!(reduceDescriptions[i].outFunc =
629 reduceDescriptions[i].outFunc = nullptr;
rsCpuScript.cpp 794 mtls->outFunc = desc->outFunc; // might legally be nullptr
    [all...]

Completed in 2311 milliseconds