diff options
author | Nathan Gauër <brioche@google.com> | 2025-06-11 14:22:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-11 14:22:54 +0200 |
commit | 50f534e21cfb47aaf44e1613f71b56cca55ba395 (patch) | |
tree | eca7e39fb7927a948a3b7aed12b4ce9e8f258cf6 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 33fee564998598a52e802292db25c0ee52f7e1a6 (diff) | |
download | llvm-50f534e21cfb47aaf44e1613f71b56cca55ba395.zip llvm-50f534e21cfb47aaf44e1613f71b56cca55ba395.tar.gz llvm-50f534e21cfb47aaf44e1613f71b56cca55ba395.tar.bz2 |
[HLSL][SPIR-V] Handle SV_Position builtin in PS (#141759)
This commit is using the same mechanism as vk::ext_builtin_input to
implement the SV_Position semantic input.
The HLSL signature is not yet ready for DXIL, hence this commit only
implements the SPIR-V side.
This is incomplete as it doesn't allow the semantic on hull/domain and
other shaders, but it's a first step to validate the overall
input/output
semantic logic.
Fixes https://github.com/llvm/llvm-project/issues/136969
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions