Searched refs:mSG (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp29 mSG = sg;
119 for (size_t ct=0; ct < mSG->mNodes.size(); ct++) {
120 ScriptGroup::Node *n = mSG->mNodes[ct];
151 for (size_t ct3=0; ct3 < mSG->mInputs.size(); ct3++) {
152 if (mSG->mInputs[ct3]->mKernel == k) {
153 ain = mSG->mInputs[ct3]->mAlloc.get();
170 for (size_t ct3=0; ct3 < mSG->mOutputs.size(); ct3++) {
171 if (mSG->mOutputs[ct3]->mKernel == k) {
172 aout = mSG->mOutputs[ct3]->mAlloc.get();
H A DrsCpuScriptGroup.h55 const ScriptGroup *mSG; member in class:android::renderscript::CpuScriptGroupImpl

Completed in 29 milliseconds