Searched refs:queueFamilyPropertiesCount (Results 1 – 1 of 1) sorted by relevance
106 deUint32 queueFamilyPropertiesCount = 0u; in createDeviceSupportingQueues() local107 …instanceDriver.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount,… in createDeviceSupportingQueues()109 if(queueFamilyPropertiesCount == 0u) in createDeviceSupportingQueues()113 queueFamilyProperties.resize(queueFamilyPropertiesCount); in createDeviceSupportingQueues()115 …instanceDriver.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount,… in createDeviceSupportingQueues()117 if (queueFamilyPropertiesCount == 0u) in createDeviceSupportingQueues()