mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
shader_ir/other: Implement IPA.IDX
This commit is contained in:
parent
f1c26af844
commit
5bf7324068
2 changed files with 9 additions and 5 deletions
|
@ -596,6 +596,7 @@ union Instruction {
|
|||
} alu;
|
||||
|
||||
union {
|
||||
BitField<38, 1, u64> idx;
|
||||
BitField<51, 1, u64> saturate;
|
||||
BitField<52, 2, IpaSampleMode> sample_mode;
|
||||
BitField<54, 2, IpaInterpMode> interp_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue