Chow

Results 4 issues of Chow

Add SPV support in DXC to support extension SPV_KHR_fragment_shading_barycentric. Including new built-ins and built-in function. Ref: https://github.com/microsoft/DirectXShaderCompiler/wiki/SV_Barycentrics

* [SPIR-V] Add support for SPV_KHR_fragment_shading_barycentrics (SV_Barycentrics) Implement latest `SV_Barycentrics` semantics in DXC, according to DXC wiki spec. For variant qualifier decorated baryCoord inputs, as KHR extension has no matched...

spirv

Support extension GL_ARB_geometry_shader4. 1. primitive type and vertices number would be determined in link time, hence set flags. 2. Some array related changes in ParseHelper have dependency on implicit array...

Add impl for some ops, mainly for matrix and float / conv ops. Finished op List: (all of them have already been added to symbol table and related to a...