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.cpp1884 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData() local
1886 if (resVarNdx >= 0) in compareData()
1888 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1816 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData() local
1818 if (resVarNdx >= 0) in compareData()
1820 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()