mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-11 14:41:50 +00:00
Add OpImageSampeProj* unit tests to end-to-end list
Fixed: tint:1143 Change-Id: Ib812b9c1c55e48ee78280c32b465afca1b707b82 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/65040 Auto-Submit: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
@@ -934,11 +934,6 @@ TEST_P(SpvParserHandleTest_RegisterHandleUsage_SampledImage, Variable) {
|
||||
// So don't emit them as part of a "passing" corpus.
|
||||
p->DeliberatelyInvalidSpirv();
|
||||
}
|
||||
if (inst.find("Proj") != std::string::npos) {
|
||||
// WGSL does not support Projection variants of image sampling.
|
||||
// So don't emit them as part of a "passing" corpus.
|
||||
p->DeliberatelyInvalidSpirv();
|
||||
}
|
||||
if (inst.find("ImageQueryLod") != std::string::npos) {
|
||||
// WGSL does not support querying image level of detail.
|
||||
// So don't emit them as part of a "passing" corpus.
|
||||
@@ -996,11 +991,6 @@ TEST_P(SpvParserHandleTest_RegisterHandleUsage_SampledImage, FunctionParam) {
|
||||
// So don't emit them as part of a "passing" corpus.
|
||||
p->DeliberatelyInvalidSpirv();
|
||||
}
|
||||
if (inst.find("Proj") != std::string::npos) {
|
||||
// WGSL does not support Projection variants of image sampling.
|
||||
// So don't emit them as part of a "passing" corpus.
|
||||
p->DeliberatelyInvalidSpirv();
|
||||
}
|
||||
if (inst.find("ImageQueryLod") != std::string::npos) {
|
||||
// WGSL does not support querying image level of detail.
|
||||
// So don't emit them as part of a "passing" corpus.
|
||||
|
||||
Reference in New Issue
Block a user