Searched refs:staticFragModule (Results 1 – 2 of 2) sorted by relevance
4324 …const auto staticFragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().… in iterate() local4794 ….setupFragmentShaderState(*pipelineLayout, *renderPass, 0u, *staticFragModule, &depthStencilStateC… in iterate()
5149 …const auto staticFragModule = vk::ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("… in iterate() local5686 …r& fragForStatic = m_testConfig.rastDiscardEnableConfig.staticValue ? emptyFrag : staticFragModule; in iterate()