Home | History | Annotate | Download | only in vulkan

Lines Matching refs:createQueryPool

16402     Result createQueryPool( const QueryPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool ) const
16408 ResultValueType<QueryPool>::type createQueryPool( const QueryPoolCreateInfo & createInfo, Optional<const AllocationCallbacks> allocator = nullptr ) const
16412 return createResultValue( result, queryPool, "vk::Device::createQueryPool" );