Update re-spirv with more derivative operations.
This commit is contained in:
parent
bf332b7e2b
commit
0877a968d9
2 changed files with 13 additions and 1 deletions
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
|
|
@ -929,7 +929,7 @@ Files extracted from upstream source:
|
|||
## re-spirv
|
||||
|
||||
- Upstream: https://github.com/renderbag/re-spirv
|
||||
- Version: git (5af3b606e6aaf11bae8dc7b5cd236c943e24865e, 2025)
|
||||
- Version: git (c1853b0221cd43866b792406f55c4ab10a0b4503, 2026)
|
||||
- License: MIT
|
||||
|
||||
Files extracted from upstream source:
|
||||
|
|
|
|||
12
thirdparty/re-spirv/re-spirv.cpp
vendored
12
thirdparty/re-spirv/re-spirv.cpp
vendored
|
|
@ -182,6 +182,12 @@ namespace respv {
|
|||
case SpvOpDPdx:
|
||||
case SpvOpDPdy:
|
||||
case SpvOpFwidth:
|
||||
case SpvOpDPdxFine:
|
||||
case SpvOpDPdyFine:
|
||||
case SpvOpFwidthFine:
|
||||
case SpvOpDPdxCoarse:
|
||||
case SpvOpDPdyCoarse:
|
||||
case SpvOpFwidthCoarse:
|
||||
case SpvOpControlBarrier:
|
||||
case SpvOpMemoryBarrier:
|
||||
case SpvOpAtomicLoad:
|
||||
|
|
@ -359,6 +365,12 @@ namespace respv {
|
|||
case SpvOpDPdx:
|
||||
case SpvOpDPdy:
|
||||
case SpvOpFwidth:
|
||||
case SpvOpDPdxFine:
|
||||
case SpvOpDPdyFine:
|
||||
case SpvOpFwidthFine:
|
||||
case SpvOpDPdxCoarse:
|
||||
case SpvOpDPdyCoarse:
|
||||
case SpvOpFwidthCoarse:
|
||||
case SpvOpGroupNonUniformElect:
|
||||
case SpvOpCopyLogical:
|
||||
rOperandWordStart = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue