Home | History | Annotate | Download | only in layers

Lines Matching defs:cbs

587             // TODO: keep track of all destroyed CBs so we know if this is a stale or simply invalid object
4764 for (auto cb : submission.cbs) {
4893 // Track in-use for resources off of primary and any secondary CBs
5021 std::vector<VkCommandBuffer> cbs;
5027 cbs.push_back(submit->pCommandBuffers[i]);
5029 cbs.push_back(secondaryCmdBuffer);
5051 pQueue->submissions.emplace_back(cbs, semaphore_waits, semaphore_signals,
5318 // When we know that all fences are complete we can clean/remove their CBs
5326 // vkGetFenceStatus() at which point we'll clean/remove their CBs if complete.
6269 // Reset all of the CBs allocated from this pool