Searched refs:queueFamilyPropertyCount (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 324 uint32_t queueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkCreateDevice() local 334 ASSERT(queueCreateInfo.queueFamilyIndex < queueFamilyPropertyCount); in vkCreateDevice() 335 (void)queueFamilyPropertyCount; // Silence unused variable warning in vkCreateDevice()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 53719 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 53720 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 53721 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 53722 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 53729 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 53730 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 53731 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 53732 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 53747 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2() local 53748 …d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr … in getQueueFamilyProperties2() [all …]
|