Lines Matching refs:activeVarIndices

136 	std::vector<int>	activeVarIndices;
143 << ", activeVarIndices = [";
145 for (vector<int>::const_iterator i = entry.activeVarIndices.begin(); i != entry.activeVarIndices.end(); i++)
147 if (i != entry.activeVarIndices.begin())
721 blockEntry.activeVarIndices.push_back(varNdx);
792 const int numEntries = (int)layout.blocks[blockNdx].activeVarIndices.size();
796 const int varNdx = blockLayout.activeVarIndices[entryNdx];
1377 entry.activeVarIndices.resize(numBlockVars);
1378 gl.getProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, 1, &queryArg, numBlockVars, &retLength, &entry.activeVarIndices[0]);
1536 // \note Src layout is used as reference in case of activeVarIndices happens to be incorrect in dstLayout blocks.
1551 for (vector<int>::const_iterator srcVarNdxIter = srcBlock.activeVarIndices.begin(); srcVarNdxIter != srcBlock.activeVarIndices.end(); srcVarNdxIter++)
1799 for (vector<int>::const_iterator refVarNdxIter = refBlock.activeVarIndices.begin(); refVarNdxIter != refBlock.activeVarIndices.end(); refVarNdxIter++)
1829 for (vector<int>::const_iterator varNdx = entry.activeVarIndices.begin(); varNdx != entry.activeVarIndices.end(); ++varNdx)
1840 for (vector<int>::const_iterator varNdx = entry.activeVarIndices.begin(); varNdx != entry.activeVarIndices.end(); ++varNdx)
2308 // \todo [2012-01-24 pyry] Verify that activeVarIndices is correct.
2310 if (refBlockLayout.activeVarIndices.size() != cmpBlockLayout.activeVarIndices.size())
2313 << "' (expected " << refBlockLayout.activeVarIndices.size()
2314 << ", got " << cmpBlockLayout.activeVarIndices.size()
2319 for (vector<int>::const_iterator ndxIter = refBlockLayout.activeVarIndices.begin(); ndxIter != refBlockLayout.activeVarIndices.end(); ndxIter++)
2384 if (refBlockLayout.activeVarIndices.size() != cmpBlockLayout.activeVarIndices.size())
2387 << "' (expected " << refBlockLayout.activeVarIndices.size()
2388 << ", got " << cmpBlockLayout.activeVarIndices.size()
2393 for (vector<int>::const_iterator ndxIter = refBlockLayout.activeVarIndices.begin(); ndxIter != refBlockLayout.activeVarIndices.end(); ndxIter++)
2451 for (vector<int>::const_iterator ndxIter = cmpBlockLayout.activeVarIndices.begin(); ndxIter != cmpBlockLayout.activeVarIndices.end(); ndxIter++)
2516 for (vector<int>::const_iterator varNdxIter = block.activeVarIndices.begin(); varNdxIter != block.activeVarIndices.end(); varNdxIter++)