Searched refs:ct2 (Results 1 – 8 of 8) sorted by relevance
97 int ct2; in printStructures() local110 for (ct2=0; ct2 < api->paramCount; ct2++) { in printStructures()112 printVarTypeAndName(f, &api->params[ct2]); in printStructures()196 int ct2; in printApiCpp() local228 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()229 const VarType *vt = &api->params[ct2]; in printApiCpp()230 if (ct2 > 0 || !api->nocontext) { in printApiCpp()242 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()243 const VarType *vt = &api->params[ct2]; in printApiCpp()244 if (ct2 > 0 || !api->nocontext) { in printApiCpp()[all …]
64 for (size_t ct2=0; ct2 < n->mKernels.size(); ct2++) { in findNode() local65 if (n->mKernels[ct2]->mScript == s) { in findNode()147 for (size_t ct2=0; ct2 < mNodes.size(); ct2++) { in calcOrder() local148 mNodes[ct2]->mSeen = false; in calcOrder()160 for (size_t ct2=0; ct2 < n->mOutputs.size(); ct2++) { in calcOrder() local161 if (n->mOutputs[ct2]->mSource.get() == k) { in calcOrder()174 for (size_t ct2=0; ct2 < n->mInputs.size(); ct2++) { in calcOrder() local175 if (n->mInputs[ct2]->mDstKernel.get() == k) { in calcOrder()229 for (size_t ct2=0; ct2 < n->mOutputs.size(); ct2++) { in create() local230 Link *l = n->mOutputs[ct2]; in create()[all …]
59 for (int ct2 = 0; ct2 < 3; ct2++) {60 fp.addI8(v.innerTwo3[ct2].z);62 fp.addI32(v.innerTwo3[ct2].innerOne.x);63 fp.addI32(v.innerTwo3[ct2].innerOne.y);64 fp.addF32(v.innerTwo3[ct2].innerOne.f);67 for (int ct2 = 0; ct2 < 2; ct2++) {68 fp.addI8(v.innerTwo2[ct2].z);70 fp.addI32(v.innerTwo2[ct2].innerOne.x);71 fp.addI32(v.innerTwo2[ct2].innerOne.y);72 fp.addF32(v.innerTwo2[ct2].innerOne.f);[all …]
151 for (int ct2 = 0; ct2 < 3; ct2++) {152 fp.addI8(i.innerTwo3[ct2].z);154 fp.addI32(i.innerTwo3[ct2].innerOne.x);155 fp.addI32(i.innerTwo3[ct2].innerOne.y);156 fp.addF32(i.innerTwo3[ct2].innerOne.f);159 for (int ct2 = 0; ct2 < 2; ct2++) {160 fp.addI8(i.innerTwo2[ct2].z);162 fp.addI32(i.innerTwo2[ct2].innerOne.x);163 fp.addI32(i.innerTwo2[ct2].innerOne.y);164 fp.addF32(i.innerTwo2[ct2].innerOne.f);[all …]
143 for (size_t ct2=0; ct2 < n->mInputs.size(); ct2++) { in execute() local144 if (n->mInputs[ct2]->mDstField.get() && n->mInputs[ct2]->mDstField->mScript) { in execute()146 s->setVarObj(n->mInputs[ct2]->mDstField->mSlot, n->mInputs[ct2]->mAlloc.get()); in execute()150 for (size_t ct2=0; ct2 < n->mKernels.size(); ct2++) { in execute() local151 const ScriptKernelID *k = n->mKernels[ct2]; in execute()
537 for (int ct2=0; ct2 < n.mOutputs.size(); ct2++) { in execute()538 ConnectLine l = n.mOutputs.get(ct2); in execute()549 for (int ct3=ct2+1; ct3 < n.mOutputs.size(); ct3++) { in execute()716 for (int ct2=0; ct2 < n.mKernels.size(); ct2++) { in findNode()717 if (k == n.mKernels.get(ct2)) { in findNode()899 for (int ct2=0; ct2 < n.mKernels.size(); ct2++) { in create()900 final Script.KernelID kid = n.mKernels.get(ct2); in create()
651 for (int ct2=0; ct2 < n.mKernels.size(); ct2++) { in findNode()652 if (k == n.mKernels.get(ct2)) { in findNode()787 for (int ct2=0; ct2 < n.mKernels.size(); ct2++) { in create()788 final Script.KernelID kid = n.mKernels.get(ct2); in create()
2180 ChooserTarget ct2 = other.getChooserTarget();2184 if (ct1 == null || ct2 == null) return false;2186 if (ct1.getComponentName().equals(ct2.getComponentName())