Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp33 #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, const MTLaunchStructReduce *mtls, in reduce_get_accumulator()
[all …]
DrsCpuIntrinsicBLAS.cpp87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call, in setupGEMM()
145 RsBlasCall* call, const MTLaunchStructForEachBlas *mtls) { in walk_tiled_gemm()
193 const MTLaunchStructForEachBlas *mtls = (const MTLaunchStructForEachBlas *)usr; in walk_2d_sgemm() local
204 const MTLaunchStructForEachBlas *mtls = (const MTLaunchStructForEachBlas *)usr; in walk_2d_dgemm() local
215 const MTLaunchStructForEachBlas *mtls = (const MTLaunchStructForEachBlas *)usr; in walk_2d_cgemm() local
226 const MTLaunchStructForEachBlas *mtls = (const MTLaunchStructForEachBlas *)usr; in walk_2d_zgemm() local
259 MTLaunchStructForEachBlas mtls; in invokeForEach() local
DrsCpuScript.cpp522 bool RsdCpuScriptImpl::setUpMtlsDimensions(MTLaunchStructCommon *mtls, in setUpMtlsDimensions()
558 MTLaunchStructReduce *mtls) { in reduceMtlsSetup()
630 MTLaunchStructForEach *mtls) { in forEachMtlsSetup()
753 MTLaunchStructForEach mtls; in invokeForEach() local
768 MTLaunchStructReduce mtls; in invokeReduce() local
778 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
785 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.cpp172 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() local
646 MTLaunchStructForEach mtls; in run() local
681 MTLaunchStructForEach mtls; in run() local
DrsCpuScriptGroup.cpp204 MTLaunchStructForEach mtls; in execute() local