dawn-cmake/src/tint/utils
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
..
io Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
bitcast.h tint: Add Bitcast helper 2022-05-05 15:34:41 +00:00
bitcast_test.cc tint: Add Bitcast helper 2022-05-05 15:34:41 +00:00
block_allocator.h tint: Add a Count() method to BlockAllocator. 2022-07-15 23:42:14 +00:00
block_allocator_test.cc tint: Add a Count() method to BlockAllocator. 2022-07-15 23:42:14 +00:00
compiler_macros.h Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
concat.h tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
crc32.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
crc32_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
debugger.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
debugger.h tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
defer.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
defer_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
enum_set.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
enum_set_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
hash.h tint: Support tuples in utils::Hash(). 2022-05-19 17:59:19 +00:00
hash_test.cc tint: Support tuples in utils::Hash(). 2022-05-19 17:59:19 +00:00
map.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
map_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
math.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
math_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
result.h Remove NOLINT lines from c++17 headers 2022-06-18 14:34:00 +00:00
result_test.cc tint: Add utils::Result 2022-05-25 14:29:54 +00:00
reverse.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
reverse_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
scoped_assignment.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
scoped_assignment_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
string.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
string_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
to_const_ptr_vec.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
transform.h tint: Add utils::TransformN() 2022-05-25 09:19:54 +00:00
transform_test.cc tint: Add utils::TransformN() 2022-05-25 09:19:54 +00:00
unique_allocator.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
unique_allocator_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
unique_vector.h tint: Add utils::UniqueVector::data() 2022-05-20 09:03:50 +00:00
unique_vector_test.cc tint: Add utils::UniqueVector::data() 2022-05-20 09:03:50 +00:00