Lines Matching refs:pCount
2595 uint32_t *pCount,
2605 *pCount = num_queue_families;
2609 if (!*pCount)
2613 if (*pCount >= 1) {
2626 if (*pCount > idx) {
2637 *pCount = idx;
2648 radv_GetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, uint32_t *pCount,
2653 radv_get_physical_device_queue_family_properties(pdevice, pCount, NULL);
2661 radv_get_physical_device_queue_family_properties(pdevice, pCount, properties);
2662 assert(*pCount <= 3);
2664 for (uint32_t i = 0; i < *pCount; i++) {