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

/frameworks/rs/driver/runtime/
H A Drs_abi_debuginfo.c11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride); typedef
12 ForEachFunc_t rsDebugOuterForeachT;
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.h68 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures,
144 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; }
199 ForEachFunc_t* mForEachFunctions;
H A DrsCpuCore.h39 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride); typedef in namespace:android::renderscript
85 ForEachFunc_t kernel;
H A DrsCpuIntrinsic.h68 ForEachFunc_t mRootPtr;
H A DrsCpuExecutable.cpp321 ForEachFunc_t* forEachFunctions = nullptr;
417 forEachFunctions = new ForEachFunc_t[forEachCount];
444 (ForEachFunc_t) dlsym(sharedObj, tmpName);
H A DrsCpuCore.cpp397 ForEachFunc_t fn = mtls->kernel;
424 ForEachFunc_t fn = mtls->kernel;
449 ForEachFunc_t fn = mtls->kernel;
900 ForEachFunc_t fn = mtls->kernel;
H A DrsCpuScriptGroup2.cpp598 mtls.kernel = (ForEachFunc_t)mFunc;

Completed in 79 milliseconds