shader_ir/other: Implement IPA.IDX

This commit is contained in:
ReinUsesLisp
2019-05-02 21:45:53 -03:00
parent 5321cdd276
commit d4df803b2b
2 changed files with 9 additions and 5 deletions

View File

@ -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;