Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp136 std::vector<int> activeVarIndices; member
145 …for (vector<int>::const_iterator i = entry.activeVarIndices.begin(); i != entry.activeVarIndices.e… in operator <<()
147 if (i != entry.activeVarIndices.begin()) in operator <<()
721 blockEntry.activeVarIndices.push_back(varNdx); in computeReferenceLayout()
792 const int numEntries = (int)layout.blocks[blockNdx].activeVarIndices.size(); in generateValues()
796 const int varNdx = blockLayout.activeVarIndices[entryNdx]; in generateValues()
1377 entry.activeVarIndices.resize(numBlockVars); in getGLBufferLayout()
1378 …AGE_BLOCK, (deUint32)blockNdx, 1, &queryArg, numBlockVars, &retLength, &entry.activeVarIndices[0]); in getGLBufferLayout()
1551 …::const_iterator srcVarNdxIter = srcBlock.activeVarIndices.begin(); srcVarNdxIter != srcBlock.acti… in copyData()
1799 …::const_iterator refVarNdxIter = refBlock.activeVarIndices.begin(); refVarNdxIter != refBlock.acti… in compareData()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp128 …for (vector<int>::const_iterator i = entry.activeVarIndices.begin(); i != entry.activeVarIndices.e… in operator <<()
130 if (i != entry.activeVarIndices.begin()) in operator <<()
692 blockEntry.activeVarIndices.push_back(varNdx); in computeReferenceLayout()
763 const int numEntries = (int)layout.blocks[blockNdx].activeVarIndices.size(); in generateValues()
767 const int varNdx = blockLayout.activeVarIndices[entryNdx]; in generateValues()
1456 …::const_iterator srcVarNdxIter = srcBlock.activeVarIndices.begin(); srcVarNdxIter != srcBlock.acti… in copyData()
1704 …::const_iterator refVarNdxIter = refBlock.activeVarIndices.begin(); refVarNdxIter != refBlock.acti… in compareData()
1734 …or (vector<int>::const_iterator varNdx = entry.activeVarIndices.begin(); varNdx != entry.activeVar… in hasUnsizedArray()
1745 …or (vector<int>::const_iterator varNdx = entry.activeVarIndices.begin(); varNdx != entry.activeVar… in getUnsizedArrayStride()
DvktSSBOLayoutCase.hpp178 std::vector<int> activeVarIndices; member