Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.cpp202 …auto &builtinInterface = (object.storageClass == spv::StorageClassInput) ? inputBuiltins : outputB… in ProcessInterfaceVariable() local
223 builtinInterface[member.BuiltIn] = {resultId, offset, memberType.sizeInComponents}; in ProcessInterfaceVariable()
235 builtinInterface[d->second.BuiltIn] = {resultId, 0, object.sizeInComponents}; in ProcessInterfaceVariable()