Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes
This commit is contained in:
@ -16,6 +16,8 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
||||
|
||||
GatherCompIndex = opCode.Extract(52, 2);
|
||||
|
||||
IsFp16 = opCode.Extract(55);
|
||||
|
||||
ComponentMask = Rd1.IsRZ ? 3 : 0xf;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user