gdkchan e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 anni fa
..
AtomicOp.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
BarrierLevel.cs 29a825b43b Address PR feedback 6 anni fa
BarrierMode.cs 2eccc7023a Partial support for shader memory barriers 6 anni fa
BitfieldExtensions.cs e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 anni fa
Block.cs 18814d44b2 Address PR feedback 6 anni fa
Condition.cs 1876b346fe Initial work 6 anni fa
ConditionalOperation.cs 1876b346fe Initial work 6 anni fa
Decoder.cs b8eb6abecc Refactor shader GPU state and memory access (#1203) 6 anni fa
DecoderHelper.cs dc97457bf0 Initial support for double precision shader instructions. (#963) 6 anni fa
FPHalfSwizzle.cs 1876b346fe Initial work 6 anni fa
FPMultiplyScale.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
FPType.cs dc97457bf0 Initial support for double precision shader instructions. (#963) 6 anni fa
IOpCode.cs 1876b346fe Initial work 6 anni fa
IOpCodeAlu.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
IOpCodeCbuf.cs 1876b346fe Initial work 6 anni fa
IOpCodeFArith.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
IOpCodeHfma.cs 1876b346fe Initial work 6 anni fa
IOpCodeImm.cs 1876b346fe Initial work 6 anni fa
IOpCodeImmF.cs 1876b346fe Initial work 6 anni fa
IOpCodeLop.cs 1876b346fe Initial work 6 anni fa
IOpCodePredicate39.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
IOpCodeRa.cs 1876b346fe Initial work 6 anni fa
IOpCodeRc.cs 1876b346fe Initial work 6 anni fa
IOpCodeRd.cs 1876b346fe Initial work 6 anni fa
IOpCodeReg.cs 1876b346fe Initial work 6 anni fa
IOpCodeRegCbuf.cs 1876b346fe Initial work 6 anni fa
IOpCodeTexture.cs 6b13c5b439 Support bindless texture gather shader instruction 6 anni fa
IOpCodeTld4.cs 6b13c5b439 Support bindless texture gather shader instruction 6 anni fa
ImageComponents.cs 8cba252b23 Add per-source type memory change tracking, simplified state change tracking, other fixes 6 anni fa
ImageDimensions.cs 1b7d955195 Initial support for image stores, support texture sample on compute 6 anni fa
IntegerCondition.cs 1876b346fe Initial work 6 anni fa
IntegerHalfPart.cs 1876b346fe Initial work 6 anni fa
IntegerShift.cs 1876b346fe Initial work 6 anni fa
IntegerSize.cs 6a98c643ca Add a pass to turn global memory access into storage access, and do all storage related transformations on IR 6 anni fa
IntegerType.cs 1876b346fe Initial work 6 anni fa
InterpolationMode.cs 1876b346fe Initial work 6 anni fa
LogicalOperation.cs 1876b346fe Initial work 6 anni fa
MufuOperation.cs 1876b346fe Initial work 6 anni fa
OpCode.cs 1876b346fe Initial work 6 anni fa
OpCodeAlu.cs 1876b346fe Initial work 6 anni fa
OpCodeAluCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeAluImm.cs 1876b346fe Initial work 6 anni fa
OpCodeAluImm2x10.cs 1876b346fe Initial work 6 anni fa
OpCodeAluImm32.cs 1876b346fe Initial work 6 anni fa
OpCodeAluReg.cs 1876b346fe Initial work 6 anni fa
OpCodeAluRegCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeAtom.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
OpCodeAttribute.cs 1876b346fe Initial work 6 anni fa
OpCodeBarrier.cs 2eccc7023a Partial support for shader memory barriers 6 anni fa
OpCodeBranch.cs 442485adb3 Partial support for branch with CC, and fix a edge case of branch out of loop on shaders 6 anni fa
OpCodeBranchIndir.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
OpCodeBranchPop.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
OpCodeDArithImm.cs dc97457bf0 Initial support for double precision shader instructions. (#963) 6 anni fa
OpCodeExit.cs 1876b346fe Initial work 6 anni fa
OpCodeFArith.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
OpCodeFArithCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeFArithImm.cs 1876b346fe Initial work 6 anni fa
OpCodeFArithImm32.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
OpCodeFArithReg.cs 1876b346fe Initial work 6 anni fa
OpCodeFArithRegCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeFsetImm.cs 1876b346fe Initial work 6 anni fa
OpCodeHfma.cs 1876b346fe Initial work 6 anni fa
OpCodeHfmaCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeHfmaImm2x10.cs 1876b346fe Initial work 6 anni fa
OpCodeHfmaImm32.cs 1876b346fe Initial work 6 anni fa
OpCodeHfmaReg.cs 1876b346fe Initial work 6 anni fa
OpCodeHfmaRegCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeHsetImm2x10.cs 1876b346fe Initial work 6 anni fa
OpCodeImage.cs 0b6d206daa Omit image format if possible, and fix BA bit (#1280) 6 anni fa
OpCodeIpa.cs 1876b346fe Initial work 6 anni fa
OpCodeLdc.cs 5a9dba0756 Sign-extend shader memory instruction offsets (#934) 6 anni fa
OpCodeLop.cs 1876b346fe Initial work 6 anni fa
OpCodeLopCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeLopImm.cs 1876b346fe Initial work 6 anni fa
OpCodeLopImm32.cs 1876b346fe Initial work 6 anni fa
OpCodeLopReg.cs 1876b346fe Initial work 6 anni fa
OpCodeMemory.cs 5a9dba0756 Sign-extend shader memory instruction offsets (#934) 6 anni fa
OpCodeMemoryBarrier.cs 2eccc7023a Partial support for shader memory barriers 6 anni fa
OpCodePset.cs e0c95b18eb Add PSET shader instruction 6 anni fa
OpCodePush.cs f0a59f345c Add partial support for the BRX shader instruction 6 anni fa
OpCodeRed.cs 5a9dba0756 Sign-extend shader memory instruction offsets (#934) 6 anni fa
OpCodeSet.cs 1876b346fe Initial work 6 anni fa
OpCodeSetCbuf.cs 1876b346fe Initial work 6 anni fa
OpCodeSetImm.cs 1876b346fe Initial work 6 anni fa
OpCodeSetReg.cs 1876b346fe Initial work 6 anni fa
OpCodeShuffle.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 6 anni fa
OpCodeTable.cs e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 anni fa
OpCodeTex.cs 1876b346fe Initial work 6 anni fa
OpCodeTexB.cs 1876b346fe Initial work 6 anni fa
OpCodeTexs.cs 1876b346fe Initial work 6 anni fa
OpCodeTexture.cs 6b13c5b439 Support bindless texture gather shader instruction 6 anni fa
OpCodeTextureScalar.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 6 anni fa
OpCodeTld.cs 1876b346fe Initial work 6 anni fa
OpCodeTld4.cs 6b13c5b439 Support bindless texture gather shader instruction 6 anni fa
OpCodeTld4B.cs 6b13c5b439 Support bindless texture gather shader instruction 6 anni fa
OpCodeTld4s.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 6 anni fa
OpCodeTlds.cs 1876b346fe Initial work 6 anni fa
OpCodeTxd.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 6 anni fa
OpCodeVideo.cs 1586450a38 Implement VMNMX shader instruction (#1032) 6 anni fa
OpCodeVote.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
ReductionType.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
Register.cs 1876b346fe Initial work 6 anni fa
RegisterConsts.cs 1876b346fe Initial work 6 anni fa
RegisterType.cs 1876b346fe Initial work 6 anni fa
RoundingMode.cs 1876b346fe Initial work 6 anni fa
ShuffleType.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 6 anni fa
SystemRegister.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
TexelLoadTarget.cs 1b7d955195 Initial support for image stores, support texture sample on compute 6 anni fa
TextureDimensions.cs 1876b346fe Initial work 6 anni fa
TextureGatherOffset.cs 1876b346fe Initial work 6 anni fa
TextureLodMode.cs 1876b346fe Initial work 6 anni fa
TextureProperty.cs 1876b346fe Initial work 6 anni fa
TextureTarget.cs 1876b346fe Initial work 6 anni fa
VideoPostOp.cs 1586450a38 Implement VMNMX shader instruction (#1032) 6 anni fa
VideoType.cs 1586450a38 Implement VMNMX shader instruction (#1032) 6 anni fa
VoteOp.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 anni fa
XmadCMode.cs 1876b346fe Initial work 6 anni fa