Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp625 info.present_queue_family_index = UINT32_MAX; in init_swapchain_extension()
636 info.present_queue_family_index = i; in init_swapchain_extension()
642 if (info.present_queue_family_index == UINT32_MAX) in init_swapchain_extension()
649 info.present_queue_family_index = i; in init_swapchain_extension()
658 info.present_queue_family_index == UINT32_MAX) in init_swapchain_extension()
789 if (info.graphics_queue_family_index == info.present_queue_family_index) in init_device_queue()
795 vkGetDeviceQueue(info.device, info.present_queue_family_index, 0, &info.present_queue); in init_device_queue()
923 (uint32_t)info.present_queue_family_index}; in init_swap_chain()
924 if (info.graphics_queue_family_index != info.present_queue_family_index) in init_swap_chain()
H A Dvulkan_command_buffer_utils.h165 uint32_t present_queue_family_index; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp313 uint32_t present_queue_family_index; member
538 present_queue_family_index{0},
577 .setDstQueueFamilyIndex(present_queue_family_index) in build_image_ownership_cmd()
701 queues[1].setQueueFamilyIndex(present_queue_family_index); in create_device()
859 .setDstQueueFamilyIndex(present_queue_family_index) in draw_build_cmd()
1373 present_queue_family_index = presentQueueFamilyIndex; in init_vk_swapchain()
1374 separate_present_queue = (graphics_queue_family_index != present_queue_family_index); in init_vk_swapchain()
1382 device.getQueue(present_queue_family_index, 0, &present_queue); in init_vk_swapchain()
1469 …resent_cmd_pool_info = vk::CommandPoolCreateInfo().setQueueFamilyIndex(present_queue_family_index); in prepare()
H A Dcube.c358 uint32_t present_queue_family_index; member
819 … .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_draw_build_cmd()
852 … .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_build_image_ownership_cmd()
2245 .queueFamilyIndex = demo->present_queue_family_index, in demo_prepare()
3354 queues[1].queueFamilyIndex = demo->present_queue_family_index; in demo_create_device()
3480 demo->present_queue_family_index = presentQueueFamilyIndex; in demo_init_vk_swapchain()
3481 …->separate_present_queue = (demo->graphics_queue_family_index != demo->present_queue_family_index); in demo_init_vk_swapchain()
3501 vkGetDeviceQueue(demo->device, demo->present_queue_family_index, 0, &demo->present_queue); in demo_init_vk_swapchain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp322 uint32_t present_queue_family_index; member
551 present_queue_family_index{0},
590 .setDstQueueFamilyIndex(present_queue_family_index) in build_image_ownership_cmd()
719 queues[1].setQueueFamilyIndex(present_queue_family_index); in create_device()
891 .setDstQueueFamilyIndex(present_queue_family_index) in draw_build_cmd()
1409 present_queue_family_index = presentQueueFamilyIndex; in init_vk_swapchain()
1410 separate_present_queue = (graphics_queue_family_index != present_queue_family_index); in init_vk_swapchain()
1418 device.getQueue(present_queue_family_index, 0, &present_queue); in init_vk_swapchain()
1505 …resent_cmd_pool_info = vk::CommandPoolCreateInfo().setQueueFamilyIndex(present_queue_family_index); in prepare()
H A Dcube.c366 uint32_t present_queue_family_index; member
834 … .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_draw_build_cmd()
867 … .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_build_image_ownership_cmd()
2252 .queueFamilyIndex = demo->present_queue_family_index, in demo_prepare()
3445 queues[1].queueFamilyIndex = demo->present_queue_family_index; in demo_create_device()
3590 demo->present_queue_family_index = presentQueueFamilyIndex; in demo_init_vk_swapchain()
3591 …->separate_present_queue = (demo->graphics_queue_family_index != demo->present_queue_family_index); in demo_init_vk_swapchain()
3611 vkGetDeviceQueue(demo->device, demo->present_queue_family_index, 0, &demo->present_queue); in demo_init_vk_swapchain()
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/cube/
H A Dcube.cpp321 uint32_t present_queue_family_index; member
553 present_queue_family_index{0},
593 .setDstQueueFamilyIndex(present_queue_family_index) in build_image_ownership_cmd()
727 queues[1].setQueueFamilyIndex(present_queue_family_index); in create_device()
904 .setDstQueueFamilyIndex(present_queue_family_index) in draw_build_cmd()
1512 present_queue_family_index = presentQueueFamilyIndex; in init_vk_swapchain()
1513 separate_present_queue = (graphics_queue_family_index != present_queue_family_index); in init_vk_swapchain()
1521 device.getQueue(present_queue_family_index, 0, &present_queue); in init_vk_swapchain()
1608 …resent_cmd_pool_info = vk::CommandPoolCreateInfo().setQueueFamilyIndex(present_queue_family_index); in prepare()
H A Dcube.c372 uint32_t present_queue_family_index; member
845 … .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_draw_build_cmd()
878 … .dstQueueFamilyIndex = demo->present_queue_family_index, in demo_build_image_ownership_cmd()
2276 .queueFamilyIndex = demo->present_queue_family_index, in demo_prepare()
3583 queues[1].queueFamilyIndex = demo->present_queue_family_index; in demo_create_device()
3728 demo->present_queue_family_index = presentQueueFamilyIndex; in demo_init_vk_swapchain()
3729 …->separate_present_queue = (demo->graphics_queue_family_index != demo->present_queue_family_index); in demo_init_vk_swapchain()
3749 vkGetDeviceQueue(demo->device, demo->present_queue_family_index, 0, &demo->present_queue); in demo_init_vk_swapchain()