File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ DescriptorSets:
47
47
48
48
# RUN: split-file %s %t
49
49
# RUN: %if DirectX %{ dxc -T cs_6_0 -Fo %t.dxil %t/DescriptorSets.hlsl %}
50
- # RUN: %if DirectX %{ %gpu-exec %t/DescriptorSets.yaml %t.dxil | FileCheck %s %}
50
+ # RUN: %if DirectX %{ %offloader %t/DescriptorSets.yaml %t.dxil | FileCheck %s %}
51
51
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -fspv-target-env=vulkan1.1 -Fo %t.spv %t/DescriptorSets.hlsl %}
52
- # RUN: %if Vulkan %{ %gpu-exec %t/DescriptorSets.yaml %t.spv | FileCheck %s %}
52
+ # RUN: %if Vulkan %{ %offloader %t/DescriptorSets.yaml %t.spv | FileCheck %s %}
53
53
# XFAIL: Vulkan-NV
54
54
55
55
# RUN: %if Metal %{ dxc -T cs_6_0 -Fo %t.dxil %t/DescriptorSets.hlsl %}
56
56
# RUN: %if Metal %{ metal-shaderconverter %t.dxil -o=%t.metallib %}
57
- # RUN: %if Metal %{ %gpu-exec %t/DescriptorSets.yaml %t.metallib | FileCheck %s %}
57
+ # RUN: %if Metal %{ %offloader %t/DescriptorSets.yaml %t.metallib | FileCheck %s %}
58
58
59
59
# CHECK: Data:
60
60
# CHECK: Data: [ 4, 16, 36, 64 ]
You can’t perform that action at this time.
0 commit comments