Add GraphicsSystemValues.test for graphics-stage system-value semantics#1142
Add GraphicsSystemValues.test for graphics-stage system-value semantics#1142EmilioLaiso wants to merge 6 commits intollvm:mainfrom
GraphicsSystemValues.test for graphics-stage system-value semantics#1142Conversation
|
I like the things we are testing, I am just wondering if it is better from a compiler developer's point of view if we have a test for each one of these or have more elements mixed in one test like we did here. |
Considering |
Based on top of: #1127
Better diff: Traverse-Research/offload-test-suite@front-face-ccw...Traverse-Research:offload-test-suite:graphics-semantics
Adds a new test that bundles every per-pixel, observable graphics-stage system-value semantic the framework can express today into one shader pass.
Modeled on the existing
ComputeSystemValues.test.Covers
SV_VertexID,SV_PrimitiveID,SV_IsFrontFace, andSV_POSITIONpass-through.