Lines Matching defs:States
36 struct States : Memset<States> struct in sw::PixelProcessor
40 struct StencilOpState
60 States() in States() function
66 uint64_t shaderID;
68 unsigned int numClipDistances;
69 unsigned int numCullDistances;
71 VkCompareOp depthCompareMode;
72 bool depthWriteEnable;
74 bool stencilActive;
75 StencilOpState frontStencil;
76 StencilOpState backStencil;
78 bool depthTestActive;
79 bool occlusionEnabled;
80 bool perspective;
81 bool depthClamp;
83 BlendState blendState[RENDERTARGETS];
85 unsigned int colorWriteMask;
86 VkFormat targetFormat[RENDERTARGETS];
87 unsigned int multiSampleCount;
88 unsigned int multiSampleMask;
89 bool enableMultiSampling;
90 bool alphaToCoverage;
91 bool centroid;
92 VkFrontFace frontFace;
93 VkFormat depthFormat;