Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp48 #define REDUCE_ALOGV(mtls, level, ...) do { if ((mtls)->logReduce >= (level)) ALOGV(__VA_ARGS__); }… argument
160 MTLaunchStructCommon *mtls = (MTLaunchStructCommon *)data; in launchThreads() local
339 static inline void FepPtrSetup(const MTLaunchStructForEach *mtls, RsExpandKernelDriverInfo *fep, in FepPtrSetup()
357 static inline void RedpPtrSetup(const MTLaunchStructReduce *mtls, RsExpandKernelDriverInfo *redp, in RedpPtrSetup()
377 static bool SelectOuterSlice(const MTLaunchStructCommon *mtls, RsExpandKernelDriverInfo* info, uint… in SelectOuterSlice()
389 static bool SelectZSlice(const MTLaunchStructCommon *mtls, RsExpandKernelDriverInfo* info, uint32_t… in SelectZSlice()
394 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_general_foreach() local
421 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_2d_foreach() local
446 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_1d_foreach() local
511 static void reduce_get_accumulator(uint8_t *&accumPtr, const MTLaunchStructReduce *mtls, in reduce_get_accumulator()
[all …]
DrsCpuScript.cpp526 bool RsdCpuScriptImpl::setUpMtlsDimensions(MTLaunchStructCommon *mtls, in setUpMtlsDimensions()
562 MTLaunchStructReduce *mtls) { in reduceMtlsSetup()
634 MTLaunchStructForEach *mtls) { in forEachMtlsSetup()
745 MTLaunchStructForEach mtls; in invokeForEach() local
760 MTLaunchStructReduce mtls; in invokeReduce() local
770 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
777 void RsdCpuScriptImpl::reduceKernelSetup(uint32_t slot, MTLaunchStructReduce *mtls) { in reduceKernelSetup()
DrsCpuIntrinsic.cpp96 MTLaunchStructForEach mtls; in invokeForEach() local
115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
DrsCpuScriptGroup2.cpp173 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() local
586 MTLaunchStructForEach mtls; in run() local
621 MTLaunchStructForEach mtls; in run() local
DrsCpuScriptGroup.cpp206 MTLaunchStructForEach mtls; in execute() local