Home
last modified time | relevance | path

Searched refs:queueFamilyPropertyCount (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp70 uint32_t queueFamilyPropertyCount; in GetPhysicalDeviceQueueFamilyProperties() local
71 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, nullptr); in GetPhysicalDeviceQueueFamilyProperties()
73 queueFamilyPropertyCount); in GetPhysicalDeviceQueueFamilyProperties()
74 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_funcs.hpp295 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local
296 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties()
297 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties()
300 &queueFamilyPropertyCount, in getQueueFamilyProperties()
302 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties()
317 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local
318 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties()
319 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties()
322 &queueFamilyPropertyCount, in getQueueFamilyProperties()
324 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties()
[all …]
Dvulkan_raii.hpp9645 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()
[all …]