From fa565f96823f3985cffa3a899742fdf1449d5876 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 9 Jul 2021 11:00:44 -0700 Subject: Enable testing with Swiftshader. (#1906) --- tests/type/texture-sampler/texture-sampler-2d.slang | 2 +- tests/type/texture-sampler/texture-sampler-2d.slang.expected.txt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'tests/type') diff --git a/tests/type/texture-sampler/texture-sampler-2d.slang b/tests/type/texture-sampler/texture-sampler-2d.slang index 974231b9b..146fd0fd8 100644 --- a/tests/type/texture-sampler/texture-sampler-2d.slang +++ b/tests/type/texture-sampler/texture-sampler-2d.slang @@ -1,4 +1,4 @@ -//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj +//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST_INPUT: TextureSampler2D(size=4, content=one):name t2D Sampler2D t2D; diff --git a/tests/type/texture-sampler/texture-sampler-2d.slang.expected.txt b/tests/type/texture-sampler/texture-sampler-2d.slang.expected.txt index cc5e55ab6..6c9927073 100644 --- a/tests/type/texture-sampler/texture-sampler-2d.slang.expected.txt +++ b/tests/type/texture-sampler/texture-sampler-2d.slang.expected.txt @@ -1,4 +1,5 @@ -3F800000 -3F800000 -3F800000 -3F800000 +type: float +1.0 +1.0 +1.0 +1.0 -- cgit v1.2.3