Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp301 TBasicType GetBasicTypeForSubpassInput(const TIntermSymbol *originSymbol) in GetBasicTypeForSubpassInput() argument
303 if (originSymbol->getName().beginsWith("gl_LastFragData")) in GetBasicTypeForSubpassInput()
308 return GetBasicTypeForSubpassInput(originSymbol->getBasicType()); in GetBasicTypeForSubpassInput()