Home
last modified time | relevance | path

Searched refs:destroyed_image_views (Results 1 – 6 of 6) sorted by relevance

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Ddevice.hpp369 std::vector<VkImageView> destroyed_image_views; member
H A Ddevice.cpp1732 VK_ASSERT(!exists(frame().destroyed_image_views, view)); in destroy_image_view_nolock()
1733 frame().destroyed_image_views.push_back(view); in destroy_image_view_nolock()
1943 for (auto &view : destroyed_image_views) in begin()
1981 destroyed_image_views.clear(); in begin()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Ddevice.hpp369 std::vector<VkImageView> destroyed_image_views; member
H A Ddevice.cpp1732 VK_ASSERT(!exists(frame().destroyed_image_views, view)); in destroy_image_view_nolock()
1733 frame().destroyed_image_views.push_back(view); in destroy_image_view_nolock()
1943 for (auto &view : destroyed_image_views) in begin()
1981 destroyed_image_views.clear(); in begin()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Ddevice.hpp473 std::vector<VkImageView> destroyed_image_views; member
H A Ddevice.cpp2290 VK_ASSERT(!exists(frame().destroyed_image_views, view)); in destroy_image_view_nolock()
2291 frame().destroyed_image_views.push_back(view); in destroy_image_view_nolock()
2739 for (auto &view : destroyed_image_views) in begin()
2779 destroyed_image_views.clear(); in begin()