/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 354 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 …]
|
D | features.adoc | 3229 host with flink:vkResetQueryPool.
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 248 PFN_vkResetQueryPool vkResetQueryPool; member
|
D | goldfish_vk_dispatch.cpp | 532 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/ |
D | vulkansc.hpp | 1940 …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 5265 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init() 5677 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
|
D | vulkan.hpp | 2043 …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 10477 … vkResetQueryPool = 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()
|
D | vulkansc_raii.hpp | 418 … vkResetQueryPool = 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()
|
D | vulkan_raii.hpp | 748 … vkResetQueryPool = 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()
|
D | vulkansc_funcs.hpp | 4572 d.vkResetQueryPool( m_device, static_cast<VkQueryPool>( queryPool ), firstQuery, queryCount ); in resetQueryPool()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 514 void vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery,
|
D | func_table.cpp | 2161 vkEnc->vkResetQueryPool(gfxstream_device->internal_object, queryPool, firstQuery, in gfxstream_vk_ResetQueryPool()
|
D | VkEncoder.cpp | 20307 void VkEncoder::vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, in vkResetQueryPool() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 742 void vkResetQueryPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 1898 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()
|
D | VkDecoder.cpp | 11008 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/ |
D | vulkan_core.h | 6474 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|