OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accumIdx
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
reduce.rs
324
static void fzInit(int *
accumIdx
) { *
accumIdx
= -1; }
326
static void fzAccum(int *
accumIdx
,
328
if (inVal==0) *
accumIdx
= x;
331
static void fzCombine(int *
accumIdx
, const int *accumIdx2) {
332
if (*accumIdx2 >= 0) *
accumIdx
= *accumIdx2;
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
515
uint32_t
accumIdx
= (uint32_t)__sync_fetch_and_add(&mtls->accumCount, 1);
517
accumPtr = mtls->accumAlloc + mtls->accumStride *
accumIdx
;
519
if (
accumIdx
== 0) {
522
accumPtr = mtls->accumAlloc + mtls->accumStride * (
accumIdx
- 1);
526
walkerName, mtls->accumFunc, threadIdx,
accumIdx
, accumPtr);
[
all
...]
Completed in 405 milliseconds