Searched refs:CommandPoolSp (Results 1 – 1 of 1) sorted by relevance
138 typedef de::SharedPtr<Unique<VkCommandPool>> CommandPoolSp; typedef773 std::vector<CommandPoolSp>::iterator begin, in createCommandPools()774 std::vector<CommandPoolSp>::iterator end) in createCommandPools()776 for (std::vector<CommandPoolSp>::iterator it = begin; it != end; ++it) in createCommandPools()785 *it = CommandPoolSp(new Unique<VkCommandPool>(createCommandPool(vkd, device, &commandPoolCI))); in createCommandPools()1418 std::vector<CommandPoolSp> commandPools(1u); in performTest()1746 std::vector<CommandPoolSp> commandPools(VERIFYMAXVALUES_OBJECT_COUNT); in performTest()