Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.cpp876 …std::vector<VkPipelineShaderStageCreateInfo>::iterator currStage = m_internalData->pipelineShaderS… in setupPreRasterizationShaderState3() local
880 currStage->stage = VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT; in setupPreRasterizationShaderState3()
881 currStage->module = tessellationControlShaderModule; in setupPreRasterizationShaderState3()
882 currStage->pSpecializationInfo = tescSpecializationInfo; in setupPreRasterizationShaderState3()
888 currStage->pNext = m_internalData->pipelineShaderIdentifiers.back().get()->ptr; in setupPreRasterizationShaderState3()
895 ++currStage; in setupPreRasterizationShaderState3()
900 currStage->stage = VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in setupPreRasterizationShaderState3()
901 currStage->module = tessellationEvalShaderModule; in setupPreRasterizationShaderState3()
902 currStage->pSpecializationInfo = teseSpecializationInfo; in setupPreRasterizationShaderState3()
908 currStage->pNext = m_internalData->pipelineShaderIdentifiers.back().get()->ptr; in setupPreRasterizationShaderState3()
[all …]