Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp210 int getVariableIndex (const string& name) const;
216 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in deqp::gles31::bb::BufferLayout
1150 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()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp187 int getVariableIndex (const std::string& name) const;
DvktSSBOLayoutCase.cpp162 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in vkt::ssbo::BufferLayout
1178 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()