dawn-cmake/src/tint
dan sinclair 6392579ee1 Move BuiltinValue to builtin/
This CL moves the BuiltinValue enum to the builtin/ folder.

Change-Id: I9db5128c1bc272e8e8d5181d629e6724ac38322e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120361
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2023-02-17 21:56:35 +00:00
..
ast Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
bench tint: Add a benchmark for atan2 const eval 2022-07-19 14:50:33 +00:00
builtin Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
cmd Add JSON output to tint_info. 2023-02-16 19:22:19 +00:00
constant Add clone into constant/ 2023-01-06 02:57:36 +00:00
diagnostic tint/gn: Use Unix diagnostic printer on macOS 2023-01-04 17:48:00 +00:00
fuzzers tint/ast: Change Variable::symbol to Variable::name 2023-02-09 10:34:14 +00:00
inspector Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
ir tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
reader Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
resolver Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
sem Cleanup some includes. 2023-02-15 02:35:32 +00:00
templates tint/ast: Remove ast::Sampler 2023-02-09 23:56:42 +00:00
text Count the line pos, offset and size of compilation message in UTF-16 2023-01-10 00:03:24 +00:00
transform Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
type tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
utils Fix MSVC 14.29 errors: 2023-01-30 14:49:27 +00:00
val tint: Fix dxc on Linux 2022-08-03 21:40:46 +00:00
writer Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
BUILD.gn Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
CMakeLists.txt Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
OWNERS Add top-level OWNERS and scope Tint owners more tightly. 2022-04-07 17:59:14 +00:00
castable.cc Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
castable.h tint/castable: Add Maybe() MaybeAnyOf() 2022-12-14 22:38:43 +00:00
castable_bench.cc tint/ast: Generate ast::StorageClass from intrinsics.def 2022-07-27 16:36:35 +00:00
castable_test.cc Update internals to initializer instead of constructor. 2022-10-20 13:38:28 +00:00
clone_context.cc tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
clone_context.h tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
clone_context_test.cc tint: Add callback overloads to CloneContext::Insert* 2022-11-02 13:40:41 +00:00
debug.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
debug.h tint: Use TINT_UNLIKELY() on TINT_ASSERT() condition 2023-01-13 14:46:21 +00:00
debug_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
demangler.cc Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
demangler.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
demangler_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
intrinsics.def tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
number.cc Run ./tools/format 2022-11-18 11:57:37 +00:00
number.h tint: add CheckedPow 2022-12-13 16:29:06 +00:00
number_test.cc tint: add CheckedPow 2022-12-13 16:29:06 +00:00
program.cc Split demangler to separate lib. 2023-02-15 04:35:01 +00:00
program.h tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
program_builder.cc Split demangler to separate lib. 2023-02-15 04:35:01 +00:00
program_builder.h Move BuiltinValue to builtin/ 2023-02-17 21:56:35 +00:00
program_builder_test.cc tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
program_id.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
program_id.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
program_test.cc Move ast/address_space to type/ 2023-01-21 19:56:49 +00:00
reflection.h tint: Add TINT_REFLECT() & ForeachField() 2022-09-02 11:40:19 +00:00
reflection_test.cc tint: Add TINT_REFLECT() & ForeachField() 2022-09-02 11:40:19 +00:00
scope_stack.h tint/resolver: Reduce Hashmap fixed sizes for UA 2023-01-12 20:31:33 +00:00
scope_stack_test.cc tint: Implement uniformity analaysis 2022-05-11 22:05:15 +00:00
source.cc Remove tint::Source::data_view 2022-11-17 19:16:24 +00:00
source.h Fix typo 2022-12-15 18:00:24 +00:00
source_test.cc Remove tint::Source::data_view 2022-11-17 19:16:24 +00:00
symbol.cc tint: Add Symbol inequality operator 2022-11-29 21:17:37 +00:00
symbol.h tint: Add Symbol inequality operator 2022-11-29 21:17:37 +00:00
symbol_table.cc Add InsertBraces: true to .clang-format 2022-05-19 20:08:19 +00:00
symbol_table.h Add ability to clone types. 2023-01-05 21:07:15 +00:00
symbol_table_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol_test.cc tint: Add Symbol inequality operator 2022-11-29 21:17:37 +00:00
test_main.cc tint: Add Initialize() / Shutdown() public APIs 2022-11-03 19:16:26 +00:00
tint.cc tint: Add Initialize() / Shutdown() public APIs 2022-11-03 19:16:26 +00:00
tint.natvis tint: Remove ast::Void 2023-02-07 21:28:09 +00:00
tint_gdb.py tint: Fix gdb and lldb pretty printers for recently updated Hashset and Hashmap 2022-11-07 14:00:53 +00:00
tint_lldb.py tint: Fix gdb and lldb pretty printers for recently updated Hashset and Hashmap 2022-11-07 14:00:53 +00:00
traits.h tint: Replace all remaining AST types with ast::Type 2023-02-14 13:52:43 +00:00
traits_test.cc tint: Add ast::TemplatedIdentifier 2023-02-03 13:24:18 +00:00