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