Home
last modified time | relevance | path

Searched refs:fragmentOutputInterfaceInLibraries (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPipeline.cpp340 bool fragmentOutputInterfaceInLibraries = false; in GraphicsPipeline() local
363 fragmentOutputInterfaceInLibraries = true; in GraphicsPipeline()
371 if(state.hasFragmentOutputInterfaceState() && !fragmentOutputInterfaceInLibraries) in GraphicsPipeline()