aboutsummaryrefslogtreecommitdiff
path: root/test/val/val_ext_inst_test.cpp
AgeCommit message (Expand)Author
2021-12-15Basic support for SPIR-V 1.6 (#4663)alan-baker
2021-09-12Change validator boolean tests to avoid asserts (#4503)alan-baker
2021-08-23spirv-val: Validate vulkan debug info similarly to opencl debug info (#4466)Greg Fischer
2021-07-29Fix validator crash (#4418)alan-baker
2021-03-31Add interpolate legalization pass (#4220)Greg Fischer
2020-08-16Allow DebugTypeTemplate for Type operand (#3702)Jaebaek Seo
2020-08-12Validate more OpenCL.DebugInfo.100 instructions (#3684)Jaebaek Seo
2020-08-05OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549)Jaebaek Seo
2020-07-30Validator support for non-semantic clspv reflection (#3618)alan-baker
2020-05-25spirv-val: allow DebugInfoNone for DebugTypeComposite.Size (#3374)Jaebaek Seo
2020-02-25Add validation rules for OpenCL.DebugInfo.100 extension (#3133)Jaebaek Seo
2020-01-23Handle conflict between debug info and existing validation rule (#3104)Jaebaek Seo
2019-08-15Update remquo validation to match the OpenCL Extended Instruction Set Specifi...Toomas Remmelg
2019-05-22Update vloadn and vstoren validation to match the OpenCL Extended Instruction...Toomas Remmelg
2019-01-29Remove use of deprecated googletest macro (#2286)Steven Perron
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-02Add validation for execution modesAlan Baker
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-06-28GLSL.std.450 Refract Eta can be any float scalarDavid Neto
2018-06-13Validate static uses of interfacesAlan Baker
2018-04-16Fix validation issues relevant to SPV_AMD_gpu_shader_int16.Rex Xu
2018-02-01Added OpenCL ExtInst validation rulesAndrey Tuganov
2018-01-09Fix validation rules for GLSL pack/unpack 2x32Andrey Tuganov
2018-01-02Add ExtInst validation pass (GLSL only for now)Andrey Tuganov