Home
last modified time | relevance | path

Searched refs:TessellationState (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp324 class TessellationState : public vk::VkPipelineTessellationStateCreateInfo class in vkt::Draw::PipelineCreateInfo
327 TessellationState (deUint32 patchControlPoints = 0);
DvktDrawCreateInfoUtil.cpp740 PipelineCreateInfo::TessellationState::TessellationState (deUint32 _patchControlPoints) in TessellationState() function in vkt::Draw::PipelineCreateInfo::TessellationState
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp996 VkPipelineTessellationStateCreateInfo TessellationState = in makeGraphicsPipeline() local
1013 …(TEST_TYPE_VIEW_INDEX_IN_TESELLATION == m_parameters.viewIndex)? &TessellationState : DE_NULL, // … in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp1654 pipelineCreateInfo.addState (PipelineCreateInfo::TessellationState(4)); in createPipeline()