Home
last modified time | relevance | path

Searched refs:MTLaunchStructForEachBlas (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call, in setupGEMM()
94 memset(mtls, 0, sizeof(MTLaunchStructForEachBlas)); in setupGEMM()
145 RsBlasCall* call, MTLaunchStructForEachBlas *mtls) { in walk_tiled_gemm()
193 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_sgemm()
204 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_dgemm()
215 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_cgemm()
226 MTLaunchStructForEachBlas *mtls = (MTLaunchStructForEachBlas *)usr; in walk_2d_zgemm()
259 MTLaunchStructForEachBlas mtls; in invokeForEach()
DrsCpuIntrinsic.h27 struct MTLaunchStructForEachBlas : public MTLaunchStructCommon { struct