Searched refs:QueryPoolSp (Results 1 – 2 of 2) sorted by relevance
127 typedef de::SharedPtr<Unique<VkQueryPool>> QueryPoolSp; typedef282 std::vector<QueryPoolSp>::iterator begin, in createQueryPools()283 std::vector<QueryPoolSp>::iterator end) in createQueryPools()285 for (std::vector<QueryPoolSp>::iterator it = begin; it != end; ++it) in createQueryPools()296 *it = QueryPoolSp(new Unique<VkQueryPool>(createQueryPool(vkd, device, &queryPoolCI))); in createQueryPools()1478 std::vector<QueryPoolSp> queryPools(VERIFYMAXVALUES_OBJECT_COUNT); in performTest()
127 typedef de::SharedPtr<Unique<VkQueryPool>> QueryPoolSp; typedef282 std::vector<QueryPoolSp>::iterator begin, in createQueryPools()283 std::vector<QueryPoolSp>::iterator end) in createQueryPools()285 for (std::vector<QueryPoolSp>::iterator it = begin; it != end; ++it) in createQueryPools()296 *it = QueryPoolSp(new Unique<VkQueryPool>(createQueryPool(vkd, device, &queryPoolCI))); in createQueryPools()1477 std::vector<QueryPoolSp> queryPools(VERIFYMAXVALUES_OBJECT_COUNT); in performTest()