Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp491 TIntermDeclaration *inputAttachmentDecl = new TIntermDeclaration; in declareSubpassInputVariableImpl() local
492 inputAttachmentDecl->appendDeclarator(inputAttachmentDeclarator); in declareSubpassInputVariableImpl()
494 mDeclareVariables.push_back(inputAttachmentDecl); in declareSubpassInputVariableImpl()