yuzu/src/shader_recompiler
ameerj 4790ba7839 spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics
Some drivers do not support 64-bit atomics, and fallback to atomically modifying U32x2 vectors. This change ensures that U32x2 storage vectors are defined in the spir-v shader when 64-bit atomics are used.

Fixes a hang on some devices, notably Intel GPUs, when booting Pokemon Legends Arceus
2022-01-28 19:00:04 -05:00
..
backend spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics 2022-01-28 19:00:04 -05:00
frontend
ir_opt spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics 2022-01-28 19:00:04 -05:00
CMakeLists.txt
environment.h
exception.h
host_translate_info.h
object_pool.h
profile.h
program_header.h
runtime_info.h
shader_info.h
stage.h
varying_state.h