mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 07:38:41 +00:00
shader_recompiler: Add ConvertF16F32 to FP16 detection.
This commit is contained in:
parent
bad3d5a68e
commit
3f1ed29369
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ void Visit(Info& info, IR::Inst& inst) {
|
||||||
case IR::Opcode::WriteSharedU64:
|
case IR::Opcode::WriteSharedU64:
|
||||||
info.uses_shared = true;
|
info.uses_shared = true;
|
||||||
break;
|
break;
|
||||||
|
case IR::Opcode::ConvertF16F32:
|
||||||
case IR::Opcode::ConvertF32F16:
|
case IR::Opcode::ConvertF32F16:
|
||||||
case IR::Opcode::BitCastF16U16:
|
case IR::Opcode::BitCastF16U16:
|
||||||
info.uses_fp16 = true;
|
info.uses_fp16 = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue