dawn-cmake/src/tint/resolver
Austin Eng 86a617f110 Add InsertBraces: true to .clang-format
Bug: none
Change-Id: I4b4f2a4abfea7adcea406f458bc4e4a13b0e8c43
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91000
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: dan sinclair <dsinclair@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2022-05-19 20:08:19 +00:00
..
array_accessor_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
assignment_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
atomics_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
atomics_validation_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
attribute_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
bitcast_validation_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
builtin_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
builtin_validation_test.cc tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
builtins_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
call_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
call_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
compound_assignment_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
compound_statement_test.cc tint: Resolve empty loop continuing blocks 2022-05-11 13:50:33 +00:00
control_block_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
ctor_conv_intrinsic.cc Add InsertBraces: true to .clang-format 2022-05-19 20:08:19 +00:00
ctor_conv_intrinsic.cc.tmpl tint: Add constructors and conversions to the intrinsic table 2022-05-16 20:54:42 +00:00
ctor_conv_intrinsic.h tint: Add constructors and conversions to the intrinsic table 2022-05-16 20:54:42 +00:00
ctor_conv_intrinsic.h.tmpl tint: Add constructors and conversions to the intrinsic table 2022-05-16 20:54:42 +00:00
dependency_graph.cc tint: Implement `f16` keyword in Tint frontend 2022-05-13 12:01:11 +00:00
dependency_graph.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
dependency_graph_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
entry_point_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
function_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
host_shareable_validation_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
increment_decrement_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
inferred_type_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
intrinsic_table.cc tint: IntrinsicTable: Add abstract numeric types 2022-05-19 18:30:39 +00:00
intrinsic_table.h tint: Add constructors and conversions to the intrinsic table 2022-05-16 20:54:42 +00:00
intrinsic_table.inl tint: IntrinsicTable: Add abstract numeric types 2022-05-19 18:30:39 +00:00
intrinsic_table.inl.tmpl tint: IntrinsicTable: Use [[display]] name for type matchers 2022-05-19 18:26:09 +00:00
intrinsic_table_test.cc tint: Implement abstract-numeric overload resolution 2022-05-18 21:56:28 +00:00
is_host_shareable_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
is_storeable_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
pipeline_overridable_constant_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
ptr_ref_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
ptr_ref_validation_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
resolver.cc tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
resolver.h tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
resolver_behavior_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
resolver_constants.cc tint: Simplify sem::Constant::Scalar 2022-05-17 20:51:04 +00:00
resolver_constants_test.cc tint: Simplify sem::Constant::Scalar 2022-05-17 20:51:04 +00:00
resolver_is_storeable_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
resolver_test.cc tint: limit expression depth to avoid stack overflow in backends 2022-05-17 15:01:42 +00:00
resolver_test_helper.cc Condense namespaces in tint/resolver. 2022-04-07 17:45:45 +00:00
resolver_test_helper.h tint: Implement abstract-numeric overload resolution 2022-05-18 21:56:28 +00:00
sem_helper.cc tint: Merge [S|U]intLiteralExpression 2022-05-04 22:18:49 +00:00
sem_helper.h tint: Merge [S|U]intLiteralExpression 2022-05-04 22:18:49 +00:00
side_effects_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
source_variable_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
storage_class_layout_validation_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
storage_class_validation_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
struct_layout_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
struct_pipeline_stage_use_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
struct_storage_class_use_test.cc tint: Change all ProgramBuilder literals to 'i' or 'u' suffix 2022-05-05 20:23:40 +00:00
type_constructor_validation_test.cc tint: Add matrix identify and single-scalar ctors 2022-05-16 21:14:11 +00:00
type_validation_test.cc tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
uniformity.cc tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
uniformity.h tint: Implement uniformity analaysis 2022-05-11 22:05:15 +00:00
uniformity_test.cc tint: Fix edge for CallSiteRequiredToBeUniform 2022-05-17 08:08:44 +00:00
validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
validator.cc tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
validator.h tint: Refactor Extensions / Enables. 2022-05-18 22:41:48 +00:00
validator_is_storeable_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
var_let_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00
var_let_validation_test.cc tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 17:30:15 +00:00