Searched refs:toFlush (Results 1 – 2 of 2) sorted by relevance
5817 std::vector<VkCommandBuffer> toFlush; in flushStagingStreams() local5820 toFlush.push_back(getCommandBuffer(pSubmits[i], j)); in flushStagingStreams()5825 collectAllPendingDescriptorSetsBottomUp(toFlush, pendingSets); in flushStagingStreams()5828 flushCommandBufferPendingCommandsBottomUp(context, queue, toFlush); in flushStagingStreams()5830 for (auto cb : toFlush) { in flushStagingStreams()
3237 const VkMappedMemoryRange toFlush = { in updateBufferFromBytes() local3244 VK_CHECK(vk->vkFlushMappedMemoryRanges(sVkEmulation->device, 1, &toFlush)); in updateBufferFromBytes()