Home
last modified time | relevance | path

Searched defs:MTLaunchStructReduce (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.h92 struct MTLaunchStructReduce : public MTLaunchStructCommon { struct
94 RsExpandKernelDriverInfo redp;
96 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
98 ReduceAccumulatorFunc_t accumFunc;
99 ReduceInitializerFunc_t initFunc;
100 ReduceCombinerFunc_t combFunc;
101 ReduceOutConverterFunc_t outFunc;
103 size_t accumSize; // accumulator datum size in bytes
105 size_t accumStride; // stride between accumulators in accumAlloc (below)
139 uint8_t *accumAlloc;
[all …]