Home
last modified time | relevance | path

Searched defs:PipelineState (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp56 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;
[all …]
DvktDrawUtil.cpp113 PipelineState::PipelineState(const int subpixelBits_) in PipelineState() function in vkt::drawutil::PipelineState
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp143 struct PipelineState struct
145 Pipeline *pipeline = nullptr;
146 vk::DescriptorSet::Array descriptorSetObjects = {};
147 vk::DescriptorSet::Bindings descriptorSets = {};
148 vk::DescriptorSet::DynamicOffsets descriptorDynamicOffsets = {};
/external/openscreen/cast/cast_core/api/runtime/
Dcast_audio_decoder_service.proto15 enum PipelineState { enum