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