Searched refs:accumFunc (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 524 walkerName, mtls->accumFunc, threadIdx, accumIdx, accumPtr); in reduce_get_accumulator() 544 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_1d_reduce() 568 mtls->accumFunc, idx, xStart, xEnd, fmt); in walk_1d_reduce() 583 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_2d_reduce() 607 mtls->accumFunc, idx, yStart, yEnd, fmt); in walk_2d_reduce() 622 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_3d_reduce() 642 mtls->accumFunc, idx, redp.current.z, fmt); in walk_3d_reduce() 672 REDUCE_ALOGV(mtls, 1, "launchReduceSerial(%p): %u x %u x %u", mtls->accumFunc, in launchReduceSerial() 692 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in launchReduceSerial() 760 mtls->accumFunc, in launchReduceParallel() [all …]
|
D | rsCpuCore.h | 47 ReduceAccumulatorFunc_t accumFunc; // expanded accumulator function member 98 ReduceAccumulatorFunc_t accumFunc; member
|
D | rsCpuScript.cpp | 791 mtls->accumFunc = desc->accumFunc; in reduceKernelSetup() 797 rsAssert(mtls->accumFunc != nullptr); in reduceKernelSetup()
|
D | rsCpuExecutable.cpp | 625 if (!(reduceDescriptions[i].accumFunc = in createFromSharedObject()
|