Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1864 …yout, const vector<BlockDataPtr>& refBlockPointers, const BufferLayout& resLayout, const vector<Bl… in compareData() argument
1873 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1884 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()
1888 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1796 …yout, const vector<BlockDataPtr>& refBlockPointers, const BufferLayout& resLayout, const vector<Bl… in compareData() argument
1805 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1816 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()
1820 const BufferVarLayoutEntry& resEntry = resLayout.bufferVars[resVarNdx]; in compareData()