Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3917 VkPipelineTessellationStateCreateInfo tessInfo = {}; in TEST_F() local
3918 tessInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO; in TEST_F()
3919 tessInfo.pNext = NULL; in TEST_F()
3920 tessInfo.flags = 0; in TEST_F()
3921 tessInfo.patchControlPoints = 3; in TEST_F()
3928 helper.gp_ci_.pTessellationState = &tessInfo; in TEST_F()
4020 VkPipelineTessellationStateCreateInfo tessInfo = {}; in TEST_F() local
4021 tessInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO; in TEST_F()
4022 tessInfo.pNext = NULL; in TEST_F()
4023 tessInfo.flags = 0; in TEST_F()
[all …]