Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp1561 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareStd140Blocks() local
1565 if (refBlockLayout.activeUniformIndices.size() != cmpBlockLayout.activeUniformIndices.size()) in compareStd140Blocks()
1569 << cmpBlockLayout.activeUniformIndices.size() << ")" << TestLog::EndMessage; in compareStd140Blocks()
1643 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareSharedBlocks() local
1645 if (refBlockLayout.activeUniformIndices.size() != cmpBlockLayout.activeUniformIndices.size()) in compareSharedBlocks()
1649 << cmpBlockLayout.activeUniformIndices.size() << ")" << TestLog::EndMessage; in compareSharedBlocks()
1709 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareTypes() local
1711 for (vector<int>::const_iterator ndxIter = cmpBlockLayout.activeUniformIndices.begin(); in compareTypes()
1712 ndxIter != cmpBlockLayout.activeUniformIndices.end(); ndxIter++) in compareTypes()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp1611 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareStd140Blocks() local
1615 if (refBlockLayout.activeUniformIndices.size() != cmpBlockLayout.activeUniformIndices.size()) in compareStd140Blocks()
1619 << ", got " << cmpBlockLayout.activeUniformIndices.size() in compareStd140Blocks()
1690 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareSharedBlocks() local
1692 if (refBlockLayout.activeUniformIndices.size() != cmpBlockLayout.activeUniformIndices.size()) in compareSharedBlocks()
1696 << ", got " << cmpBlockLayout.activeUniformIndices.size() in compareSharedBlocks()
1756 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareTypes() local
1758 …r (vector<int>::const_iterator ndxIter = cmpBlockLayout.activeUniformIndices.begin(); ndxIter != c… in compareTypes()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp2315 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareStdBlocks() local
2319 if (refBlockLayout.activeVarIndices.size() != cmpBlockLayout.activeVarIndices.size()) in compareStdBlocks()
2323 << ", got " << cmpBlockLayout.activeVarIndices.size() in compareStdBlocks()
2391 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareSharedBlocks() local
2393 if (refBlockLayout.activeVarIndices.size() != cmpBlockLayout.activeVarIndices.size()) in compareSharedBlocks()
2397 << ", got " << cmpBlockLayout.activeVarIndices.size() in compareSharedBlocks()
2458 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx]; in compareTypes() local
2460 …for (vector<int>::const_iterator ndxIter = cmpBlockLayout.activeVarIndices.begin(); ndxIter != cmp… in compareTypes()