Home | History | Annotate | Download | only in demos

Lines Matching refs:queue_props

348     VkQueueFamilyProperties *queue_props;
1827 free(demo->queue_props);
2466 demo->queue_props = (VkQueueFamilyProperties *)malloc(
2469 demo->queue_props);
2474 if (demo->queue_props[gfx_queue_idx].queueFlags & VK_QUEUE_GRAPHICS_BIT)
2561 if ((demo->queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) != 0) {