Searched refs:activeVarIndices (Results 1 - 3 of 3) 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...]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp166 std::vector<int> activeVarIndices; member in struct:vkt::ssbo::BlockLayoutEntry
H A DvktSSBOLayoutCase.cpp129 << ", activeVarIndices = [";
131 for (vector<int>::const_iterator i = entry.activeVarIndices.begin(); i != entry.activeVarIndices.end(); i++)
133 if (i != entry.activeVarIndices.begin())
636 blockEntry.activeVarIndices.push_back(varNdx);
707 const int numEntries = (int)layout.blocks[blockNdx].activeVarIndices.size();
711 const int varNdx = blockLayout.activeVarIndices[entryNdx];
1314 // \note Src layout is used as reference in case of activeVarIndices happens to be incorrect in dstLayout blocks.
1329 for (vector<int>::const_iterator srcVarNdxIter = srcBlock.activeVarIndices.begin(); srcVarNdxIter != srcBlock.activeVarIndices
[all...]

Completed in 71 milliseconds