Home
last modified time | relevance | path

Searched refs:RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/libretro/
H A DLibretroVulkanContext.cpp120 if (vulkan->interface_version != RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION) {
121 …"HW render interface mismatch, expected %u, got %u!\n", RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION, …
H A Dlibretro_vulkan.h33 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/libretro/
H A DLibretroVulkanContext.cpp120 if (vulkan->interface_version != RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION) { in ContextReset()
121 …"HW render interface mismatch, expected %u, got %u!\n", RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION, … in ContextReset()
H A Dlibretro_vulkan.h33 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/libretro/
H A DLibretroVulkanContext.cpp120 if (vulkan->interface_version != RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION) { in ContextReset()
121 …"HW render interface mismatch, expected %u, got %u!\n", RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION, … in ContextReset()
H A Dlibretro_vulkan.h33 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/api/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/
H A Dlibretro_vulkan.h29 #define RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION 5 macro
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/rsx/
H A Drsx_lib_vulkan.cpp95 if (vulkan->interface_version != RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION) in vk_context_reset()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/rsx/
H A Drsx_lib_vulkan.cpp95 if (vulkan->interface_version != RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION) in vk_context_reset()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dvulkan.c1109 iface->interface_version = RETRO_HW_RENDER_INTERFACE_VULKAN_VERSION; in vulkan_init_hw_render()