dawn-cmake/src/tint/writer
dan sinclair 61d76ebb5c Update some forward declarations.
This CL removes some forward declarations which are no longer needed
and adds one missing declaration which was pulled in from other headers.

These were found by the clang-tidy bugprone-forward-declaration-namespace
check.

Bug: dawn:1414
Change-Id: I8906861e472f2d64a1547c8c6de348cd4151ffb5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91742
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2022-05-30 18:00:58 +00:00
..
glsl Update some forward declarations. 2022-05-30 18:00:58 +00:00
hlsl Update some forward declarations. 2022-05-30 18:00:58 +00:00
msl Update some forward declarations. 2022-05-30 18:00:58 +00:00
spirv tint: Implement DP4a on SPIR-V writer 2022-05-26 00:25:04 +00:00
wgsl tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
append_vector.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
append_vector.h Condense namespaces in tint/writer. 2022-04-07 14:43:05 +00:00
append_vector_test.cc tint: Remove ast::CallExpression -> sem::Call implicit mapping 2022-05-19 21:50:59 +00:00
array_length_from_uniform_options.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
array_length_from_uniform_options.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
flatten_bindings.cc Factor out code to flatten bindings for msl 2022-05-02 19:49:19 +00:00
flatten_bindings.h Factor out code to flatten bindings for msl 2022-05-02 19:49:19 +00:00
flatten_bindings_test.cc Factor out code to flatten bindings for msl 2022-05-02 19:49:19 +00:00
float_to_string.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
float_to_string.h Condense namespaces in tint/writer. 2022-04-07 14:43:05 +00:00
float_to_string_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
generate_external_texture_bindings.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
generate_external_texture_bindings.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
generate_external_texture_bindings_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
text.cc Condense namespaces in tint/writer. 2022-04-07 14:43:05 +00:00
text.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
text_generator.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
text_generator.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
text_generator_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
writer.cc Condense namespaces in tint/writer. 2022-04-07 14:43:05 +00:00
writer.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00