Home
last modified time | relevance | path

Searched refs:m_withTessellationPassthrough (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp136 , m_withTessellationPassthrough(withTessellation) in ImplicitPrimitiveIDPassthroughCase()
146 bool m_withTessellationPassthrough; member in vkt::pipeline::__anon28231::ImplicitPrimitiveIDPassthroughCase
160 , m_withTessellationPassthrough (withTessellation) in ImplicitPrimitiveIDPassthroughInstance()
172 bool m_withTessellationPassthrough; member in vkt::pipeline::__anon28231::ImplicitPrimitiveIDPassthroughInstance
177 return new ImplicitPrimitiveIDPassthroughInstance(context, m_pipelineConstructionType, m_withTessellationPassthrough); in createInstance()
182 if (m_withTessellationPassthrough) in checkSupport()
223 if (m_withTessellationPassthrough) { in initPrograms()
326 if (m_withTessellationPassthrough) { in iterate()
356 const auto topology = m_withTessellationPassthrough ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp134 , m_withTessellationPassthrough(withTessellation) in ImplicitPrimitiveIDPassthroughCase()
144 bool m_withTessellationPassthrough; member in vkt::pipeline::__anon29450::ImplicitPrimitiveIDPassthroughCase
158 , m_withTessellationPassthrough(withTessellation) in ImplicitPrimitiveIDPassthroughInstance()
169 bool m_withTessellationPassthrough; member in vkt::pipeline::__anon29450::ImplicitPrimitiveIDPassthroughInstance
174 return new ImplicitPrimitiveIDPassthroughInstance(context, m_pipelineConstructionType, m_withTessellationPassthrough); in createInstance()
179 if (m_withTessellationPassthrough) in checkSupport()
220 if (m_withTessellationPassthrough) { in initPrograms()
323 if (m_withTessellationPassthrough) { in iterate()
353 const auto topology = m_withTessellationPassthrough ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in iterate()

Completed in 8 milliseconds