Home
last modified time | relevance | path

Searched refs:buffersToUnmap (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1642 std::vector<Buffer *> buffersToUnmap; in allStages() local
1647 buffersToUnmap.push_back(inputBuffers[ndx]->getAsBuffer()); in allStages()
1658 buffersToUnmap.push_back(inputBuffers[index]->getAsBuffer()); in allStages()
1666 while( !buffersToUnmap.empty() ) in allStages()
1668 Buffer * buf = buffersToUnmap.back(); in allStages()
1670 buffersToUnmap.pop_back(); in allStages()
1676 std::vector<Buffer *> buffersToUnmap; in allStages() local
1687 buffersToUnmap.push_back(inputBuffers[index]->getAsBuffer()); in allStages()
1696 while( !buffersToUnmap.empty() ) in allStages()
1698 Buffer * buf = buffersToUnmap in allStages()
[all...]

Completed in 3 milliseconds