Home | History | Annotate | Download | only in api

Lines Matching defs:queueCount

345 	const deUint32					queueCount				= 1;
354 queueCount, //queueCount;
391 const deUint32 queueCount = 1;
400 queueCount, //queueCount;
434 DE_ASSERT(queueIndex < queueCount);
485 1, //queueCount;
534 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount);
554 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount;
556 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff)
564 queueCount,
591 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount;
593 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++)