Home
last modified time | relevance | path

Searched refs:mGlobals (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsClosure.cpp82 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]); in Closure()
122 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]); in Closure()
149 mGlobals[fieldID] = make_pair(value, size); in setGlobal()
DrsClosure.h67 Map<const ScriptFieldID*, Pair<int64_t, int>> mGlobals; variable
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp585 for (const auto& p : closure->mGlobals) { in setGlobalsForBatch()