suyu/src/video_core/renderer_vulkan
Kyle Kienapfel 6fa3faec65 Add break for default cases
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.

I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw

R_THROW macro leads towards a return
2022-11-13 16:30:55 -08:00
..
blit_image.cpp video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
blit_image.h video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
fixed_pipeline_state.cpp renderer_(opengl/vulkan): Fix tessellation clockwise parameter 2022-10-13 15:52:56 -04:00
fixed_pipeline_state.h Update 3D regs 2022-10-07 14:13:45 +01:00
maxwell_to_vk.cpp Update 3D regs 2022-10-07 14:13:45 +01:00
maxwell_to_vk.h Update 3D regs 2022-10-07 14:13:45 +01:00
pipeline_helper.h video_core: Generate mipmap texture by drawing 2022-09-20 11:55:43 +08:00
pipeline_statistics.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
pipeline_statistics.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
renderer_vulkan.cpp General: Fix clang format. 2022-10-06 21:00:53 +02:00
renderer_vulkan.h video_core: Replace VKSwapchain with Swapchain 2022-06-26 20:21:45 -05:00
vk_blit_screen.cpp vk_blit_screen: recreate swapchain images on guest format change 2022-10-30 15:04:16 -04:00
vk_blit_screen.h vk_blit_screen: recreate swapchain images on guest format change 2022-10-30 15:04:16 -04:00
vk_buffer_cache.cpp video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_buffer_cache.h video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_command_pool.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_command_pool.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_compute_pass.cpp DMA & InlineToMemory Engines Rework. 2022-10-06 21:00:53 +02:00
vk_compute_pass.h video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_compute_pipeline.cpp Shader Decompiler: Check for shift when deriving composite samplers. 2022-10-06 21:00:52 +02:00
vk_compute_pipeline.h video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_descriptor_pool.cpp video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
vk_descriptor_pool.h video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
vk_fence_manager.cpp VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
vk_fence_manager.h VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
vk_fsr.cpp video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
vk_fsr.h video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
vk_graphics_pipeline.cpp video_core: Fix scaling graphical regressions for multiple games 2022-11-05 17:21:02 +08:00
vk_graphics_pipeline.h Merge pull request #8858 from vonchenplus/mipmap 2022-11-03 22:21:58 -07:00
vk_master_semaphore.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_master_semaphore.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_pipeline_cache.cpp ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 2022-11-11 03:32:53 +01:00
vk_pipeline_cache.h VideoCore: implement channels on gpu caches. 2022-10-06 21:00:51 +02:00
vk_query_cache.cpp video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPool::Reserve. 2022-10-18 19:13:35 -07:00
vk_query_cache.h VideoCore: implement channels on gpu caches. 2022-10-06 21:00:51 +02:00
vk_rasterizer.cpp ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 2022-11-11 03:32:53 +01:00
vk_rasterizer.h Merge pull request #9097 from liamwhite/intel-spv-compiler 2022-11-03 19:29:33 -04:00
vk_render_pass_cache.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_render_pass_cache.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_resource_pool.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_resource_pool.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_scheduler.cpp Add break for default cases 2022-11-13 16:30:55 -08:00
vk_scheduler.h vk_scheduler: Remove recorded_counts 2022-10-28 03:42:43 +02:00
vk_shader_util.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_shader_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_staging_buffer_pool.cpp Revert "vulkan: automatically use larger staging buffer sizes when possible" 2022-10-07 04:49:08 -04:00
vk_staging_buffer_pool.h Revert "vulkan: automatically use larger staging buffer sizes when possible" 2022-10-07 04:49:08 -04:00
vk_state_tracker.cpp ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 2022-11-11 03:32:53 +01:00
vk_state_tracker.h state_tracker: workaround channel setup for homebrew 2022-10-06 21:00:54 +02:00
vk_swapchain.cpp Vulkan Swapchain: Overall improvements. 2022-10-06 21:00:53 +02:00
vk_swapchain.h video_core: Replace VKSwapchain with Swapchain 2022-06-26 20:21:45 -05:00
vk_texture_cache.cpp Add break for default cases 2022-11-13 16:30:55 -08:00
vk_texture_cache.h video_core: don't build ASTC decoder shader unless requested 2022-10-19 18:52:42 -04:00
vk_texture_cache_base.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_update_descriptor.cpp video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_update_descriptor.h video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00