• Home
  • Raw
  • Download

Lines Matching refs:queueFamilyPropertyCount

9645       uint32_t queueFamilyPropertyCount;  in getQueueFamilyProperties()  local
9647 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties()
9648 …tor<VULKAN_HPP_NAMESPACE::QueueFamilyProperties> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties()
9651 &queueFamilyPropertyCount, in getQueueFamilyProperties()
9653 VULKAN_HPP_ASSERT( queueFamilyPropertyCount == queueFamilyProperties.size() ); in getQueueFamilyProperties()
11249 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2() local
11251 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
11252 …or<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
11255 &queueFamilyPropertyCount, in getQueueFamilyProperties2()
11257 VULKAN_HPP_ASSERT( queueFamilyPropertyCount == queueFamilyProperties.size() ); in getQueueFamilyProperties2()
11264 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2() local
11266 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
11267 …std::vector<StructureChain> returnVector( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
11268 …or<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
11269 for ( uint32_t i = 0; i < queueFamilyPropertyCount; i++ ) in getQueueFamilyProperties2()
11276 &queueFamilyPropertyCount, in getQueueFamilyProperties2()
11278 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties2()
11279 for ( uint32_t i = 0; i < queueFamilyPropertyCount; i++ ) in getQueueFamilyProperties2()
12968 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2KHR() local
12970 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2KHR()
12971 …or<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties2KHR()
12974 &queueFamilyPropertyCount, in getQueueFamilyProperties2KHR()
12976 VULKAN_HPP_ASSERT( queueFamilyPropertyCount == queueFamilyProperties.size() ); in getQueueFamilyProperties2KHR()
12988 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2KHR() local
12990 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2KHR()
12991 …std::vector<StructureChain> returnVector( queueFamilyPropertyCount ); in getQueueFamilyProperties2KHR()
12992 …or<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties2KHR()
12993 for ( uint32_t i = 0; i < queueFamilyPropertyCount; i++ ) in getQueueFamilyProperties2KHR()
13000 &queueFamilyPropertyCount, in getQueueFamilyProperties2KHR()
13002 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties2KHR()
13003 for ( uint32_t i = 0; i < queueFamilyPropertyCount; i++ ) in getQueueFamilyProperties2KHR()