Searched refs:queueFamilyPropertyCount (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 65 uint32_t queueFamilyPropertyCount; in GetPhysicalDeviceQueueFamilyProperties() local 66 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, nullptr); in GetPhysicalDeviceQueueFamilyProperties() 68 queueFamilyPropertyCount); in GetPhysicalDeviceQueueFamilyProperties() 69 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_funcs.hpp | 277 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 278 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 279 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 282 &queueFamilyPropertyCount, in getQueueFamilyProperties() 284 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 298 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 299 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 300 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 303 &queueFamilyPropertyCount, in getQueueFamilyProperties() 305 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() [all …]
|
D | vulkan_raii.hpp | 9110 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 9112 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 9113 …tor<VULKAN_HPP_NAMESPACE::QueueFamilyProperties> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties() 9116 &queueFamilyPropertyCount, in getQueueFamilyProperties() 9118 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 10522 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2() local 10524 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2() 10525 …or<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties( queueFamilyPropertyCount ); in getQueueFamilyProperties2() 10528 &queueFamilyPropertyCount, in getQueueFamilyProperties2() 10530 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties2() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 898 uint32_t queueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkCreateDevice() local 915 ASSERT(queueCreateInfo.queueFamilyIndex < queueFamilyPropertyCount); in vkCreateDevice() 916 (void)queueFamilyPropertyCount; // Silence unused variable warning in vkCreateDevice()
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 90814 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 90815 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 90816 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 90817 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 90818 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 90826 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 90827 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 90828 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 90829 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 90830 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 90188 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 90189 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 90190 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 90191 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 90192 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 90200 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 90201 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 90202 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 90203 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 90204 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() [all …]
|