Home
last modified time | relevance | path

Searched refs:resVarNdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1580 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData() local
1582 if (resVarNdx >= 0) in compareData()
1584 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1802 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData() local
1804 if (resVarNdx >= 0) in compareData()
1806 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()