mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 18:17:59 -05:00
spirv: Add lower fp16 to fp32 pass
This commit is contained in:
@ -216,6 +216,10 @@ void Inst::ReplaceUsesWith(Value replacement) {
|
||||
}
|
||||
}
|
||||
|
||||
void Inst::ReplaceOpcode(IR::Opcode opcode) {
|
||||
op = opcode;
|
||||
}
|
||||
|
||||
void Inst::Use(const Value& value) {
|
||||
Inst* const inst{value.Inst()};
|
||||
++inst->use_count;
|
||||
|
Reference in New Issue
Block a user