Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp394 mInputAttachmentVarList.clear(); in ReplaceSubpassInputUtils()
451 std::map<unsigned int, TVariable *> mInputAttachmentVarList; member in sh::__anon4aed90d20111::ReplaceSubpassInputUtils
485 mInputAttachmentVarList[inputAttachmentIndex] = in declareSubpassInputVariableImpl()
489 new TIntermSymbol(mInputAttachmentVarList[inputAttachmentIndex]); in declareSubpassInputVariableImpl()
501 const TVariable *inputAttachmentVar = mInputAttachmentVarList[inputAttachmentIndex]; in addInputAttachmentUniform()
560 assignSubpassLoad(left, new TIntermSymbol(mInputAttachmentVarList[attachmentIndex]), in loadInputAttachmentDataImpl()
579 left, new TIntermSymbol(mInputAttachmentVarList[inputAttachmentIndex]), in loadInputAttachmentDataImpl()