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

/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp136 std::vector<int> activeVarIndices; member in struct:deqp::gles31::bb::BlockLayoutEntry
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[
[all...]

Completed in 84 milliseconds