summaryrefslogtreecommitdiffstats
path: root/tests/bugs/sample-grad-clamp-lod.slang.glsl
Commit message (Collapse)AuthorAge
* More control flow simplifications. (#2673)Yong He2023-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * More control flow and Phi param simplifications. * Fix. * Fix gcc error. * Fix. * More IR cleanup. * Fix bug in phi param dce + ifelse simplify. * Propagate and DCE side-effect-free functions. * Enhance CFG simplifcation to remove loops with no side effects. * Fix. * Fixes. * Fix tests. Add [__AlwaysFoldIntoUseSite] for rayPayloadLocation. * More cleanup. * Fixes. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Added sample-grad-clamp-lod test. (#2173)jsmall-nvidia2022-04-05
* #include an absolute path didn't work - because paths were taken to always be relative. * Added sample-grad-clamp-lod sample.