Searched defs:PipelineState (Results 1 – 5 of 5) sorted by relevance
56 struct PipelineState struct61 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;[all …]
113 PipelineState::PipelineState(const int subpixelBits_) in PipelineState() function in vkt::drawutil::PipelineState
138 struct PipelineState struct140 Pipeline *pipeline = nullptr;141 vk::DescriptorSet::Array descriptorSetObjects = {};142 vk::DescriptorSet::Bindings descriptorSets = {};143 vk::DescriptorSet::DynamicOffsets descriptorDynamicOffsets = {};