Home | History | Annotate | Download | only in demos

Lines Matching refs:queue_props

120     VkQueueFamilyProperties *queue_props;
722 gpu->queue_props = malloc(sizeof(gpu->queue_props[0]) * gpu->queue_count);
724 if (!gpu->queue_props)
727 gpu->queue_props);
735 malloc(gpu->queue_props[i].queueCount * sizeof(float));
737 gpu->queue_props[i].queueCount * sizeof(float));
741 gpu->queue_reqs[i].queueCount = gpu->queue_props[i].queueCount;
761 free(gpu->queue_props);
1060 const VkQueueFamilyProperties *props = &gpu->queue_props[id];