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