Home | History | Annotate | Download | only in device_limits

Lines Matching refs:queueCount

384             } else if (pCreateInfo->pQueueCreateInfos[i].queueCount >
385 phy_dev_data->queueFamilyProperties[requestedIndex]->queueCount) {
390 "requested queueCount is %u.",
391 requestedIndex, phy_dev_data->queueFamilyProperties[requestedIndex]->queueCount,
392 pCreateInfo->pQueueCreateInfos[i].queueCount);
537 } else if (queueIndex >= phy_dev_data->queueFamilyProperties[queueFamilyIndex]->queueCount) {
542 queueFamilyIndex, phy_dev_data->queueFamilyProperties[queueFamilyIndex]->queueCount, queueIndex);