dawn-cmake/src/writer
Ben Clayton f1b0e1ee57 ast/type: Remove Type suffix from all types
They already exist in a `ast::type` namespace, so `ast::type::BlahType` is just stuttering.
This is more important now that Is<> and As<> use the full type name.

Change-Id: I7c661fe58cdc33ba7e9a95c82c996a799786661f
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34321
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-30 23:30:58 +00:00
..
hlsl ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
msl ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
spirv ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
wgsl ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
float_to_string.cc writer: Simplify floats when printed 2020-11-20 10:04:44 +00:00
float_to_string.h writer: Simplify floats when printed 2020-11-20 10:04:44 +00:00
float_to_string_test.cc Avoid floating point equality checks in tests 2020-11-20 19:34:34 +00:00
pack_coord_arrayidx.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
pack_coord_arrayidx.h writer/hlsl: Move the coord/arrayidx packing to utility function 2020-11-26 13:57:32 +00:00
text.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
text.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
text_generator.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
text_generator.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
writer.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
writer.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00