Home
last modified time | relevance | path

Searched refs:MTLaunchStructForEach (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsic.cpp96 MTLaunchStructForEach mtls; in invokeForEach()
115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
DrsCpuScript.h90 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
92 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls);
DrsCpuCore.h83 struct MTLaunchStructForEach : public MTLaunchStructCommon { struct
168 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
DrsCpuCore.cpp330 static inline void FepPtrSetup(const MTLaunchStructForEach *mtls, RsExpandKernelDriverInfo *fep, in FepPtrSetup()
392 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_general_foreach()
419 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_2d_foreach()
444 MTLaunchStructForEach *mtls = (MTLaunchStructForEach *)usr; in walk_1d_foreach()
830 MTLaunchStructForEach* mtls) { in launchForEach()
DrsCpuIntrinsic.h57 void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
DrsCpuScript.cpp631 MTLaunchStructForEach *mtls) { in forEachMtlsSetup()
638 memset(mtls, 0, sizeof(MTLaunchStructForEach)); in forEachMtlsSetup()
754 MTLaunchStructForEach mtls; in invokeForEach()
779 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
DrsCpuScriptGroup2.cpp172 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl()
646 MTLaunchStructForEach mtls; in run()
681 MTLaunchStructForEach mtls; in run()
DrsCpuScriptGroup.cpp204 MTLaunchStructForEach mtls; in execute()