Searched refs:tessControlModule (Results 1 – 3 of 3) sorted by relevance
3386 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local3399 …tessControlModule = createShaderModule(*m_deviceInterface, *m_device, getShaderBinary(VK_SHADER_ST… in createGraphicsPipeline()3402 …lace_back(makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()3416 …inputAssemblyState.topology = !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIV… in createGraphicsPipeline()
1741 const ShaderModule &tessControlModule = tessControlPointer.get().get(); in initializePipeline() local1745 tessControlModule.getHandle(), specializationInfo, in initializePipeline()