dawn-cmake/src/writer
James Price 11c6fcdb51 spirv: Use generic transform to process shader IO
The refactored CanonicalizeEntryPointIO transform makes it much easier
to handle SPIR-V style IO as well, and doing this removes a lot of
duplicated code. Remove all of the SPIR-V transform code for shader IO
and vertex point size.

Bug: tint:920
Change-Id: Id1b97517619b4d2fd09b45d5aee848259f3dfa77
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60840
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: James Price <jrprice@google.com>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-08-05 17:34:19 +00:00
..
hlsl transform/shader_io: Generate a wrapper function 2021-08-04 22:15:28 +00:00
msl msl: Add generator option to emit [[point_size]] 2021-08-05 16:21:59 +00:00
spirv spirv: Use generic transform to process shader IO 2021-08-05 17:34:19 +00:00
wgsl reader/spirv: Handle the MatrixStride decoration 2021-07-27 08:17:29 +00:00
append_vector.cc writer: avoid type breakage during AppendVector 2021-07-28 16:31:36 +00:00
append_vector.h writer: avoid type breakage during AppendVector 2021-07-28 16:31:36 +00:00
append_vector_test.cc writer: avoid type breakage during AppendVector 2021-07-28 16:31:36 +00:00
float_to_string.cc Fix FloatToString printing with not enough precision when using `fixed` floatfield format 2021-07-16 08:55:14 +00:00
float_to_string.h wsgl-writer: emit inf, nan, subnormal as hex float 2021-05-27 20:46:46 +00:00
float_to_string_test.cc Fix FloatToString printing with not enough precision when using `fixed` floatfield format 2021-07-16 08:55:14 +00:00
text.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
text.h Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
text_generator.cc intrinsics: Add new struct form of modf(), frexp() 2021-07-23 16:43:01 +00:00
text_generator.h intrinsics: Add new struct form of modf(), frexp() 2021-07-23 16:43:01 +00:00
text_generator_test.cc writer/msl: Implement atomics 2021-06-29 11:53:15 +00:00
writer.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
writer.h writer: Move sanitizers into the backends 2021-07-08 16:00:23 +00:00