Searched refs:tessControlModule (Results 1 – 2 of 2) sorted by relevance
3996 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local4009 tessControlModule = createShaderModule(*m_deviceInterface, *m_device, in createGraphicsPipeline()4015 … makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()4032 … !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in createGraphicsPipeline()
3877 const ShaderModule &tessControlModule = *tessControlPointer; in initializePipelineShadersState() local3881 tessControlModule.getHandle(), stateOut->specializationInfo, in initializePipelineShadersState()