Home
last modified time | relevance | path

Searched refs:ChooseQueue (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanContext.h281 bool ChooseQueue();
H A DVulkanContext.cpp798 if (!ChooseQueue()) { in ReinitSurface()
805 bool VulkanContext::ChooseQueue() { in ChooseQueue() function in VulkanContext
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanContext.h281 bool ChooseQueue();
H A DVulkanContext.cpp798 if (!ChooseQueue()) { in ReinitSurface()
805 bool VulkanContext::ChooseQueue() { in ChooseQueue() function in VulkanContext
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanContext.h281 bool ChooseQueue();
H A DVulkanContext.cpp798 if (!ChooseQueue()) { in ReinitSurface()
805 bool VulkanContext::ChooseQueue() { in ChooseQueue() function in VulkanContext
/dports/games/antipolix/antipolix-2.1_2/
H A Dclient.c1051 int ChooseQueue(int *nb_wanted) in ChooseQueue() function
2123 wanted_queue=ChooseQueue(&nb_wanted); in main()