-
Notifications
You must be signed in to change notification settings - Fork 14.6k
[HLSL] Constant buffers codegen #124886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[HLSL] Constant buffers codegen #124886
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
63c465b
[HLSL] Constant buffer layout struct update
hekota c80415a
filter groupshared var decls
hekota cf08adb
[HLSL] Translate cbuffer declarations to target type dx.CBuffer - ini…
hekota 56beb45
remove stride
hekota 749e88e
cleanup, update comments
hekota a12bcbc
Move skipping of implicit initializer of hlsl_constant decls to a dif…
hekota 6dc3a1a
Merge branch 'users/hekota/pr-124840' of https://github.com/llvm/llvm…
hekota 66ae784
Add LayoutStruct to HLSLBufferDecl; add skipping of implicit initiali…
hekota e042f72
desugar types and check for resource builtin type
hekota a8cdd45
Merge branch 'users/hekota/pr-124840' of https://github.com/llvm/llvm…
hekota b62863b
Rework cbuffer codegen to use the target("dx.Layout", ...) type
hekota 7499d40
Merge branch 'main' of https://github.com/llvm/llvm-project into cbuf…
hekota 62094b2
code review feedback - add named constant, rename function, remove file
hekota 6aa47e9
Merge branch 'main' into cbuffer-codegen5
hekota eaeaf2a
code review feedback - minor changes
hekota 515c25e
Merge branch 'main' of https://github.com/llvm/llvm-project into cbuf…
hekota d3c8872
code review feedback - move layout calculations into a separate build…
hekota 3cd4d49
Merge branch 'cbuffer-codegen5' of https://github.com/hekota/llvm-pro…
hekota 77987bd
revert clang/lib/CodeGen/CMakeLists.txt whitespace changes
hekota b934073
clang-format
hekota File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.