HomeSort by relevance Sort by last modified time
    Searched refs:ForEachFunc_t (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/driver/runtime/
rs_abi_debuginfo.c 11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
12 ForEachFunc_t rsDebugOuterForeachT;
  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures,
158 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; }
213 ForEachFunc_t* mForEachFunctions;
rsCpuCore.h 41 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
87 ForEachFunc_t kernel;
rsCpuIntrinsic.h 83 ForEachFunc_t mRootPtr;
rsCpuExecutable.cpp 394 ForEachFunc_t* forEachFunctions = nullptr;
489 forEachFunctions = new ForEachFunc_t[forEachCount];
516 (ForEachFunc_t) dlsym(sharedObj, tmpName);
rsCpuCore.cpp 395 ForEachFunc_t fn = mtls->kernel;
422 ForEachFunc_t fn = mtls->kernel;
447 ForEachFunc_t fn = mtls->kernel;
898 ForEachFunc_t fn = mtls->kernel;
    [all...]
rsCpuScriptGroup2.cpp 658 mtls.kernel = (ForEachFunc_t)mFunc;

Completed in 100 milliseconds