Searched defs:MTLaunchStructReduce (Results 1 – 1 of 1) sorted by relevance
92 struct MTLaunchStructReduce : public MTLaunchStructCommon { struct94 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 bytes105 size_t accumStride; // stride between accumulators in accumAlloc (below)139 uint8_t *accumAlloc;[all …]