gdkchan e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 年 前
..
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 e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 年 前
Block.cs 18814d44b2 Address PR feedback 6 年 前
Condition.cs 1876b346fe Initial work 6 年 前
ConditionalOperation.cs 1876b346fe Initial work 6 年 前
Decoder.cs b8eb6abecc Refactor shader GPU state and memory access (#1203) 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 0b6d206daa Omit image format if possible, and fix BA bit (#1280) 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 e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 年 前
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 年 前