Home
last modified time | relevance | path

Searched refs:TessellationState (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp324 class TessellationState : public vk::VkPipelineTessellationStateCreateInfo class in vkt::Draw::PipelineCreateInfo
327 TessellationState (deUint32 patchControlPoints = 0);
H A DvktDrawCreateInfoUtil.cpp740 PipelineCreateInfo::TessellationState::TessellationState (deUint32 _patchControlPoints) in TessellationState() function in vkt::Draw::PipelineCreateInfo::TessellationState
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp324 class TessellationState : public vk::VkPipelineTessellationStateCreateInfo class in vkt::Draw::PipelineCreateInfo
327 TessellationState (deUint32 patchControlPoints = 0);
H A DvktDrawCreateInfoUtil.cpp740 PipelineCreateInfo::TessellationState::TessellationState (deUint32 _patchControlPoints) in TessellationState() function in vkt::Draw::PipelineCreateInfo::TessellationState
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1174 VkPipelineTessellationStateCreateInfo TessellationState = in makeGraphicsPipeline() local
1210 (TEST_TYPE_VIEW_INDEX_IN_TESELLATION == m_parameters.viewIndex)? &TessellationState : DE_NULL, // const VkPipelineTessellationStateCreateInfo* pTessellationState; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1198 VkPipelineTessellationStateCreateInfo TessellationState = in makeGraphicsPipeline() local
1234 (TEST_TYPE_VIEW_INDEX_IN_TESELLATION == m_parameters.viewIndex)? &TessellationState : DE_NULL, // const VkPipelineTessellationStateCreateInfo* pTessellationState; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp2777 pipelineCreateInfo.addState (PipelineCreateInfo::TessellationState(4)); in createPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp2769 pipelineCreateInfo.addState (PipelineCreateInfo::TessellationState(4)); in createPipeline()

Completed in 37 milliseconds