Files
shadPS4/src/shader_recompiler/ir
TheTurtle a49b13fe66 shader_recompiler: Optimize general case of buffer addressing (#3159)
* shader_recompiler: Simplify dma types

Only U32 is needed for S_LOAD_DWORD

* shader_recompiler: Perform address shift on IR level

Buffer instructions now expect address in the data unit they work on. Doing the shift on IR level will allow us to optimize some operations away on common case

* shader_recompiler: Optimize common buffer access pattern

* emit_spirv: Use 32-bit integer ops for fault buffer

Not many GPUs have 8-bit bitwise or operations so that would probably require some overhead to emulate from the driver

* resource_tracking_pass: Fix texel buffer shift
2025-06-26 12:14:36 +03:00
..
2024-12-14 12:56:17 +02:00
2024-12-14 12:56:17 +02:00
2024-10-06 22:34:40 +03:00
2025-02-18 15:55:13 +02:00
2024-12-14 12:56:17 +02:00
2024-12-14 12:56:17 +02:00
2024-12-14 12:56:17 +02:00
2025-05-22 21:00:15 +03:00
2025-05-22 21:00:15 +03:00
2025-03-02 21:52:32 +02:00
2025-02-03 23:24:56 -08:00
2024-12-14 12:56:17 +02:00
2024-12-14 12:56:17 +02:00