Lines Matching refs:bufferVars
208 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()
673 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout()
674 layout.bufferVars[childNdx].topLevelArrayStride = stride; in computeReferenceLayout()
697 int firstVarNdx = (int)layout.bufferVars.size(); in computeReferenceLayout()
705 int varIndicesEnd = (int)layout.bufferVars.size(); in computeReferenceLayout()
797 const BufferVarLayoutEntry& varEntry = layout.bufferVars[varNdx]; in generateValues()
1154 const BufferVarLayoutEntry& varLayout = bufferLayout.bufferVars[varNdx]; in generateCompareSrc()
1238 const BufferVarLayoutEntry& varLayout = bufferLayout.bufferVars[varNdx]; in generateWriteSrc()
1420 layout.bufferVars.resize(numActiveBufferVars); in getGLBufferLayout()
1423 BufferVarLayoutEntry& entry = layout.bufferVars[bufVarNdx]; in getGLBufferLayout()
1567 const BufferVarLayoutEntry& srcEntry = srcLayout.bufferVars[*srcVarNdxIter]; in copyData()
1571 copyBufferVarData(dstLayout.bufferVars[dstVarNdx], dstBlockPtr, srcEntry, srcBlockPtr); in copyData()
1611 const BufferVarLayoutEntry& varLayout = layout.bufferVars[varNdx]; in copyNonWrittenData()
1815 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[*refVarNdxIter]; in compareData()
1820 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()
1845 if (isUnsizedArray(layout.bufferVars[*varNdx])) in hasUnsizedArray()
1856 const BufferVarLayoutEntry& varEntry = layout.bufferVars[*varNdx]; in getUnsizedArrayStride()
2148 for (int varNdx = 0; varNdx < (int)glLayout.bufferVars.size(); varNdx++) in iterate()
2149 log << TestLog::Message << varNdx << ": " << glLayout.bufferVars[varNdx] << TestLog::EndMessage; in iterate()
2335 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[*ndxIter]; in compareStdBlocks()
2345 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[cmpEntryNdx]; in compareStdBlocks()
2409 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[*ndxIter]; in compareSharedBlocks()
2419 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[cmpEntryNdx]; in compareSharedBlocks()
2467 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[*ndxIter]; in compareTypes()
2477 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[refEntryNdx]; in compareTypes()
2509 int numVars = (int)layout.bufferVars.size(); in checkLayoutIndices()
2516 const BufferVarLayoutEntry& bufVar = layout.bufferVars[varNdx]; in checkLayoutIndices()
2546 const int numVars = (int)layout.bufferVars.size(); in checkLayoutBounds()
2551 const BufferVarLayoutEntry& var = layout.bufferVars[varNdx]; in checkLayoutBounds()