Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp856 TVariable *newOutVar = new TVariable(symbolTable, originInOutVar->getName(), newOutVarType, in ReplaceInOutVariables() local
858 newOutVarArray[inputAttachmentIndex] = newOutVar; in ReplaceInOutVariables()
874 for (auto newOutVar = newOutVarArray.begin(); newOutVar != newOutVarArray.end(); newOutVar++) in ReplaceInOutVariables() local
876 const unsigned int index = newOutVar->first; in ReplaceInOutVariables()
877 replacementMap[toBeReplaced[index]] = new TIntermSymbol(newOutVar->second); in ReplaceInOutVariables()