Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp148 MTLaunchStructCommon *mtls = (MTLaunchStructCommon *)data; in launchThreads() local
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
534 MTLaunchStructReduce *mtls = (MTLaunchStructReduce *)usr; in walk_1d_reduce() local
573 MTLaunchStructReduce *mtls = (MTLaunchStructReduce *)usr; in walk_2d_reduce() local
612 MTLaunchStructReduce *mtls = (MTLaunchStructReduce *)usr; in walk_3d_reduce() local
654 MTLaunchStructReduce *mtls) { in launchReduce()
671 MTLaunchStructReduce *mtls) { in launchReduceSerial()
718 MTLaunchStructReduce *mtls) { in launchReduceParallel()
[all …]
H A DrsCpuIntrinsicBLAS.cpp87 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
H A DrsCpuScript.cpp523 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()
H A DrsCpuIntrinsic.cpp96 MTLaunchStructForEach mtls; in invokeForEach() local
115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
H A DrsCpuScriptGroup2.cpp172 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() local
646 MTLaunchStructForEach mtls; in run() local
681 MTLaunchStructForEach mtls; in run() local
H A DrsCpuScriptGroup.cpp204 MTLaunchStructForEach mtls; in execute() local