dawn-cmake/src/resolver
Ben Clayton 7204756d4d intrinsics: Add `mix(vec, vec, f32)` overload
Fixed: tint:1029
Change-Id: Ie367947bd9bf65ad6bb2c278bbe4bd0740512faa
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/59446
Reviewed-by: David Neto <dneto@google.com>
Reviewed-by: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2021-07-23 16:43:01 +00:00
..
assignment_validation_test.cc validation: fix error msg for assign to 'let' and 'function parameter' 2021-06-28 20:44:31 +00:00
atomics_test.cc resolver: Resolve atomic types 2021-06-17 19:56:14 +00:00
atomics_validation_test.cc reader/wgsl: Remove old token methods. 2021-07-12 11:21:51 +00:00
builtins_validation_test.cc validation: clean up function attributes validation and unit-tests 2021-07-23 13:23:20 +00:00
call_test.cc validation: matrix element type must be 'f32' 2021-06-21 17:08:05 +00:00
call_validation_test.cc validation: validate function call pointer parameter 2021-07-20 18:14:02 +00:00
compound_statement_test.cc sem: Add CompoundStatement 2021-07-14 09:44:41 +00:00
control_block_validation_test.cc resolver: Resolve for-loops 2021-07-02 19:27:42 +00:00
decoration_validation_test.cc validation: clean up function attributes validation and unit-tests 2021-07-23 13:23:20 +00:00
entry_point_validation_test.cc validation: clean up function attributes validation and unit-tests 2021-07-23 13:23:20 +00:00
function_validation_test.cc resolver: Limit the number of parameters to 255 2021-07-17 17:45:25 +00:00
host_shareable_validation_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
inferred_type_test.cc intrinsics: Add new struct form of modf(), frexp() 2021-07-23 16:43:01 +00:00
intrinsic_test.cc intrinsics: Add `mix(vec, vec, f32)` overload 2021-07-23 16:43:01 +00:00
intrinsic_validation_test.cc validation: fix error msg: textureSample*() offset must be a const_expr 2021-07-21 03:34:34 +00:00
is_host_shareable_test.cc Resolver: make IsConstructible non-recursive for arrays and struct members 2021-07-20 18:28:31 +00:00
is_storeable_test.cc Resolver: make IsConstructible non-recursive for arrays and struct members 2021-07-20 18:28:31 +00:00
pipeline_overridable_constant_test.cc sem: Split sem::Variable into global, local and parameter 2021-07-22 13:24:59 +00:00
ptr_ref_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
ptr_ref_validation_test.cc validation: cannot cast to a pointer 2021-06-16 17:42:13 +00:00
resolver.cc intrinsics: Add new struct form of modf(), frexp() 2021-07-23 16:43:01 +00:00
resolver.h validation: clean up function attributes validation and unit-tests 2021-07-23 13:23:20 +00:00
resolver_constants.cc sem: Rename `Vector::size()` to `Vector::Width()` 2021-07-22 18:31:34 +00:00
resolver_constants_test.cc sem: Rename `Vector::size()` to `Vector::Width()` 2021-07-22 18:31:34 +00:00
resolver_test.cc sem: Rename `Vector::size()` to `Vector::Width()` 2021-07-22 18:31:34 +00:00
resolver_test_helper.cc TestHelper: rename td_ to resolver_ 2021-03-16 16:31:33 +00:00
resolver_test_helper.h resolver: Validate vector types 2021-07-05 20:21:35 +00:00
storage_class_layout_validation_test.cc Reland "Validate storage class constraints" 2021-07-15 19:09:25 +00:00
storage_class_validation_test.cc Reland "Validate storage class constraints" 2021-07-15 19:09:25 +00:00
struct_layout_test.cc validation: matrix element type must be 'f32' 2021-06-21 17:08:05 +00:00
struct_pipeline_stage_use_test.cc validation: validate struct constructor 2021-07-09 16:32:00 +00:00
struct_storage_class_use_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
type_constructor_validation_test.cc sem: Rename `Vector::size()` to `Vector::Width()` 2021-07-22 18:31:34 +00:00
type_validation_test.cc resolver: Validate vector types 2021-07-05 20:21:35 +00:00
validation_test.cc validation: validate function call pointer parameter 2021-07-20 18:14:02 +00:00
var_let_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
var_let_validation_test.cc Resolver: Validate that var/let has a type or initialzier 2021-07-19 19:50:52 +00:00