From cfef0c6f66c9d36ae2899c8c2790c3fe422a7700 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 13 Jun 2024 16:29:58 -0700 Subject: Metal: misc fixes and enable more tests. (#4374) * Fix and enable tests for metal. * Fix. * Fix. * Fix tests. * Fix warnings. * Fix. --------- Co-authored-by: Yong He --- tests/hlsl/packoffset.slang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/hlsl') diff --git a/tests/hlsl/packoffset.slang b/tests/hlsl/packoffset.slang index 0097604a1..2acbb5ff8 100644 --- a/tests/hlsl/packoffset.slang +++ b/tests/hlsl/packoffset.slang @@ -2,6 +2,8 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST:SIMPLE(filecheck=HLSL): -target hlsl -profile cs_5_0 -entry computeMain -line-directive-mode none //TEST:SIMPLE(filecheck=GLSL): -target glsl -profile glsl_450 -stage compute -entry computeMain -line-directive-mode none + +// Metal does not support custom data layout. //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer -- cgit v1.2.3