Searched refs:launchReduceParallel (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.h265 void launchReduceParallel(const Allocation ** ains, uint32_t inLen, Allocation *aout,
H A DrsCpuCore.cpp657 launchReduceParallel(ains, inLen, aout, mtls);
715 void RsdCpuReferenceImpl::launchReduceParallel(const Allocation ** ains, function in class:android::renderscript::RsdCpuReferenceImpl
759 REDUCE_ALOGV(mtls, 1, "launchReduceParallel(%p): %u x %u x %u, %u threads, accumAlloc = %p",
786 REDUCE_ALOGV(mtls, 3, "launchReduceParallel(%p): accumulating into%s",
789 REDUCE_ALOGV(mtls, 3, "launchReduceParallel(%p): accumulator[%d]%s",
805 REDUCE_ALOGV(mtls, 3, "launchReduceParallel(%p): final accumulator%s",
814 REDUCE_ALOGV(mtls, 3, "launchReduceParallel(%p): final outconverted result%s",

Completed in 36 milliseconds