OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accumCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
121
//
accumCount
is an atomic counter of how many accumulators have
131
// It does so via atomic access (fetch-and-add) to
accumCount
.
141
uint32_t
accumCount
;
rsCpuCore.cpp
513
uint32_t accumIdx = (uint32_t)__sync_fetch_and_add(&mtls->
accumCount
, 1);
523
REDUCE_ALOGV(mtls, 2, "%s(%p): idx = %u got
accumCount
%u and accumPtr %p",
755
mtls->
accumCount
= 0;
779
for (unsigned idx = 0; idx < mtls->
accumCount
; ++idx) {
[
all
...]
Completed in 1163 milliseconds