yuzu/src/shader_recompiler/ir_opt
2021-11-16 22:11:30 +01:00
..
collect_shader_info_pass.cpp shader: Properly scale image reads and add GL SPIR-V support 2021-11-16 22:11:29 +01:00
constant_propagation_pass.cpp
dead_code_elimination_pass.cpp
dual_vertex_pass.cpp
global_memory_to_storage_buffer_pass.cpp
identity_removal_pass.cpp
lower_fp16_to_fp32.cpp
lower_int64_to_int32.cpp
passes.h shader: Fix resolution scaling pass 2021-11-16 22:11:27 +01:00
rescaling_pass.cpp rescaling_pass: Logic simplification and minor style cleanup 2021-11-16 22:11:30 +01:00
ssa_rewrite_pass.cpp
texture_pass.cpp
verification_pass.cpp