Home
last modified time | relevance | path

Searched refs:MTLaunchStruct (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp168 MTLaunchStruct *mtls = (MTLaunchStruct *)data; in launchThreads()
347 MTLaunchStruct *mtls = (MTLaunchStruct *)usr; in wc_xy()
377 MTLaunchStruct *mtls = (MTLaunchStruct *)usr; in wc_x()
403 const RsScriptCall *sc, MTLaunchStruct *mtls) { in launchThreads()
DrsCpuIntrinsic.cpp93 MTLaunchStruct mtls; in invokeForEach()
110 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { in forEachKernelSetup()
DrsCpuCore.h73 } MTLaunchStruct; typedef
98 const RsScriptCall *sc, MTLaunchStruct *mtls);
DrsCpuScript.h85 const RsScriptCall *sc, MTLaunchStruct *mtls);
86 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
DrsCpuIntrinsic.h39 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
DrsCpuScript.cpp746 MTLaunchStruct *mtls) { in forEachMtlsSetup()
748 memset(mtls, 0, sizeof(MTLaunchStruct)); in forEachMtlsSetup()
850 MTLaunchStruct mtls; in invokeForEach()
859 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { in forEachKernelSetup()
DrsCpuScriptGroup.cpp193 MTLaunchStruct mtls; in execute()