Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp136 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
247 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp177 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
289 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp261 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
391 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp293 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in makeGraphicsPipeline() local
310 …useTessellationShaders ? &pipelineTessellationStateInfo : DE_NULL, // const VkPipelineTessellation… in makeGraphicsPipeline()
DvktDrawShaderViewportIndexTests.cpp322 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in makeGraphicsPipeline() local
339 …useTessellationShaders ? &pipelineTessellationStateInfo : DE_NULL, // const VkPipelineTessellation… in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp245 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
357 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()