mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 12:55:00 +00:00
shader_recompiler: basic implementation of BUFFER_STORE_FORMAT_
(#431)
* shader_recompiler: basic implementation of buffer store w\ fmt conversion * added `Format16` dfmt
This commit is contained in:
parent
6f4e1a47b9
commit
9adc638220
9 changed files with 165 additions and 10 deletions
|
@ -55,6 +55,10 @@ bool Inst::MayHaveSideEffects() const noexcept {
|
|||
case Opcode::StoreBufferF32x2:
|
||||
case Opcode::StoreBufferF32x3:
|
||||
case Opcode::StoreBufferF32x4:
|
||||
case Opcode::StoreBufferFormatF32:
|
||||
case Opcode::StoreBufferFormatF32x2:
|
||||
case Opcode::StoreBufferFormatF32x3:
|
||||
case Opcode::StoreBufferFormatF32x4:
|
||||
case Opcode::StoreBufferU32:
|
||||
case Opcode::WriteSharedU128:
|
||||
case Opcode::WriteSharedU64:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue