dawn-cmake/src/tint
dan sinclair d8a084585f Move atomic to type/
This CL moves atomic to type/ and updates the namespaces.

Bug: tint:1718
Change-Id: I3331bc0dfae2ccede52b5589b7d3cc443366096a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/113424
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-12-08 22:21:24 +00:00
..
ast Move texture types to type/ folder. 2022-12-08 14:14:10 +00:00
bench tint: Add a benchmark for atan2 const eval 2022-07-19 14:50:33 +00:00
cmd [ir] Add EmitBinary 2022-11-23 02:11:52 +00:00
diagnostic Move type base classes into type/ folder. 2022-12-08 00:32:27 +00:00
fuzzers Move pointer and ref to type/ 2022-12-08 17:50:50 +00:00
inspector Move vector and matrix to type/. 2022-12-08 22:21:24 +00:00
ir tint/utils: Remove non-const accessors on VectorRef 2022-12-06 19:39:02 +00:00
reader spirv-reader: support SSign extended instruction 2022-12-08 16:35:49 +00:00
resolver Move atomic to type/ 2022-12-08 22:21:24 +00:00
sem Move atomic to type/ 2022-12-08 22:21:24 +00:00
templates tint: Rename kInvalid to kUndefined for enums 2022-10-12 18:49:15 +00:00
text Expand ASCII short circuit. 2022-07-25 13:41:21 +00:00
transform Move atomic to type/ 2022-12-08 22:21:24 +00:00
type Move atomic to type/ 2022-12-08 22:21:24 +00:00
utils tint/utils: Vector::Clear: disable "maybe initialized" warning 2022-12-07 01:07:54 +00:00
val tint: Fix dxc on Linux 2022-08-03 21:40:46 +00:00
writer Move atomic to type/ 2022-12-08 22:21:24 +00:00
BUILD.gn Move atomic to type/ 2022-12-08 22:21:24 +00:00
CMakeLists.txt Move atomic to type/ 2022-12-08 22:21:24 +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: Fix unused-but-set-parameter warning 2022-12-06 19:37:38 +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/utils: Make Hashmap::Find() safer to use 2022-11-23 21:04:25 +00:00
clone_context.h Move type base classes into type/ folder. 2022-12-08 00:32:27 +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 Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +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: Move resolver/type_alias to type/short_name 2022-12-08 19:07:06 +00:00
number.cc Run ./tools/format 2022-11-18 11:57:37 +00:00
number.h tint: fix signed overflow in const eval modulo 2022-12-05 17:16:15 +00:00
number_test.cc tint: fix signed overflow in const eval modulo 2022-12-05 17:16:15 +00:00
program.cc Move type base classes into type/ folder. 2022-12-08 00:32:27 +00:00
program.h Move type_manager to type/ folder 2022-12-08 12:03:53 +00:00
program_builder.cc Move type_manager to type/ folder 2022-12-08 12:03:53 +00:00
program_builder.h Move vector and matrix to type/. 2022-12-08 22:21:24 +00:00
program_builder_test.cc tint/ast: Migrate to utils::Vector 2022-08-02 17:03:35 +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 Rename StorageClass to AddressSpace. 2022-10-03 14:05:23 +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/utils: Make Hashmap::Find() safer to use 2022-11-23 21:04:25 +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 Remove tint::Source::data_view 2022-11-17 19:16: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 tint: Rename kInvalid to kUndefined for enums 2022-10-12 18:49: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 Move vector and matrix to type/. 2022-12-08 22:21:24 +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: improve compile error when calling builder::Val with the wrong 2022-11-30 16:02:45 +00:00
traits_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00