Searched refs:MTLaunchStructForEach (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 96 MTLaunchStructForEach mtls; in invokeForEach() 115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup()
|
D | rsCpuScript.h | 90 const RsScriptCall *sc, MTLaunchStructForEach *mtls); 92 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls);
|
D | rsCpuCore.h | 83 struct MTLaunchStructForEach : public MTLaunchStructCommon { struct 168 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
|
D | rsCpuCore.cpp | 330 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()
|
D | rsCpuIntrinsic.h | 57 void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
|
D | rsCpuScript.cpp | 631 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()
|
D | rsCpuScriptGroup2.cpp | 172 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() 646 MTLaunchStructForEach mtls; in run() 681 MTLaunchStructForEach mtls; in run()
|
D | rsCpuScriptGroup.cpp | 204 MTLaunchStructForEach mtls; in execute()
|