Lines Matching refs:QueryPool
11196 class QueryPool class
11199 VULKAN_HPP_CONSTEXPR QueryPool() in QueryPool() function in VULKAN_HPP_NAMESPACE::QueryPool
11203 VULKAN_HPP_CONSTEXPR QueryPool( std::nullptr_t ) in QueryPool() function in VULKAN_HPP_NAMESPACE::QueryPool
11207 VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool( VkQueryPool queryPool ) in QueryPool() function in VULKAN_HPP_NAMESPACE::QueryPool
11212 QueryPool & operator=(VkQueryPool queryPool) in operator =()
11219 QueryPool & operator=( std::nullptr_t ) in operator =()
11225 bool operator==( QueryPool const & rhs ) const in operator ==()
11230 bool operator!=(QueryPool const & rhs ) const in operator !=()
11235 bool operator<(QueryPool const & rhs ) const in operator <()
11258 …static_assert( sizeof( QueryPool ) == sizeof( VkQueryPool ), "handle and wrapper have different si…
11903 …void beginQuery( QueryPool queryPool, uint32_t query, QueryControlFlags flags, Dispatch const &d =…
11906 …void beginQueryIndexedEXT( QueryPool queryPool, uint32_t query, QueryControlFlags flags, uint32_t …
12026 …void copyQueryPoolResults( QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, Buffer d…
12100 void endQuery( QueryPool queryPool, uint32_t query, Dispatch const &d = Dispatch() ) const;
12103 …void endQueryIndexedEXT( QueryPool queryPool, uint32_t query, uint32_t index, Dispatch const &d = …
12191 …void resetQueryPool( QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, Dispatch const…
12307 … AccelerationStructureNV* pAccelerationStructures, QueryType queryType, QueryPool queryPool, uint3…
12310 …t AccelerationStructureNV> accelerationStructures, QueryType queryType, QueryPool queryPool, uint3…
12317 …void writeTimestamp( PipelineStageFlagBits pipelineStage, QueryPool queryPool, uint32_t query, Dis…
13413 …template <typename Dispatch> class UniqueHandleTraits<QueryPool, Dispatch> { public: using deleter…
13414 using UniqueQueryPool = UniqueHandle<QueryPool, DispatchLoaderStatic>;
13815 …ueryPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool, Dis…
13818 …ResultValueType<QueryPool>::type createQueryPool( const QueryPoolCreateInfo & createInfo, Optional…
13821 …typename ResultValueType<UniqueHandle<QueryPool,Dispatch>>::type createQueryPoolUnique( const Quer…
14229 …void destroyQueryPool( QueryPool queryPool, const AllocationCallbacks* pAllocator, Dispatch const …
14232 …void destroyQueryPool( QueryPool queryPool, Optional<const AllocationCallbacks> allocator = nullpt…
14236 …void destroy( QueryPool queryPool, const AllocationCallbacks* pAllocator, Dispatch const &d = Disp…
14239 …void destroy( QueryPool queryPool, Optional<const AllocationCallbacks> allocator = nullptr, Dispat…
14722 …Result getQueryPoolResults( QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t …
14725 …Result getQueryPoolResults( QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, ArrayPr…
47048 …VULKAN_HPP_INLINE void CommandBuffer::beginQuery( QueryPool queryPool, uint32_t query, QueryContro… in beginQuery()
47054 …VULKAN_HPP_INLINE void CommandBuffer::beginQuery( QueryPool queryPool, uint32_t query, QueryContro… in beginQuery()
47062 …VULKAN_HPP_INLINE void CommandBuffer::beginQueryIndexedEXT( QueryPool queryPool, uint32_t query, Q… in beginQueryIndexedEXT()
47068 …VULKAN_HPP_INLINE void CommandBuffer::beginQueryIndexedEXT( QueryPool queryPool, uint32_t query, Q… in beginQueryIndexedEXT()
47367 …VULKAN_HPP_INLINE void CommandBuffer::copyQueryPoolResults( QueryPool queryPool, uint32_t firstQue… in copyQueryPoolResults()
47373 …VULKAN_HPP_INLINE void CommandBuffer::copyQueryPoolResults( QueryPool queryPool, uint32_t firstQue… in copyQueryPoolResults()
47673 …VULKAN_HPP_INLINE void CommandBuffer::endQuery( QueryPool queryPool, uint32_t query, Dispatch cons… in endQuery()
47679 …VULKAN_HPP_INLINE void CommandBuffer::endQuery( QueryPool queryPool, uint32_t query, Dispatch cons… in endQuery()
47687 …VULKAN_HPP_INLINE void CommandBuffer::endQueryIndexedEXT( QueryPool queryPool, uint32_t query, uin… in endQueryIndexedEXT()
47693 …VULKAN_HPP_INLINE void CommandBuffer::endQueryIndexedEXT( QueryPool queryPool, uint32_t query, uin… in endQueryIndexedEXT()
47909 …VULKAN_HPP_INLINE void CommandBuffer::resetQueryPool( QueryPool queryPool, uint32_t firstQuery, ui… in resetQueryPool()
47915 …VULKAN_HPP_INLINE void CommandBuffer::resetQueryPool( QueryPool queryPool, uint32_t firstQuery, ui… in resetQueryPool()
48233 … AccelerationStructureNV* pAccelerationStructures, QueryType queryType, QueryPool queryPool, uint3… in writeAccelerationStructuresPropertiesNV()
48239 …t AccelerationStructureNV> accelerationStructures, QueryType queryType, QueryPool queryPool, uint3… in writeAccelerationStructuresPropertiesNV()
48261 …oid CommandBuffer::writeTimestamp( PipelineStageFlagBits pipelineStage, QueryPool queryPool, uint3… in writeTimestamp()
48267 …oid CommandBuffer::writeTimestamp( PipelineStageFlagBits pipelineStage, QueryPool queryPool, uint3… in writeTimestamp()
49181 …ueryPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool, Dis… in createQueryPool()
49187 …VULKAN_HPP_INLINE ResultValueType<QueryPool>::type Device::createQueryPool( const QueryPoolCreateI… in createQueryPool()
49189 QueryPool queryPool; in createQueryPool()
49195 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<QueryPool,Dispatch>>::type Device::createQ… in createQueryPoolUnique()
49197 QueryPool queryPool; in createQueryPoolUnique()
49201 …return createResultValue<QueryPool,Dispatch>( result, queryPool, VULKAN_HPP_NAMESPACE_STRING"::Dev… in createQueryPoolUnique()
50085 …VULKAN_HPP_INLINE void Device::destroyQueryPool( QueryPool queryPool, const AllocationCallbacks* p… in destroyQueryPool()
50091 …VULKAN_HPP_INLINE void Device::destroyQueryPool( QueryPool queryPool, Optional<const AllocationCal… in destroyQueryPool()
50098 …VULKAN_HPP_INLINE void Device::destroy( QueryPool queryPool, const AllocationCallbacks* pAllocator… in destroy()
50104 …VULKAN_HPP_INLINE void Device::destroy( QueryPool queryPool, Optional<const AllocationCallbacks> a… in destroy()
51219 …VULKAN_HPP_INLINE Result Device::getQueryPoolResults( QueryPool queryPool, uint32_t firstQuery, ui… in getQueryPoolResults()
51225 …VULKAN_HPP_INLINE Result Device::getQueryPoolResults( QueryPool queryPool, uint32_t firstQuery, ui… in getQueryPoolResults()