Searched refs:inputAttachmentMap (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/spirv/ |
D | EmulateFramebufferFetch.cpp | 451 const InputAttachmentMap &inputAttachmentMap, in InitializeFromInputAttachments() argument 468 ASSERT(inputAttachmentMap.color.find(baseInputAttachmentIndex + index) != in InitializeFromInputAttachments() 469 inputAttachmentMap.color.end()); in InitializeFromInputAttachments() 472 symbolTable, init, inputAttachmentMap.color.at(baseInputAttachmentIndex + index), in InitializeFromInputAttachments() 480 for (auto &iter : inputAttachmentMap.color) in InitializeFromInputAttachments() 495 const InputAttachmentMap &inputAttachmentMap, in ReplaceVariables() argument 513 if (!InitializeFromInputAttachments(compiler, root, inputAttachmentMap, inoutVariables, in ReplaceVariables() 537 if (lastFragData != nullptr || inputAttachmentMap.depth != nullptr || in ReplaceVariables() 538 inputAttachmentMap.stencil != nullptr) in ReplaceVariables() 611 if (inputAttachmentMap.depth != nullptr) in ReplaceVariables() [all …]
|
D | EmulateAdvancedBlendEquations.cpp | 39 InputAttachmentMap *inputAttachmentMap) in Builder() argument 43 mInputAttachmentMap(inputAttachmentMap), in Builder()
|
/external/angle/src/compiler/translator/spirv/ |
D | TranslatorSPIRV.cpp | 1111 InputAttachmentMap inputAttachmentMap; in translateImpl() local 1116 if (!EmulateFramebufferFetch(this, root, &inputAttachmentMap)) in translateImpl() 1130 &inputAttachmentMap)) in translateImpl() 1137 assignInputAttachmentIds(inputAttachmentMap); in translateImpl() 1316 void TranslatorSPIRV::assignInputAttachmentIds(const InputAttachmentMap &inputAttachmentMap) in assignInputAttachmentIds() argument 1318 for (auto &iter : inputAttachmentMap.color) in assignInputAttachmentIds() 1331 if (inputAttachmentMap.depth != nullptr) in assignInputAttachmentIds() 1333 assignSpirvId(inputAttachmentMap.depth->uniqueId(), vk::spirv::kIdDepthInputAttachment); in assignInputAttachmentIds() 1337 if (inputAttachmentMap.stencil != nullptr) in assignInputAttachmentIds() 1339 assignSpirvId(inputAttachmentMap.stencil->uniqueId(), vk::spirv::kIdStencilInputAttachment); in assignInputAttachmentIds()
|
D | TranslatorSPIRV.h | 52 void assignInputAttachmentIds(const InputAttachmentMap &inputAttachmentMap);
|