Searched refs:getVariableIndex (Results 1 – 3 of 3) sorted by relevance
210 int getVariableIndex (const string& name) const;216 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in deqp::gles31::bb::BufferLayout1150 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()1234 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()1554 int dstVarNdx = dstLayout.getVariableIndex(srcEntry.name.c_str()); in copyData()1593 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()1802 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()2322 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareStdBlocks()2396 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareSharedBlocks()2454 int refEntryNdx = refLayout.getVariableIndex(cmpEntry.name.c_str()); in compareTypes()
187 int getVariableIndex (const std::string& name) const;
162 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in vkt::ssbo::BufferLayout1178 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()1272 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()1459 int dstVarNdx = dstLayout.getVariableIndex(srcEntry.name.c_str()); in copyData()1498 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()1707 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()