suyu/src/shader_recompiler/backend/spirv
ReinUsesLisp 7018e524f5 shader: Add NVN storage buffer fallbacks
When we can't track the SSBO origin of a global memory instruction,
leave it as a global memory operation and assume these pointers are in
the NVN storage buffer slots, then apply a linear search in the shader's
runtime.
2021-07-22 21:51:28 -04:00
..
emit_context.cpp shader: Add NVN storage buffer fallbacks 2021-07-22 21:51:28 -04:00
emit_context.h shader: Add NVN storage buffer fallbacks 2021-07-22 21:51:28 -04:00
emit_spirv.cpp shader: Address feedback 2021-07-22 21:51:28 -04:00
emit_spirv.h shader: Add NVN storage buffer fallbacks 2021-07-22 21:51:28 -04:00
emit_spirv_atomic.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_barriers.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_bitwise_conversion.cpp shader: Implement LEA 2021-07-22 21:51:23 -04:00
emit_spirv_composite.cpp shader: Refactor PTP and other minor changes 2021-07-22 21:51:24 -04:00
emit_spirv_context_get_set.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_control_flow.cpp shader: Implement BRX 2021-07-22 21:51:25 -04:00
emit_spirv_convert.cpp shader: Implement I2F 2021-07-22 21:51:23 -04:00
emit_spirv_floating_point.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_image.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_integer.cpp shader: Add NVN storage buffer fallbacks 2021-07-22 21:51:28 -04:00
emit_spirv_logical.cpp spirv: Fixes and Intel specific workarounds 2021-07-22 21:51:22 -04:00
emit_spirv_memory.cpp shader: Add NVN storage buffer fallbacks 2021-07-22 21:51:28 -04:00
emit_spirv_select.cpp shader: Implement BFE and BFI CC 2021-07-22 21:51:28 -04:00
emit_spirv_shared_memory.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_special.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00
emit_spirv_undefined.cpp shader: Primitive Vulkan integration 2021-07-22 21:51:22 -04:00
emit_spirv_warp.cpp spirv: Replace Constant/ConstantComposite with Const helper 2021-07-22 21:51:28 -04:00