yuzu-android/src/shader_recompiler/ir_opt
lat9nq 49946cf780 shader_recompiler, video_core: Resolve clang errors
Silences the following warnings-turned-errors:
-Wsign-conversion
-Wunused-private-field
-Wbraced-scalar-init
-Wunused-variable

And some other errors
2021-07-22 21:51:40 -04:00
..
collect_shader_info_pass.cpp glsl: Fix tracking of info.uses_shadow_lod 2021-07-22 21:51:40 -04:00
constant_propagation_pass.cpp shader: Add constant propagation to integer vectors 2021-07-22 21:51:39 -04:00
dead_code_elimination_pass.cpp shader: Remove invalidated blocks in dead code elimination pass 2021-07-22 21:51:29 -04:00
dual_vertex_pass.cpp dual_vertex_pass: Clang format 2021-07-22 21:51:40 -04:00
global_memory_to_storage_buffer_pass.cpp shader_recompiler, video_core: Resolve clang errors 2021-07-22 21:51:40 -04:00
identity_removal_pass.cpp glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00
lower_fp16_to_fp32.cpp shader: Move microinstruction header to the value header 2021-07-22 21:51:28 -04:00
lower_int64_to_int32.cpp lower_int64_to_int32: Add missing include 2021-07-22 21:51:39 -04:00
passes.h shader: Add int64 to int32 lowering pass 2021-07-22 21:51:39 -04:00
ssa_rewrite_pass.cpp shader: Move loop safety tests to code emission 2021-07-22 21:51:39 -04:00
texture_pass.cpp texture_pass: Fix is_read image qualification 2021-07-22 21:51:38 -04:00
verification_pass.cpp glasm: Remove unintentionally committed fmt::prints 2021-07-22 21:51:33 -04:00