Searched refs:tessControlModule (Results 1 – 2 of 2) sorted by relevance
3876 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local3889 tessControlModule = createShaderModule(*m_deviceInterface, *m_device, in createGraphicsPipeline()3895 … makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()3912 … !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in createGraphicsPipeline()
3842 const ShaderModule &tessControlModule = *tessControlPointer; in initializePipelineShadersState() local3846 tessControlModule.getHandle(), stateOut->specializationInfo, in initializePipelineShadersState()