Lines Matching defs:PipelineState
56 struct PipelineState struct
61 bool depthClampEnable = false;
62 bool depthTestEnable = false;
63 bool depthWriteEnable = false;
64 rr::TestFunc compareOp = rr::TESTFUNC_LESS;
65 bool depthBoundsTestEnable = false;
66 bool blendEnable = false;
67 float lineWidth = 1.0;
68 deUint32 numPatchControlPoints = 0;
69 bool sampleShadingEnable = false;
70 int subpixelBits;
71 std::vector<deUint32> sampleMasks;
74 bool explicitDepthClipEnable = false;
75 bool depthClipEnable = false;