Home
last modified time | relevance | path

Searched refs:useTess (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp280 bool useTess = isPipelineOneOf(m_params->pipelineType, { in iterate() local
290 if (useTess) in iterate()
309 m_graphicsPipeline.setDefaultTopology(useTess ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in iterate()
H A DvktPipelineMiscTests.cpp1701 const bool useTess = (useTessIdx > 0); in createMiscTests() local
1706 if (useTess) in createMiscTests()
1712 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp278 bool useTess = isPipelineOneOf(m_params->pipelineType, { in iterate() local
288 if (useTess) in iterate()
307 m_graphicsPipeline.setDefaultTopology(useTess ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in iterate()
H A DvktPipelineMiscTests.cpp1401 const bool useTess = (useTessIdx > 0); in createMiscTests() local
1406 if (useTess) in createMiscTests()
1412 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests()

Completed in 10 milliseconds