gdkchan 49f970d5bd Implement CAL and RET shader instructions (#1618) 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 роки тому
CbIndexMode.cs b066cfc1a3 Add support for shader constant buffer slot indexing (#1608) 5 роки тому
Condition.cs 1876b346fe Initial work 6 роки тому
ConditionalOperation.cs 1876b346fe Initial work 6 роки тому
Decoder.cs 49f970d5bd Implement CAL and RET shader instructions (#1618) 5 роки тому
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 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAlu.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAluCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAluImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAluImm2x10.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAluImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAluReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAluRegCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAtom.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeAttribute.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeBarrier.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeBranch.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeBranchIndir.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeBranchPop.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeDArithImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeExit.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFArith.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFArithCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFArithImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFArithImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFArithReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFArithRegCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeFsetImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHfma.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHfmaCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHfmaImm2x10.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHfmaImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHfmaReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHfmaRegCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeHsetImm2x10.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeImage.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeIpa.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeLdc.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeLop.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeLopCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeLopImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeLopImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeLopReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeMemory.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeMemoryBarrier.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodePset.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodePush.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeRed.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeSet.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeSetCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeSetImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeSetReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeShuffle.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTable.cs 49f970d5bd Implement CAL and RET shader instructions (#1618) 5 роки тому
OpCodeTex.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTexB.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTexs.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTexture.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTextureScalar.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTld.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTld4.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTld4B.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTld4s.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTlds.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeTxd.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeVideo.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
OpCodeVote.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 роки тому
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 роки тому