Searched refs:tessControlModule (Results 1 – 2 of 2) sorted by relevance
3389 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local3402 …tessControlModule = createShaderModule(*m_deviceInterface, *m_device, getShaderBinary(VK_SHADER_ST… in createGraphicsPipeline()3405 …lace_back(makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()3419 …inputAssemblyState.topology = !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIV… in createGraphicsPipeline()
3461 const ShaderModule &tessControlModule = tessControlPointer.get(); in initializePipelineShadersState() local3465 tessControlModule.getHandle(), stateOut->specializationInfo, in initializePipelineShadersState()