..
ast
tint: Add missing tests / benchmarks
2022-12-01 11:40:24 +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
Start adding IR.
2022-10-28 01:22:58 +00:00
fuzzers
tint: Use "demote-to-helper" semantics for discard
2022-11-09 19:58:59 +00:00
inspector
Run ./tools/format
2022-11-18 11:57:37 +00:00
ir
[ir] Split Binary from Instruction
2022-11-30 16:36:46 +00:00
reader
tint: Add 'chromium_experimental_full_ptr_parameters' extension
2022-11-30 19:13:29 +00:00
resolver
tint: merge const eval shift left definitions
2022-12-01 10:38:51 +00:00
sem
tint/sem: Minor cleanup
2022-11-30 11:50:54 +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
Tint: Fix extractBits polyfill
2022-11-30 23:55:28 +00:00
utils
tint/utils: Add Vector::Sort()
2022-11-30 01:16:53 +00:00
val
tint: Fix dxc on Linux
2022-08-03 21:40:46 +00:00
writer
Tint: Implement f16 in uniform and storage address space
2022-11-24 05:25:35 +00:00
BUILD.gn
tint: Add missing tests / benchmarks
2022-12-01 11:40:24 +00:00
CMakeLists.txt
tint: Add missing tests / benchmarks
2022-12-01 11:40: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: Castable - optimize IsAnyOf()
2022-08-23 15:39:15 +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
tint/utils: Make Hashmap::Find() safer to use
2022-11-23 21:04:25 +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: merge const eval shift left definitions
2022-12-01 10:38:51 +00:00
number.cc
Run ./tools/format
2022-11-18 11:57:37 +00:00
number.h
tint/number: add CheckedMod functions
2022-11-30 14:18:51 +00:00
number_test.cc
tint/number: add CheckedMod functions
2022-11-30 14:18:51 +00:00
program.cc
tint: Add FriendlyName() to Program
2022-09-05 20:51:23 +00:00
program.h
tint: Add FriendlyName() to Program
2022-09-05 20:51:23 +00:00
program_builder.cc
tint: Add FriendlyName() to Program
2022-09-05 20:51:23 +00:00
program_builder.h
Remove infrastructure for fallthrough
2022-11-15 00:30:33 +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
Update internals to initializer instead of constructor.
2022-10-20 13:38:28 +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