Home
last modified time | relevance | path

Searched refs:m_queryPool (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp337 vk::VkQueryPool m_queryPool; member in vkt::QueryPool::__anon28352::BasicOcclusionQueryTestInstance
368 VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool)); in BasicOcclusionQueryTestInstance()
382 if (m_queryPool != DE_NULL) in ~BasicOcclusionQueryTestInstance()
387 vk.destroyQueryPool(device, m_queryPool, /*pAllocator*/ DE_NULL); in ~BasicOcclusionQueryTestInstance()
424 vk.cmdResetQueryPool(*cmdBuffer, m_queryPool, 0, NUM_QUERIES_IN_POOL); in iterate()
434 vk.cmdBeginQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_EMPTY, m_testVector.queryControlFlags); in iterate()
435 vk.cmdEndQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_EMPTY); in iterate()
437 vk.cmdBeginQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_DRAWCALL, m_testVector.queryControlFlags); in iterate()
439 vk.cmdEndQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_DRAWCALL); in iterate()
451 vk.resetQueryPool(device, m_queryPool, in iterate()
572 vk::VkQueryPool m_queryPool; global() member in vkt::QueryPool::__anon28352::OcclusionQueryTestInstance
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp337 vk::VkQueryPool m_queryPool; member in vkt::QueryPool::__anon29563::BasicOcclusionQueryTestInstance
368 VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool)); in BasicOcclusionQueryTestInstance()
382 if (m_queryPool != DE_NULL) in ~BasicOcclusionQueryTestInstance()
387 vk.destroyQueryPool(device, m_queryPool, /*pAllocator*/ DE_NULL); in ~BasicOcclusionQueryTestInstance()
424 vk.cmdResetQueryPool(*cmdBuffer, m_queryPool, 0, NUM_QUERIES_IN_POOL); in iterate()
434 vk.cmdBeginQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_EMPTY, m_testVector.queryControlFlags); in iterate()
435 vk.cmdEndQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_EMPTY); in iterate()
437 vk.cmdBeginQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_DRAWCALL, m_testVector.queryControlFlags); in iterate()
439 vk.cmdEndQuery(*cmdBuffer, m_queryPool, QUERY_INDEX_CAPTURE_DRAWCALL); in iterate()
451 vk.resetQueryPool(device, m_queryPool, in iterate()
572 vk::VkQueryPool m_queryPool; global() member in vkt::QueryPool::__anon29563::OcclusionQueryTestInstance
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp500 Move<VkQueryPool> m_queryPool; member in vkt::pipeline::__anon28282::TimestampTestInstance
579 m_queryPool = createQueryPool(vk, m_device, &queryPoolParams);
617 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT);
622 vk.cmdWriteTimestamp(*m_cmdBuffer, stage, *m_queryPool, timestampEntry++);
640 vk.resetQueryPool(m_device, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT);
645 VK_CHECK(vk.getQueryPoolResults(m_device, *m_queryPool, 0u, stageSize, queryDataSize * stageSize, (void*)m_timestampValues, queryDataSize, m_queryResultFlags));
666 vk.resetQueryPool(m_device, *m_queryPool, 0u, stageSize);
668 vk::VkResult res = vk.getQueryPoolResults(m_device, *m_queryPool, 0u, stageSize, sizeof(deUint64) * stageSize * 2, (void*)m_timestampValuesHostQueryReset, sizeof(deUint64) * 2, VK_QUERY_RESULT_64_BIT | VK_QUERY_RESULT_WITH_AVAILABILITY_BIT);
953 Move<VkQueryPool> m_queryPool; member in vkt::pipeline::CalibratedTimestampTestInstance
1074 m_queryPool
2722 Move<VkQueryPool> m_queryPool; global() member in vkt::pipeline::FillBufferBeforeCopyTestInstance
2862 Move<VkQueryPool> m_queryPool; global() member in vkt::pipeline::ResetTimestampQueryBeforeCopyTestInstance
3157 Move<VkQueryPool> m_queryPool; global() member in vkt::pipeline::ConsistentQueryResultsTestInstance
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp514 Move<VkQueryPool> m_queryPool; member in vkt::pipeline::__anon29496::TimestampTestInstance
583 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams);
621 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT);
626 vk.cmdWriteTimestamp(*m_cmdBuffer, stage, *m_queryPool, timestampEntry++);
645 vk.resetQueryPool(vkDevice, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT);
650 vk.getQueryPoolResults(vkDevice, *m_queryPool, 0u, stageSize, queryDataSize * stageSize, (void*)m_timestampValues, queryDataSize, m_queryResultFlags);
671 vk.resetQueryPool(vkDevice, *m_queryPool, 0u, stageSize);
673 vk::VkResult res = vk.getQueryPoolResults(vkDevice, *m_queryPool, 0u, stageSize, sizeof(deUint64) * stageSize * 2, (void*)m_timestampValuesHostQueryReset, sizeof(deUint64) * 2, VK_QUERY_RESULT_64_BIT | VK_QUERY_RESULT_WITH_AVAILABILITY_BIT);
876 Move<VkQueryPool> m_queryPool;
997 m_queryPool
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.cpp321 m_queryPool(VK_NULL_HANDLE),
338 if (m_queryPool == VK_NULL_HANDLE) {
347 return vk.createQueryPool(vkDevCtx.device, &queryPoolCreateInfo, nullptr, &m_queryPool);
354 if (m_queryPool != VK_NULL_HANDLE) {
355 m_vkDevCtx.getDeviceDriver().destroyQueryPool(m_vkDevCtx.device, m_queryPool, nullptr);
356 m_queryPool = VK_NULL_HANDLE;
394 if (m_queryPool != VK_NULL_HANDLE) {
395 m_vkDevCtx.getDeviceDriver().destroyQueryPool(m_vkDevCtx.device, m_queryPool, nullptr);
396 m_queryPool = VK_NULL_HANDLE;
518 VkQueryPool m_queryPool;
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp98 Move<VkQueryPool> m_queryPool; member in vkt::renderpass::__anon28577::DynamicRenderingTestInstance
368 m_queryPool = createQueryPool(vk, device, &queryPoolInfo); in DynamicRenderingTestInstance()
398 vk.cmdResetQueryPool(*cmdBuffers.back(), *m_queryPool, 0, maxQueries); in iterate()
647 vk.cmdBeginQuery(cmdBuffer, *m_queryPool, queryIndex, 0); in iterate()
684 vk.cmdEndQuery(cmdBuffer, *m_queryPool, queryIndex); in iterate()
767 vk.cmdCopyQueryPoolResults(*cmdBuffers.back(), *m_queryPool, 0, queryIndex, m_queryResults->object(), 0, sizeof(deUint32), VK_QUERY_RESULT_WAIT_BIT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp98 Move<VkQueryPool> m_queryPool; member in vkt::renderpass::__anon29757::DynamicRenderingTestInstance
368 m_queryPool = createQueryPool(vk, device, &queryPoolInfo); in DynamicRenderingTestInstance()
398 vk.cmdResetQueryPool(*cmdBuffers.back(), *m_queryPool, 0, maxQueries); in iterate()
647 vk.cmdBeginQuery(cmdBuffer, *m_queryPool, queryIndex, 0); in iterate()
684 vk.cmdEndQuery(cmdBuffer, *m_queryPool, queryIndex); in iterate()
767 vk.cmdCopyQueryPoolResults(*cmdBuffers.back(), *m_queryPool, 0, queryIndex, m_queryResults->object(), 0, sizeof(deUint32), VK_QUERY_RESULT_WAIT_BIT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp3884 , m_queryPool ()
3920 if (numImages && pDecodeProfile && m_queryPool.get() == DE_NULL)
3921 m_queryPool = CreateVideoQueries(vkd, device, maxNumImages, pDecodeProfile);
3993 pFrameSynchronizationInfo->queryPool = m_queryPool.get();
4054 pDecodedFrame->queryPool = m_queryPool.get();
H A DvktVideoBaseDecodeUtils.hpp272 Move<VkQueryPool> m_queryPool; member in vkt::video::VideoFrameBuffer
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp2087 VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool( VkQueryPool queryPool ) VULKAN_HPP_NOEXCEPT : m_queryPool( queryPool ) {} in m_queryPool() function in VULKAN_HPP_NAMESPACE::QueryPool
2092 m_queryPool = queryPool;
2099 m_queryPool = {};
2108 return m_queryPool == rhs.m_queryPool;
2113 return m_queryPool != rhs.m_queryPool;
2118 return m_queryPool < rhs.m_queryPool;
2124 return m_queryPool;
2138 VkQueryPool m_queryPool = {}; global() member in VULKAN_HPP_NAMESPACE::QueryPool
[all...]
H A Dvulkan_raii.hpp7536 reinterpret_cast<VkQueryPool *>( &m_queryPool ) ) ); in QueryPool()
7546 : m_queryPool( queryPool ) in QueryPool()
7557 if ( m_queryPool ) in ~QueryPool()
7559 getDispatcher()->vkDestroyQueryPool( m_device, static_cast<VkQueryPool>( m_queryPool ), m_allocator ); in ~QueryPool()
7566 : m_queryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_queryPool, {} ) )
7576 if ( m_queryPool )
7578 getDispatcher()->vkDestroyQueryPool( m_device, static_cast<VkQueryPool>( m_queryPool ), m_allocator );
7580 m_queryPool = VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_queryPool, {} );
7625 VULKAN_HPP_NAMESPACE::QueryPool m_queryPool; global() member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::QueryPool
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp3067 VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool( VkQueryPool queryPool ) VULKAN_HPP_NOEXCEPT : m_queryPool( queryPool ) {} in m_queryPool() function in VULKAN_HPP_NAMESPACE::QueryPool
3072 m_queryPool = queryPool;
3079 m_queryPool = {};
3088 return m_queryPool == rhs.m_queryPool;
3093 return m_queryPool != rhs.m_queryPool;
3098 return m_queryPool < rhs.m_queryPool;
3104 return m_queryPool;
3118 VkQueryPool m_queryPool = {}; global() member in VULKAN_HPP_NAMESPACE::QueryPool
[all...]
H A Dvulkan_raii.hpp9827 , m_queryPool( queryPool ) in QueryPool()
9845 , m_queryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_queryPool, {} ) )
9858 std::swap( m_queryPool, rhs.m_queryPool );
9867 return m_queryPool;
9872 if ( m_queryPool )
9875 static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), reinterpret_cast<const VkAllocationCallbacks *>( m_allocator ) );
9878 m_queryPool = nullptr;
9888 return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_queryPool, nullpt in release()
9937 VULKAN_HPP_NAMESPACE::QueryPool m_queryPool = {}; global() member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::QueryPool
[all...]

Completed in 90 milliseconds