Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp166 bool HasComponent : 1; member
175 …: Location{-1}, Component{0}, BuiltIn{}, HasLocation{false}, HasComponent{false}, HasBuiltIn{false… in Decorations()
DSpirvShader.cpp449 HasComponent = true; in Apply()
492 if (src.HasComponent) in Apply()
494 HasComponent = true; in Apply()