@@ -49,31 +49,31 @@ Buffers:
4949 Data: [ 0, 0, 0, 1, 1, 1 ]
5050 - Name: OrTrueTrueOut
5151 Format: Int32
52- FillSize: 24
52+ Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5353 - Name: OrTrueTrueExpectedOut
5454 Format: Int32
5555 Data: [ 1, 1, 1, 1, 1, 1 ]
5656 - Name: OrTrueFalseOut
5757 Format: Int32
58- FillSize: 24
58+ Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5959 - Name: OrTrueFalseExpectedOut
6060 Format: Int32
6161 Data: [ 1, 1, 1, 1, 1, 1 ]
6262 - Name: OrTrueMixOut
6363 Format: Int32
64- FillSize: 24
64+ Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
6565 - Name: OrTrueMixExpectedOut
6666 Format: Int32
6767 Data: [ 1, 1, 1, 1, 1, 1 ]
6868 - Name: OrTrueMix2Out
6969 Format: Int32
70- FillSize: 24
70+ Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
7171 - Name: OrTrueMix2ExpectedOut
7272 Format: Int32
7373 Data: [ 1, 1, 1, 1, 1, 1 ]
7474 - Name: OrFalseFalseOut
7575 Format: Int32
76- FillSize: 24
76+ Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
7777 - Name: OrFalseFalseExpectedOut
7878 Format: Int32
7979 Data: [ 0, 0, 0, 0, 0, 0 ]
@@ -156,7 +156,7 @@ DescriptorSets:
156156
157157# Note: Metal does not support boolean matrix types. For
158158# Vulkan KosmicKrisp and MoltenVK the output is always False.
159- # UNSUPPORTED: Darwin
159+ # UNSUPPORTED: Metal || KosmicKrisp || MoltenVK
160160
161161# RUN: split-file %s %t
162162# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
0 commit comments