Lines Matching refs:Output
9 VS_OUTPUT Output;10 Output.Position = 0;12 Output.clip0.x = 0;13 Output.clip0.y = 1;14 Output.clip0.z = 2;15 Output.clip0.w = 3;17 Output.clip1.x = 4;18 Output.clip1.y = 5;19 Output.clip1.z = 6;20 Output.clip1.w = 7;22 return Output;