Lines Matching defs:States
36 struct States struct in sw::SetupProcessor
40 bool isDrawPoint : 1;
41 bool isDrawLine : 1;
42 bool isDrawTriangle : 1;
43 bool isDrawSolidTriangle : 1;
44 bool interpolateZ : 1;
45 bool interpolateW : 1;
46 bool perspective : 1;
47 bool pointSprite : 1;
48 unsigned int positionRegister : BITS(VERTEX_OUTPUT_LAST);
49 unsigned int pointSizeRegister : BITS(VERTEX_OUTPUT_LAST);
50 CullMode cullMode : BITS(CULL_LAST);
51 bool twoSidedStencil : 1;
52 bool slopeDepthBias : 1;
53 bool vFace : 1;
54 unsigned int multiSample : 3; // 1, 2 or 4
55 bool rasterizerDiscard : 1;
57 struct Gradient
65 {