Lines Matching refs:curBlockNdx
460 int curBlockNdx, in computeReferenceLayout() argument
487 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
525 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
549 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
567 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout()
575 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout()
584 int computeReferenceLayout (BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, … in computeReferenceLayout() argument
613 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
641 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
664 …const int stride = computeReferenceLayout(layout, curBlockNdx, curOffset, prefix, varType.getEle… in computeReferenceLayout()
678 …return computeReferenceLayout(layout, curBlockNdx, baseOffset, blockPrefix + bufVar.getName(), var… in computeReferenceLayout()