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