Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp54 uint32_t getQueueFamilyPropertyCount() const;
DVkPhysicalDevice.cpp642 uint32_t PhysicalDevice::getQueueFamilyPropertyCount() const in getQueueFamilyPropertyCount() function in vk::PhysicalDevice
DlibVulkan.cpp194 *pQueueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkGetPhysicalDeviceQueueFamilyProperties()
324 uint32_t queueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkCreateDevice()