mach/gpu-dawn/src/dawn/sources/tint_sem_src.cc
Stephen Gutekanst 7af784bee7 rename mach/gpu to mach/gpu-dawn
See https://github.com/hexops/mach/issues/133#issuecomment-999940767

Helps #109
Helps #133

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-12-22 18:04:33 -07:00

37 lines
1.9 KiB
C++

#include "third_party/tint/src/sem/array.cc"
#include "third_party/tint/src/sem/atomic_type.cc"
#include "third_party/tint/src/sem/behavior.cc"
#include "third_party/tint/src/sem/block_statement.cc"
#include "third_party/tint/src/sem/bool_type.cc"
#include "third_party/tint/src/sem/call.cc"
#include "third_party/tint/src/sem/call_target.cc"
#include "third_party/tint/src/sem/constant.cc"
#include "third_party/tint/src/sem/depth_multisampled_texture_type.cc"
#include "third_party/tint/src/sem/external_texture_type.cc"
#include "third_party/tint/src/sem/f32_type.cc"
#include "third_party/tint/src/sem/for_loop_statement.cc"
#include "third_party/tint/src/sem/function.cc"
#include "third_party/tint/src/sem/i32_type.cc"
#include "third_party/tint/src/sem/if_statement.cc"
#include "third_party/tint/src/sem/info.cc"
#include "third_party/tint/src/sem/intrinsic.cc"
#include "third_party/tint/src/sem/intrinsic_type.cc"
#include "third_party/tint/src/sem/loop_statement.cc"
#include "third_party/tint/src/sem/matrix_type.cc"
#include "third_party/tint/src/sem/member_accessor_expression.cc"
#include "third_party/tint/src/sem/multisampled_texture_type.cc"
#include "third_party/tint/src/sem/parameter_usage.cc"
#include "third_party/tint/src/sem/pointer_type.cc"
#include "third_party/tint/src/sem/reference_type.cc"
#include "third_party/tint/src/sem/sampled_texture_type.cc"
#include "third_party/tint/src/sem/sampler_type.cc"
#include "third_party/tint/src/sem/storage_texture_type.cc"
#include "third_party/tint/src/sem/struct.cc"
#include "third_party/tint/src/sem/switch_statement.cc"
#include "third_party/tint/src/sem/type_constructor.cc"
#include "third_party/tint/src/sem/type_conversion.cc"
#include "third_party/tint/src/sem/type_manager.cc"
#include "third_party/tint/src/sem/u32_type.cc"
#include "third_party/tint/src/sem/variable.cc"
#include "third_party/tint/src/sem/vector_type.cc"
#include "third_party/tint/src/sem/void_type.cc"