Searched defs:mtls (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 33 #define REDUCE_ALOGV(mtls, level, ...) do { if ((mtls)->logReduce >= (level)) ALOGV(__VA_ARGS__); }… argument 148 MTLaunchStructCommon *mtls = (MTLaunchStructCommon *)data; in launchThreads() local 330 static inline void FepPtrSetup(const MTLaunchStructForEach *mtls, RsExpandKernelDriverInfo *fep, in FepPtrSetup() 355 static inline void RedpPtrSetup(const MTLaunchStructReduce *mtls, RsExpandKernelDriverInfo *redp, in RedpPtrSetup() 375 static bool SelectOuterSlice(const MTLaunchStructCommon *mtls, RsExpandKernelDriverInfo* info, uint… in SelectOuterSlice() 387 static bool SelectZSlice(const MTLaunchStructCommon *mtls, RsExpandKernelDriverInfo* info, uint32_t… in SelectZSlice() 392 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_general_foreach() local 419 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_2d_foreach() local 444 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_1d_foreach() local 509 static void reduce_get_accumulator(uint8_t *&accumPtr, MTLaunchStructReduce *mtls, in reduce_get_accumulator() [all …]
|
D | rsCpuIntrinsicBLAS.cpp | 87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call, in setupGEMM() 145 RsBlasCall* call, MTLaunchStructForEachBlas *mtls) { in walk_tiled_gemm() 193 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_sgemm() local 204 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_dgemm() local 215 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_cgemm() local 226 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_zgemm() local 259 MTLaunchStructForEachBlas mtls; in invokeForEach() local
|
D | rsCpuScript.cpp | 523 bool RsdCpuScriptImpl::setUpMtlsDimensions(MTLaunchStructCommon *mtls, in setUpMtlsDimensions() 559 MTLaunchStructReduce *mtls) { in reduceMtlsSetup() 631 MTLaunchStructForEach *mtls) { in forEachMtlsSetup() 754 MTLaunchStructForEach mtls; in invokeForEach() local 769 MTLaunchStructReduce mtls; in invokeReduce() local 779 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup() 786 void RsdCpuScriptImpl::reduceKernelSetup(uint32_t slot, MTLaunchStructReduce *mtls) { in reduceKernelSetup()
|
D | rsCpuIntrinsic.cpp | 96 MTLaunchStructForEach mtls; in invokeForEach() local 115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
|
D | rsCpuScriptGroup2.cpp | 172 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() local 646 MTLaunchStructForEach mtls; in run() local 681 MTLaunchStructForEach mtls; in run() local
|
D | rsCpuScriptGroup.cpp | 204 MTLaunchStructForEach mtls; in execute() local
|