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