summaryrefslogtreecommitdiffstats
path: root/tests/compute/pack-any-value-8bit.slang
Commit message (Collapse)AuthorAge
* render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)2025-09-02
| | | | | | | | | Changes default for render-test to sm_6_5. Since sm_6_5 is the new default, remove the -use-dxil option, add -use-dxcb option Remove -use-dxil option from all test cases. Add -use-dxcb to two tests that needed it. Fixes #7611
* Enable compute/ dir which passes (#7991)Harsh Aggarwal (NVIDIA)2025-08-05
|
* Implement AnyValue marshalling for 8-bit integers (#6059)Julius Ikkala2025-01-15
* Implement anyvalue marshalling for 8-bit integers * Fix missing offset from int8/uint8 case * Disable anyvalue 8-bit test for DXIL Because it doesn't support 8-bit values anyway. --------- Co-authored-by: Yong He <yonghe@outlook.com>