Home
last modified time | relevance | path

Searched refs:outFunc (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.h50 ReduceOutConverterFunc_t outFunc; // user outconverter function member
101 ReduceOutConverterFunc_t outFunc; member
DrsCpuCore.cpp514 if (mtls->outFunc) { in reduce_get_accumulator()
680 uint8_t *const accumPtr = (mtls->outFunc in launchReduceSerial()
704 if (mtls->outFunc) { in launchReduceSerial()
705 mtls->outFunc(mtls->redp.outPtr[0], accumPtr); in launchReduceSerial()
730 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr); in launchReduceParallel()
776 uint8_t *finalAccumPtr = (mtls->outFunc ? nullptr : mtls->redp.outPtr[0]); in launchReduceParallel()
810 if (mtls->outFunc) { in launchReduceParallel()
811 mtls->outFunc(mtls->redp.outPtr[0], finalAccumPtr); in launchReduceParallel()
DrsCpuExecutable.cpp663 if (!(reduceDescriptions[i].outFunc = in createFromSharedObject()
670 reduceDescriptions[i].outFunc = nullptr; in createFromSharedObject()
DrsCpuScript.cpp794 mtls->outFunc = desc->outFunc; // might legally be nullptr in reduceKernelSetup()