Searched refs:queueFamilyPropertyCount (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 254 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 255 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 256 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 257 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties() 259 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 260 if ( queueFamilyPropertyCount < queueFamilyProperties.size() ) in getQueueFamilyProperties() 262 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 274 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 275 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties() 276 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() [all …]
|
D | vulkansc_raii.hpp | 6042 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 6043 …Properties( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr … in getQueueFamilyProperties() 6044 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 6045 …Properties( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, reinterp… in getQueueFamilyProperties() 6047 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 6048 if ( queueFamilyPropertyCount < queueFamilyProperties.size() ) in getQueueFamilyProperties() 6050 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 7537 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2() local 7538 …roperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr … in getQueueFamilyProperties2() 7539 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2() [all …]
|
D | vulkan_raii.hpp | 10768 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties() local 10769 …Properties( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr … in getQueueFamilyProperties() 10770 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 10771 …Properties( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, reinterp… in getQueueFamilyProperties() 10773 VULKAN_HPP_ASSERT( queueFamilyPropertyCount <= queueFamilyProperties.size() ); in getQueueFamilyProperties() 10774 if ( queueFamilyPropertyCount < queueFamilyProperties.size() ) in getQueueFamilyProperties() 10776 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties() 12387 uint32_t queueFamilyPropertyCount; in getQueueFamilyProperties2() local 12388 …roperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr … in getQueueFamilyProperties2() 12389 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2() [all …]
|