aboutsummaryrefslogtreecommitdiff
path: root/test/val/val_composites_test.cpp
AgeCommit message (Expand)Author
2023-06-22SPV_KHR_cooperative_matrix (#5286)archimedus
2022-09-29spirv-val: Consistently quote ids in messages (#4950)Shahbaz Youssefi
2021-08-16Disallow loading a runtime-sized array (#4473)alan-baker
2020-11-27Reject SPIR-V that applies void to OpUndef, OpCopyObject, OpPhi (#4036)Alastair Donaldson
2019-10-17Disallow use of OpCompositeExtract/OpCompositeInsert with no indices (#2980)Jakub Kuderski
2019-07-08Validate usage of 8- and 16-bit types with only storage capabilities (#2704)alan-baker
2019-05-07Support SPIR-V 1.4 (#2550)David Neto
2019-02-25Add validation for SPV_NV_cooperative_matrix (#2404)Jeff Bolz
2019-01-03Broader check for ids that require a type (#2259)alan-baker
2018-12-03[val] Fixup id name output (#2158)dan sinclair
2018-12-03Strict validation of where type ids are acceptable (#2142)alan-baker
2018-10-22Better checking of the index operand (#1992)alan-baker
2018-10-02Add validation for execution modesAlan Baker
2018-09-10Validator: check OpTypeBool inside Blocks (#1405)Jaebaek Seo
2018-08-27Validate all type ids. (#1868)Steven Perron
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-31Update error messages in validate_composites. (#1743)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-03-28Fixes #1403.Alan Baker
2018-01-04Validator checks out of bounds composite accessAndrey Tuganov
2017-12-11Reenable OpCopyObject validation rulesAndrey Tuganov
2017-12-05Add composite instruction validation passAndrey Tuganov