Home
last modified time | relevance | path

Searched refs:present_queue_family_index (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
Dcube.cpp226 graphics_queue_family_index{0}, present_queue_family_index{0},
256 .setDstQueueFamilyIndex(present_queue_family_index) in build_image_ownership_cmd()
386 queues[1].setQueueFamilyIndex(present_queue_family_index); in create_device()
576 .setDstQueueFamilyIndex(present_queue_family_index) in draw_build_cmd()
1118 present_queue_family_index = presentQueueFamilyIndex; in init_vk_swapchain()
1120 (graphics_queue_family_index != present_queue_family_index); in init_vk_swapchain()
1128 device.getQueue(present_queue_family_index, 0, &present_queue); in init_vk_swapchain()
1217 present_queue_family_index); in prepare()
2629 uint32_t present_queue_family_index; member
Dcube.c325 uint32_t present_queue_family_index; member
706 .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_draw_build_cmd()
740 .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_build_image_ownership_cmd()
1987 .queueFamilyIndex = demo->present_queue_family_index, in demo_prepare()
2970 queues[1].queueFamilyIndex = demo->present_queue_family_index; in demo_create_device()
3086 demo->present_queue_family_index = presentQueueFamilyIndex; in demo_init_vk_swapchain()
3088 (demo->graphics_queue_family_index != demo->present_queue_family_index); in demo_init_vk_swapchain()
3105 vkGetDeviceQueue(demo->device, demo->present_queue_family_index, 0, in demo_init_vk_swapchain()