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