Searched refs:ForEachFunc_t (Results 1 – 7 of 7) sorted by relevance
11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2… typedef12 ForEachFunc_t rsDebugOuterForeachT;
82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable()158 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; } in getForEachFunction()213 ForEachFunc_t* mForEachFunctions;
41 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint3… typedef87 ForEachFunc_t kernel;
83 ForEachFunc_t mRootPtr;
435 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject()530 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()557 (ForEachFunc_t) dlsym(sharedObj, tmpName); in createFromSharedObject()
395 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()
658 mtls.kernel = (ForEachFunc_t)mFunc; in run()