Searched refs:MTLaunchStructReduce (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.h77 // MTLaunchStructReduce::redp::dim.
90 struct MTLaunchStructReduce : public MTLaunchStructCommon { struct in namespace:android::renderscript
170 MTLaunchStructReduce *mtls);
262 MTLaunchStructReduce *mtls);
264 MTLaunchStructReduce *mtls);
H A DrsCpuScript.h94 const RsScriptCall *sc, MTLaunchStructReduce *mtls);
96 virtual void reduceKernelSetup(uint32_t slot, MTLaunchStructReduce *mtls);
H A DrsCpuCore.cpp357 static inline void RedpPtrSetup(const MTLaunchStructReduce *mtls, RsExpandKernelDriverInfo *redp,
511 static void reduce_get_accumulator(uint8_t *&accumPtr, const MTLaunchStructReduce *mtls,
536 const MTLaunchStructReduce *mtls = (const MTLaunchStructReduce *)usr;
575 const MTLaunchStructReduce *mtls = (const MTLaunchStructReduce *)usr;
614 const MTLaunchStructReduce *mtls = (const MTLaunchStructReduce *)usr;
656 MTLaunchStructReduce *mtls) {
673 MTLaunchStructReduce *mtl
[all...]
H A DrsCpuScript.cpp562 MTLaunchStructReduce *mtls) {
564 memset(mtls, 0, sizeof(MTLaunchStructReduce));
760 MTLaunchStructReduce mtls;
777 void RsdCpuScriptImpl::reduceKernelSetup(uint32_t slot, MTLaunchStructReduce *mtls) {

Completed in 2168 milliseconds