Home | History | Annotate | Download | only in tests

Lines Matching refs:CommandPool

65 class CommandPool;
658 class CommandPool : public internal::NonDispHandle<VkCommandPool> {
660 ~CommandPool();
662 explicit CommandPool() : NonDispHandle() {}
663 explicit CommandPool(const Device &dev,
674 CommandPool::create_info(uint32_t queue_family_index) {
1003 info.commandPool = pool;