Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp138 struct PipelineState struct
140 Pipeline *pipeline = nullptr;
141 vk::DescriptorSet::Array descriptorSetObjects = {};
142 vk::DescriptorSet::Bindings descriptorSets = {};
143 vk::DescriptorSet::DynamicOffsets descriptorDynamicOffsets = {};