Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp57 mConstInputAttachmentIndices(constIndicesOut), in InputAttachmentReferenceTraverser()
62 mConstInputAttachmentIndices->reset(); in InputAttachmentReferenceTraverser()
74 InputAttachmentIdxSet *mConstInputAttachmentIndices; member in sh::__anon4aed90d20111::InputAttachmentReferenceTraverser
99 ASSERT(inputAttachmentIdx < mConstInputAttachmentIndices->size()); in setInputAttachmentIndex()
100 mConstInputAttachmentIndices->set(inputAttachmentIdx); in setInputAttachmentIndex()
194 ASSERT(idx < mConstInputAttachmentIndices->size()); in visitBinary()
195 mConstInputAttachmentIndices->set(idx); in visitBinary()