Searched refs:queueFamilyPropertiesCount (Results 1 – 3 of 3) sorted by relevance
54 deUint32 queueFamilyPropertiesCount = 0u; in createDeviceSupportingQueues() local55 …instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, DE_NU… in createDeviceSupportingQueues()57 if (queueFamilyPropertiesCount == 0u) in createDeviceSupportingQueues()63 queueFamilyProperties.resize(queueFamilyPropertiesCount); in createDeviceSupportingQueues()65 …instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, &queu… in createDeviceSupportingQueues()
66 uint32_t queueFamilyPropertiesCount; member73 : vkGetPhysicalDeviceQueueFamilyPropertiesState(UNCALLED), queueFamilyPropertiesCount(0), in _PHYSICAL_DEVICE_STATE()
287 if (phy_dev_data->physicalDeviceState->queueFamilyPropertiesCount != *pCount) { in vkGetPhysicalDeviceQueueFamilyProperties()295 … *pCount, phy_dev_data->physicalDeviceState->queueFamilyPropertiesCount); in vkGetPhysicalDeviceQueueFamilyProperties()304 phy_dev_data->physicalDeviceState->queueFamilyPropertiesCount = *pCount; in vkGetPhysicalDeviceQueueFamilyProperties()