Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp299 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in makeGraphicsPipeline() local
316 …useTessellationShaders ? &pipelineTessellationStateInfo : DE_NULL, // const VkPipelineTessellation… in makeGraphicsPipeline()
DvktDrawShaderViewportIndexTests.cpp316 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in makeGraphicsPipeline() local
333 …useTessellationShaders ? &pipelineTessellationStateInfo : DE_NULL, // const VkPipelineTessellation… in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp246 const VkPipelineTessellationStateCreateInfo pipelineTessellationStateInfo = in build() local
358 …(m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? &pipelineTessellationStateInfo : … in build()