diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-09-11 14:46:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-11 14:46:20 -0700 |
| commit | e2de1eaec725e979f98ad6f518b93b4d9ce55a36 (patch) | |
| tree | 29167b8abb5001cd3c2803807ec5c8eb3bc2329f /tests | |
| parent | 80fb7b05b851e645d821331fdbbcea1add686c9a (diff) | |
| parent | 2055d540c5dd420448a6924d784d5aed0efcd93d (diff) | |
Merge pull request #179 from tfoleyNV/ir-lowering-work
Support IR-based codegen for a few more examples.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bindings/targets-and-uavs-structure.hlsl | 2 | ||||
| -rw-r--r-- | tests/bindings/targets-and-uavs.hlsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bindings/targets-and-uavs-structure.hlsl b/tests/bindings/targets-and-uavs-structure.hlsl index 4ec64fb75..ffe8ab2a6 100644 --- a/tests/bindings/targets-and-uavs-structure.hlsl +++ b/tests/bindings/targets-and-uavs-structure.hlsl @@ -1,4 +1,4 @@ -//TEST(smoke):COMPARE_HLSL: -target dxbc-assembly -profile ps_5_0 -entry main +//TEST(smoke):COMPARE_HLSL: -use-ir -target dxbc-assembly -profile ps_5_0 -entry main // Handle the case where the fragment shader output is // defined a structure, and the semantics are on the sub-fields diff --git a/tests/bindings/targets-and-uavs.hlsl b/tests/bindings/targets-and-uavs.hlsl index e5843bed0..674a93050 100644 --- a/tests/bindings/targets-and-uavs.hlsl +++ b/tests/bindings/targets-and-uavs.hlsl @@ -1,4 +1,4 @@ -//TEST:COMPARE_HLSL: -target dxbc-assembly -profile ps_5_0 -entry main +//TEST:COMPARE_HLSL: -use-ir -target dxbc-assembly -profile ps_5_0 -entry main // Render target outputs (`SV_Target`) and UAVs are treated // as sharing the same binding slots in HLSL, so we need to |
