From 7f8a9994d0bd99a171a1daa0bce46d92c02ccffd Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 21 May 2021 16:38:33 -0700 Subject: [gfx] Support StructuredBuffer. (#1851) Co-authored-by: T. Foley --- tests/disabled-tests.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'tests/disabled-tests.txt') diff --git a/tests/disabled-tests.txt b/tests/disabled-tests.txt index ea1a2330e..e588c153d 100644 --- a/tests/disabled-tests.txt +++ b/tests/disabled-tests.txt @@ -19,16 +19,6 @@ like it currently does. * compute/dynamic-dispatch-12.slang -### `StructuredBuffer` - -These tests require support for structured buffers where the element type either is an interface type or transitively contains one. - -* compute/dynamic-dispatch-13.slang -* compute/dynamic-dispatch-14.slang -* compute/dynamic-dispatch-bindless-texture.slang -* compute/interface-func-param-in-struct.slang -* compute/interface-assoc-type-param.slang - ### Generic Specialization Parameters These tests make use of generic specialization parameters in ways that don't easily align with the implementation approach that is more focused on existential parameters. @@ -52,6 +42,14 @@ They will need to wait until the shader object implementation(s) are updated to * compute/interface-shader-param-in-struct.slang * compute/interface-shader-param-legalization.slang +### Gfx Limitation + +These tests are disabled due to other limitations of gfx layer. + +* compute/half-rw-texture-convert.slang +* compute/half-rw-texture-simple.slang + + ### Uncategorized These tests need to be binned according to what features they need. -- cgit v1.2.3