diff options
| author | Aiden Grossman <aidengrossman@google.com> | 2025-08-29 19:51:31 +0000 |
|---|---|---|
| committer | Aiden Grossman <aidengrossman@google.com> | 2025-08-29 19:51:31 +0000 |
| commit | f1c66003a3be0e5296de0aaaab1cb1b804e8cbe7 (patch) | |
| tree | 4b5fbe67499bfe3fa1568c336aad08082f2480be /llvm/lib/MC/DXContainerRootSignature.cpp | |
| parent | 328a8372b5362b8de7bc2c33fb75c7e046a00673 (diff) | |
| parent | 80c21797901b9c5a787774fdb94046ea285c1b83 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/boomanaiden154/main.bolt-enable-lit-internal-shell-by-default
Created using spr 1.3.6
[skip ci]
Diffstat (limited to 'llvm/lib/MC/DXContainerRootSignature.cpp')
| -rw-r--r-- | llvm/lib/MC/DXContainerRootSignature.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/DXContainerRootSignature.cpp b/llvm/lib/MC/DXContainerRootSignature.cpp index 4d5322b5b3cb..ce7d5c91bc7c 100644 --- a/llvm/lib/MC/DXContainerRootSignature.cpp +++ b/llvm/lib/MC/DXContainerRootSignature.cpp @@ -106,7 +106,7 @@ void RootSignatureDesc::write(raw_ostream &OS) const { const RootParameterInfo &Info = ParametersContainer.getInfo(I); switch (Info.Type) { case dxbc::RootParameterType::Constants32Bit: { - const dxbc::RTS0::v1::RootConstants &Constants = + const mcdxbc::RootConstants &Constants = ParametersContainer.getConstant(Info.Location); support::endian::write(BOS, Constants.ShaderRegister, llvm::endianness::little); @@ -119,7 +119,7 @@ void RootSignatureDesc::write(raw_ostream &OS) const { case dxbc::RootParameterType::CBV: case dxbc::RootParameterType::SRV: case dxbc::RootParameterType::UAV: { - const dxbc::RTS0::v2::RootDescriptor &Descriptor = + const mcdxbc::RootDescriptor &Descriptor = ParametersContainer.getRootDescriptor(Info.Location); support::endian::write(BOS, Descriptor.ShaderRegister, |
