Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp526 walkerName, mtls->accumFunc, threadIdx, accumIdx, accumPtr); in reduce_get_accumulator()
546 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_1d_reduce()
570 mtls->accumFunc, idx, xStart, xEnd, fmt); in walk_1d_reduce()
585 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_2d_reduce()
609 mtls->accumFunc, idx, yStart, yEnd, fmt); in walk_2d_reduce()
624 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_3d_reduce()
644 mtls->accumFunc, idx, redp.current.z, fmt); in walk_3d_reduce()
674 REDUCE_ALOGV(mtls, 1, "launchReduceSerial(%p): %u x %u x %u", mtls->accumFunc, in launchReduceSerial()
694 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in launchReduceSerial()
762 mtls->accumFunc, in launchReduceParallel()
[all …]
DrsCpuCore.h45 ReduceAccumulatorFunc_t accumFunc; // expanded accumulator function member
96 ReduceAccumulatorFunc_t accumFunc; member
DrsCpuScript.cpp782 mtls->accumFunc = desc->accumFunc; in reduceKernelSetup()
788 rsAssert(mtls->accumFunc != nullptr); in reduceKernelSetup()
DrsCpuExecutable.cpp527 if (!(reduceDescriptions[i].accumFunc = in createFromSharedObject()