Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp175 int getVariableIndex (const std::string& name) const;
DvktSSBOLayoutCase.cpp165 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in vkt::ssbo::BufferLayout
1065 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()
/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()