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.h82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures,
158 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; }
213 ForEachFunc_t* mForEachFunctions;
H A DrsCpuCore.h41 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride); typedef in namespace:android::renderscript
87 ForEachFunc_t kernel;
H A DrsCpuIntrinsic.h83 ForEachFunc_t mRootPtr;
H A DrsCpuExecutable.cpp390 ForEachFunc_t* forEachFunctions = nullptr;
485 forEachFunctions = new ForEachFunc_t[forEachCount];
512 (ForEachFunc_t) dlsym(sharedObj, tmpName);
H A DrsCpuCore.cpp395 ForEachFunc_t fn = mtls->kernel;
422 ForEachFunc_t fn = mtls->kernel;
447 ForEachFunc_t fn = mtls->kernel;
898 ForEachFunc_t fn = mtls->kernel;
H A DrsCpuScriptGroup2.cpp658 mtls.kernel = (ForEachFunc_t)mFunc;

Completed in 52 milliseconds