Searched refs:getVariableIndex (Results 1 – 3 of 3) sorted by relevance
175 int getVariableIndex (const std::string& name) const;
165 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in vkt::ssbo::BufferLayout1065 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()1149 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()1332 int dstVarNdx = dstLayout.getVariableIndex(srcEntry.name.c_str()); in copyData()1371 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()1580 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()
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()