Home | History | Annotate | Download | only in vulkan

Lines Matching refs:queueCount

630 			.queueCount = 1,
643 .queueCount = pdevice->rad_info.compute_rings,
767 queue_create->queueCount * sizeof(struct radv_queue), 8, VK_SYSTEM_ALLOCATION_SCOPE_DEVICE);
773 memset(device->queues[qfi], 0, queue_create->queueCount * sizeof(struct radv_queue));
775 device->queue_count[qfi] = queue_create->queueCount;
777 for (unsigned q = 0; q < queue_create->queueCount; q++) {