Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp74 uint32_t getQueueFamilyPropertyCount() const;
DVkPhysicalDevice.cpp1511 uint32_t PhysicalDevice::getQueueFamilyPropertyCount() const in getQueueFamilyPropertyCount() function in vk::PhysicalDevice
DlibVulkan.cpp647 *pQueueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkGetPhysicalDeviceQueueFamilyProperties()
898 uint32_t queueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkCreateDevice()
3483 *pQueueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkGetPhysicalDeviceQueueFamilyProperties2()