Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp208 std::vector<BufferVarLayoutEntry> bufferVars; member in deqp::gles31::bb::BufferLayout
218 for (int ndx = 0; ndx < (int)bufferVars.size(); ndx++) in getVariableIndex()
220 if (bufferVars[ndx].name == name) in getVariableIndex()
515 layout.bufferVars.push_back(entry); in computeReferenceLayout()
540 layout.bufferVars.push_back(entry); in computeReferenceLayout()
565 layout.bufferVars.push_back(entry); in computeReferenceLayout()
624 layout.bufferVars.push_back(entry); in computeReferenceLayout()
653 layout.bufferVars.push_back(entry); in computeReferenceLayout()
668 const int firstChildNdx = (int)layout.bufferVars.size(); in computeReferenceLayout()
671 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp167 for (int ndx = 0; ndx < (int)bufferVars.size(); ndx++) in getVariableIndex()
169 if (bufferVars[ndx].name == name) in getVariableIndex()
430 layout.bufferVars.push_back(entry); in computeReferenceLayout()
455 layout.bufferVars.push_back(entry); in computeReferenceLayout()
480 layout.bufferVars.push_back(entry); in computeReferenceLayout()
539 layout.bufferVars.push_back(entry); in computeReferenceLayout()
568 layout.bufferVars.push_back(entry); in computeReferenceLayout()
583 const int firstChildNdx = (int)layout.bufferVars.size(); in computeReferenceLayout()
586 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout()
588 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout()
[all …]
DvktSSBOLayoutCase.hpp173 std::vector<BufferVarLayoutEntry> bufferVars; member in vkt::ssbo::BufferLayout