summaryrefslogtreecommitdiffstats
path: root/tests/spirv/subgroup-size-2.slang
Commit message (Collapse)AuthorAge
* Defer immutable buffer loads when emitting spirv. (#7579)Yong He2025-07-02
| | | | | | | | | | | | | * Defer immutable buffer loads when emitting spirv. * Fix. * Fix. * Fix. * Fix tests. * Fix test.
* Move SPIRV global variables into a context variable (#4741)ArielG-NV2024-07-30
|
* Support all integer typed indices in StructuredBuffer Load/Store/[]. (#4311)Yong He2024-06-10
| | | | | | | | | * Support all integer typed indices in StructuredBuffer Load/Store/[]. * Fix tests. --------- Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
* Properly compile `gl_WorkgroupSize`. (#3925)Yong He2024-04-10
* Properly compile `gl_WorkgroupSize`. * Update source/slang/slang-ir-translate-glsl-global-var.cpp Co-authored-by: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> --------- Co-authored-by: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com>