yuzu/src/shader_recompiler/frontend/ir
Lioncash 06ca911621 shader_recompiler: Remove unnecessary [[nodiscard]] instances
[[nodiscard]] doesn't do anything on functions with a void return type
and causes superfluous warnings.
2021-07-26 04:23:59 -04:00
..
abstract_syntax_list.h shader_recompiler: GCC fixes 2021-07-22 21:51:31 -04:00
attribute.cpp
attribute.h shader: Rework varyings and implement passthrough geometry shaders 2021-07-22 21:51:39 -04:00
basic_block.cpp glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00
basic_block.h glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00
breadth_first_search.h
condition.cpp
condition.h
flow_test.cpp
flow_test.h
ir_emitter.cpp shader: Remove IAbs64 2021-07-22 21:51:39 -04:00
ir_emitter.h shader_recompiler: Remove unnecessary [[nodiscard]] instances 2021-07-26 04:23:59 -04:00
microinstruction.cpp shader: Read branch conditions from an instruction 2021-07-22 21:51:32 -04:00
modifiers.h
opcodes.cpp
opcodes.h shader_recompiler, video_core: Resolve clang errors 2021-07-22 21:51:40 -04:00
opcodes.inc shader: Ignore global memory ops on devices lacking int64 support 2021-07-22 21:51:40 -04:00
patch.cpp video_core,shader: Clang-format fixes 2021-07-22 21:51:33 -04:00
patch.h
post_order.cpp shader_recompiler: GCC fixes 2021-07-22 21:51:31 -04:00
post_order.h video_core,shader: Clang-format fixes 2021-07-22 21:51:33 -04:00
pred.h
program.cpp
program.h shader: Rework varyings and implement passthrough geometry shaders 2021-07-22 21:51:39 -04:00
reg.h
type.cpp
type.h glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00
value.cpp glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00
value.h shader_recompiler: Remove unnecessary [[nodiscard]] instances 2021-07-26 04:23:59 -04:00