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