diff options
| author | 2021-07-21 18:28:36 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:41 -0400 | |
| commit | 7f13104c1778cfdfd54350e92603164070781124 (patch) | |
| tree | 9beaef257611df720594b906b304ca075a6b4a7f /src/shader_recompiler/backend/glasm/reg_alloc.cpp | |
| parent | vulkan/blit_image: Commit descriptor sets within worker thread (diff) | |
| download | yuzu-7f13104c1778cfdfd54350e92603164070781124.tar.gz yuzu-7f13104c1778cfdfd54350e92603164070781124.tar.xz yuzu-7f13104c1778cfdfd54350e92603164070781124.zip | |
shader: Support out of bound local memory reads and immediate writes
Support ignoring immediate out of bound writes. Writing dynamically out
of bounds is not yet supported (e.g. R0+0x4).
Reading out of bounds yields zero. This is supported checking for the
size from the IR; if the input is immediate, the optimization passes
will drop it.
Diffstat (limited to 'src/shader_recompiler/backend/glasm/reg_alloc.cpp')
0 files changed, 0 insertions, 0 deletions