Searched defs:forEachCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.h69 size_t forEachCount,
81 mForEachCount(forEachCount),
65 ScriptExecutable(void** fieldAddress, bool* fieldIsObject, const char* const * fieldName, size_t varCount, InvokeFunc_t* invokeFunctions, size_t funcCount, ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, size_t forEachCount, ReduceDescription *reduceDescriptions, size_t reduceCount, const char** pragmaKeys, const char** pragmaValues, size_t pragmaCount, const char **globalNames, const void **globalAddresses, const size_t *globalSizes, const uint32_t *globalProperties, size_t globalEntries, bool isThreadable, uint32_t buildChecksum) argument
H A DrsCpuExecutable.cpp311 size_t forEachCount = 0; local
412 if (sscanf(line, EXPORT_FOREACH_STR "%zu", &forEachCount) != 1) {
417 forEachFunctions = new ForEachFunc_t[forEachCount];
422 forEachSignatures = new uint32_t[forEachCount];
427 for (size_t i = 0; i < forEachCount; ++i) {
690 forEachFunctions, forEachSignatures, forEachCount,

Completed in 72 milliseconds