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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.h48 ReduceOutConverterFunc_t outFunc; // user outconverter function member in struct:android::renderscript::ReduceDescription
99 ReduceOutConverterFunc_t outFunc; member in struct:android::renderscript::MTLaunchStructReduce
H A DrsCpuCore.cpp516 if (mtls->outFunc) {
682 uint8_t *const accumPtr = (mtls->outFunc
706 if (mtls->outFunc) {
707 mtls->outFunc(mtls->redp.outPtr[0], accumPtr);
732 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr);
778 uint8_t *finalAccumPtr = (mtls->outFunc ? nullptr : mtls->redp.outPtr[0]);
812 if (mtls->outFunc) {
813 mtls->outFunc(mtls->redp.outPtr[0], finalAccumPtr);
H A DrsCpuExecutable.cpp550 if (!(reduceDescriptions[i].outFunc =
557 reduceDescriptions[i].outFunc = nullptr;
H A DrsCpuScript.cpp785 mtls->outFunc = desc->outFunc; // might legally be nullptr

Completed in 158 milliseconds