dawn-cmake/src/tint
Ben Clayton db89595550 tint: Add a Count() method to BlockAllocator.
Tells you how many things you've allocated.
Will be used for various optimizations.

Change-Id: I8a31bb06e2b23781245bbfd16fabc9b85e440d14
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96142
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-07-15 23:42:14 +00:00
..
ast tint: Disallow write-only storage buffers 2022-07-04 15:17:00 +00:00
bench Remove NOLINT lines from c++17 headers 2022-06-18 14:34:00 +00:00
cmd Remove NOLINT lines from c++17 headers 2022-06-18 14:34:00 +00:00
diagnostic Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
fuzzers tint: Remove semicolon as struct member delimeter 2022-07-04 16:58:00 +00:00
inspector tint: Remove public include of ast include 2022-07-11 17:17:23 +00:00
reader tint: Fix SPIR-V validation around interpolation decorations 2022-07-12 19:10:39 +00:00
resolver tint/resolver: Use the intrinsic table for type const dispatch 2022-07-15 22:27:50 +00:00
sem tint: Clean up legacy type cruft 2022-07-15 17:16:49 +00:00
text Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
transform tint: Remove single scalar matrix constructors. 2022-07-15 15:25:30 +00:00
utils tint: Add a Count() method to BlockAllocator. 2022-07-15 23:42:14 +00:00
val tint: add --overrides flag to specify pipeline overrides 2022-05-05 17:05:10 +00:00
writer tint/writer/glsl: Fix emitting float modulo with mixing type 2022-07-15 11:05:29 +00:00
BUILD.gn tint/resolver: Add ConstEval class 2022-07-15 14:14:09 +00:00
CMakeLists.txt tint/resolver: Add ConstEval class 2022-07-15 14:14:09 +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 Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
castable_bench.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
castable_test.cc tint: Castable - support non-default-constructable return types 2022-05-05 19:18:00 +00:00
clone_context.cc Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
clone_context.h Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
clone_context_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +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/resolver: Use the intrinsic table for type const dispatch 2022-07-15 22:27:50 +00:00
number.cc tint: Implement f16 value binary representation 2022-07-07 03:29:11 +00:00
number.h tint: Implement f16 value binary representation 2022-07-07 03:29:11 +00:00
number_test.cc tint: Implement f16 value binary representation 2022-07-07 03:29:11 +00:00
program.cc tint: Refactor sem::Constant to be less memory-hungry 2022-06-29 19:07:30 +00:00
program.h tint: Refactor sem::Constant to be less memory-hungry 2022-06-29 19:07:30 +00:00
program_builder.cc tint: Clean up Func() usage 2022-06-15 10:02:37 +00:00
program_builder.h tint/resolver: Shuffle validation code 2022-07-15 13:01:49 +00:00
program_builder_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +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 tint: Rename Global() -> GlobalVar() 2022-06-25 08:12:59 +00:00
scope_stack.h tint: Implement uniformity analaysis 2022-05-11 22:05:15 +00:00
scope_stack_test.cc tint: Implement uniformity analaysis 2022-05-11 22:05:15 +00:00
source.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
source.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
source_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol_table.cc Add InsertBraces: true to .clang-format 2022-05-19 20:08:19 +00:00
symbol_table.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol_table_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
test_main.cc tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
tint.natvis tint: Add support for atomic ops to spirv reader 2022-06-24 22:28:23 +00:00
traits.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
traits_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00