Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.cpp126 if (m.HasBuiltIn)
221 if (member.HasBuiltIn) in ProcessInterfaceVariable()
233 if (d != decorations.end() && d->second.HasBuiltIn) in ProcessInterfaceVariable()
453 HasBuiltIn = true; in Apply()
480 if (src.HasBuiltIn) in Apply()
482 HasBuiltIn = true; in Apply()
DSpirvShader.hpp167 bool HasBuiltIn : 1; member
175 …: Location{-1}, Component{0}, BuiltIn{}, HasLocation{false}, HasComponent{false}, HasBuiltIn{false… in Decorations()