Lines Matching refs:query_pool
1108 VkQueryPool query_pool; in TEST_F() local
1113 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F()
1117 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0, 1); in TEST_F()
1123 vkDestroyQueryPool(m_device->device(), query_pool, NULL); in TEST_F()
1468 VkQueryPool query_pool; in TEST_F() local
1471 vkCreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F()
1495 VkQueryPool query_pool; in TEST_F() local
1500 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
1502 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0 /*startQuery*/, 1 /*queryCount*/); in TEST_F()
1503 vkCmdBeginQuery(m_commandBuffer->handle(), query_pool, 0, 0); in TEST_F()
1508 vkDestroyQueryPool(m_device->device(), query_pool, nullptr); in TEST_F()
1537 VkQueryPool query_pool; in TEST_F() local
1542 vkCreateQueryPool(m_device->handle(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
1544 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0, 1); in TEST_F()
1545 vkCmdBeginQuery(m_commandBuffer->handle(), query_pool, 0, VK_QUERY_CONTROL_PRECISE_BIT); in TEST_F()
1549 vkDestroyQueryPool(m_device->handle(), query_pool, nullptr); in TEST_F()
1586 VkQueryPool query_pool; in TEST_F() local
1591 vkCreateQueryPool(test_device.handle(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
1593 vkCmdResetQueryPool(cmd_buffer, query_pool, 0, 1); in TEST_F()
1594 vkCmdBeginQuery(cmd_buffer, query_pool, 0, VK_QUERY_CONTROL_PRECISE_BIT); in TEST_F()
1598 vkDestroyQueryPool(test_device.handle(), query_pool, nullptr); in TEST_F()
1940 VkQueryPool query_pool; in TEST_F() local
1945 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
1948 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0, 1); in TEST_F()
1949 … vkCmdWriteTimestamp(m_commandBuffer->handle(), VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, query_pool, 0); in TEST_F()
1964 …vkGetQueryPoolResults(m_device->handle(), query_pool, 0, 1, sizeof(data_space), &data_space, sizeo… in TEST_F()
1969 vkDestroyQueryPool(m_device->handle(), query_pool, NULL); in TEST_F()
1978 VkQueryPool query_pool; in TEST_F() local
1983 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
1987 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0, 1); in TEST_F()
1988 … vkCmdWriteTimestamp(m_commandBuffer->handle(), VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, query_pool, 0); in TEST_F()
1999 vkDestroyQueryPool(m_device->handle(), query_pool, NULL); in TEST_F()
2006 vkDestroyQueryPool(m_device->handle(), query_pool, NULL); in TEST_F()
2453 VkQueryPool query_pool; in TEST_F() local
2458 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
2461 fpvkResetQueryPoolEXT(m_device->device(), query_pool, 0, 1); in TEST_F()
2464 vkDestroyQueryPool(m_device->device(), query_pool, nullptr); in TEST_F()
2498 VkQueryPool query_pool; in TEST_F() local
2503 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
2506 fpvkResetQueryPoolEXT(m_device->device(), query_pool, 1, 0); in TEST_F()
2509 vkDestroyQueryPool(m_device->device(), query_pool, nullptr); in TEST_F()
2543 VkQueryPool query_pool; in TEST_F() local
2548 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
2551 fpvkResetQueryPoolEXT(m_device->device(), query_pool, 0, 2); in TEST_F()
2554 vkDestroyQueryPool(m_device->device(), query_pool, nullptr); in TEST_F()
2589 VkQueryPool query_pool; in TEST_F() local
2594 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
2595 vkDestroyQueryPool(m_device->device(), query_pool, nullptr); in TEST_F()
2599 fpvkResetQueryPoolEXT(m_device->device(), query_pool, 0, 1); in TEST_F()
2634 VkQueryPool query_pool; in TEST_F() local
2639 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
2659 fpvkResetQueryPoolEXT(second_device, query_pool, 0, 1); in TEST_F()
2662 vkDestroyQueryPool(m_device->device(), query_pool, nullptr); in TEST_F()
4030 VkQueryPool query_pool; in TEST_F() local
4035 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
4038 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0, 1); in TEST_F()
4039 … vkCmdWriteTimestamp(m_commandBuffer->handle(), VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, query_pool, 0); in TEST_F()
4051 …vkGetQueryPoolResults(m_device->handle(), query_pool, 0, 1, sizeof(data_space), &data_space, 1, VK… in TEST_F()
4055 vkGetQueryPoolResults(m_device->handle(), query_pool, 0, 1, sizeof(data_space), &data_space, 1, in TEST_F()
4061 …vkGetQueryPoolResults(m_device->handle(), query_pool, 0, 1, sizeof(data_space4), &data_space4, 4, … in TEST_F()
4066 … vkGetQueryPoolResults(m_device->handle(), query_pool, 0, 1, sizeof(data_space8), &data_space8, 8, in TEST_F()
4084 … vkCmdCopyQueryPoolResults(m_commandBuffer->handle(), query_pool, 0, 1, buffer.handle(), 1, 1, 0); in TEST_F()
4088 …vkCmdCopyQueryPoolResults(m_commandBuffer->handle(), query_pool, 0, 1, buffer.handle(), 1, 1, VK_Q… in TEST_F()
4092 … vkCmdCopyQueryPoolResults(m_commandBuffer->handle(), query_pool, 0, 1, buffer.handle(), 4, 4, 0); in TEST_F()
4096 …vkCmdCopyQueryPoolResults(m_commandBuffer->handle(), query_pool, 0, 1, buffer.handle(), 8, 8, VK_Q… in TEST_F()
4132 vkDestroyQueryPool(m_device->handle(), query_pool, NULL); in TEST_F()