Home
last modified time | relevance | path

Searched refs:accumCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.h141 uint32_t accumCount; member
DrsCpuCore.cpp513 uint32_t accumIdx = (uint32_t)__sync_fetch_and_add(&mtls->accumCount, 1); in reduce_get_accumulator()
755 mtls->accumCount = 0; in launchReduceParallel()
779 for (unsigned idx = 0; idx < mtls->accumCount; ++idx) { in launchReduceParallel()