Home
last modified time | relevance | path

Searched refs:QueryPoolSp (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp127 typedef de::SharedPtr<Unique<VkQueryPool>> QueryPoolSp; typedef
282 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktDeviceObjectReservationTests.cpp127 typedef de::SharedPtr<Unique<VkQueryPool>> QueryPoolSp; typedef
282 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()