Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp136 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
254 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp176 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
295 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp587 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
706 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp612 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
731 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp315 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in DrawContext() local
463 …(tessellationEnabled ? &pipelineTessellationStateInfo : DE_NULL), // const VkPipelineTessellation… in DrawContext()