Home
last modified time | relevance | path

Searched refs:vkResetQueryPool (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc354 or flink:vkResetQueryPool
461 [open,refpage='vkResetQueryPool',desc='Reset queries in a query pool',type='protos',alias='vkResetQ…
466 include::{generated}/api/protos/vkResetQueryPool.adoc[]
492 * [[VUID-vkResetQueryPool-None-02665]]
495 * [[VUID-vkResetQueryPool-firstQuery-02666]]
498 * [[VUID-vkResetQueryPool-firstQuery-02667]]
501 * [[VUID-vkResetQueryPool-firstQuery-02741]]
504 * [[VUID-vkResetQueryPool-firstQuery-02742]]
507 flink:vkGetQueryPoolResults or fname:vkResetQueryPool in other threads
510 include::{generated}/validity/protos/vkResetQueryPool.adoc[]
[all …]
Dfeatures.adoc3229 host with flink:vkResetQueryPool.
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h248 PFN_vkResetQueryPool vkResetQueryPool; member
Dgoldfish_vk_dispatch.cpp532 out->vkResetQueryPool = (PFN_vkResetQueryPool)dlSymFunc(lib, "vkResetQueryPool"); in init_vulkan_dispatch_from_system_loader()
1392 out->vkResetQueryPool = in init_vulkan_dispatch_from_instance()
2325 out->vkResetQueryPool = in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1940 …void vkResetQueryPool( VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t query… in vkResetQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1942 return ::vkResetQueryPool( device, queryPool, firstQuery, queryCount ); in vkResetQueryPool()
4776 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5265vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init()
5677 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
Dvulkan.hpp2043 …void vkResetQueryPool( VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t query… in vkResetQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2045 return ::vkResetQueryPool( device, queryPool, firstQuery, queryCount ); in vkResetQueryPool()
9312 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10477vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init()
11046 if ( !vkResetQueryPool ) vkResetQueryPool = vkResetQueryPoolEXT; in init()
11548 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
11954 if ( !vkResetQueryPool ) vkResetQueryPool = vkResetQueryPoolEXT; in init()
Dvulkansc_raii.hpp418vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher()
778 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
7758 VULKAN_HPP_ASSERT( getDispatcher()->vkResetQueryPool && "Function <vkResetQueryPool> requires <VK_E… in reset()
7762 …getDispatcher()->vkResetQueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_… in reset()
Dvulkan_raii.hpp748vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher()
1154 if ( !vkResetQueryPool ) vkResetQueryPool = vkResetQueryPoolEXT; in DeviceDispatcher()
1626 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
12659 VULKAN_HPP_ASSERT( getDispatcher()->vkResetQueryPool && "Function <vkResetQueryPool> requires <VK_E… in reset()
12663 …getDispatcher()->vkResetQueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_… in reset()
Dvulkansc_funcs.hpp4572 d.vkResetQueryPool( m_device, static_cast<VkQueryPool>( queryPool ), firstQuery, queryCount ); in resetQueryPool()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h514 void vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery,
Dfunc_table.cpp2161 vkEnc->vkResetQueryPool(gfxstream_device->internal_object, queryPool, firstQuery, in gfxstream_vk_ResetQueryPool()
DVkEncoder.cpp20307 void VkEncoder::vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, in vkResetQueryPool() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h742 void vkResetQueryPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp1898 void vkResetQueryPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkResetQueryPool() function in VkDecoderSnapshot::Impl
5436 void VkDecoderSnapshot::vkResetQueryPool(const uint8_t* snapshotTraceBegin, in vkResetQueryPool() function in VkDecoderSnapshot
5440 mImpl->vkResetQueryPool(snapshotTraceBegin, snapshotTraceBytes, pool, device, queryPool, in vkResetQueryPool()
DVkDecoder.cpp11008 vk->vkResetQueryPool(unboxed_device, queryPool, firstQuery, queryCount); in decode()
11014 m_state->snapshot()->vkResetQueryPool(snapshotTraceBegin, snapshotTraceBytes, in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6474 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(