mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
writer/hlsl: Fix validation errors
Several tests fail DXC validation. Many are fixed by specifying the entry point name. Change-Id: I1c5c0f1f9c057156106334c2e9c0f15906a06813 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/46867 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
a2239c64e0
commit
4f154a839d
@@ -141,7 +141,6 @@ static constexpr Params from_arithmetic_expression_cases[] = {
|
||||
// Params{ty_alias<ty_f32>},
|
||||
// Params{ty_alias<ty_vec3<f32>>},
|
||||
// Params{ty_alias<ty_mat3x3<f32>>},
|
||||
|
||||
};
|
||||
INSTANTIATE_TEST_SUITE_P(ResolverTypeConstructorValidationTest,
|
||||
InferTypeTest_FromArithmeticExpression,
|
||||
@@ -198,7 +197,6 @@ static constexpr Params from_call_expression_cases[] = {
|
||||
Params{ty_alias<ty_mat3x3<i32>>},
|
||||
Params{ty_alias<ty_mat3x3<u32>>},
|
||||
Params{ty_alias<ty_mat3x3<f32>>},
|
||||
|
||||
};
|
||||
INSTANTIATE_TEST_SUITE_P(ResolverTypeConstructorValidationTest,
|
||||
InferTypeTest_FromCallExpression,
|
||||
|
||||
Reference in New Issue
Block a user