Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_abi_debuginfo.c11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2… typedef
12 ForEachFunc_t rsDebugOuterForeachT;
/frameworks/rs/cpu_ref/
DrsCpuExecutable.h82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable()
158 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; } in getForEachFunction()
213 ForEachFunc_t* mForEachFunctions;
DrsCpuCore.h41 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint3… typedef
87 ForEachFunc_t kernel;
DrsCpuIntrinsic.h83 ForEachFunc_t mRootPtr;
DrsCpuExecutable.cpp435 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject()
530 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()
557 (ForEachFunc_t) dlsym(sharedObj, tmpName); in createFromSharedObject()
DrsCpuCore.cpp395 ForEachFunc_t fn = mtls->kernel; in walk_general_foreach()
422 ForEachFunc_t fn = mtls->kernel; in walk_2d_foreach()
447 ForEachFunc_t fn = mtls->kernel; in walk_1d_foreach()
898 ForEachFunc_t fn = mtls->kernel; in launchForEach()
DrsCpuScriptGroup2.cpp658 mtls.kernel = (ForEachFunc_t)mFunc; in run()