Lines Matching refs:curBlockNdx
465 int curBlockNdx, in computeReferenceLayout() argument
492 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
530 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
554 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
572 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString… in computeReferenceLayout()
580 …curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->… in computeReferenceLayout()
589 int computeReferenceLayout (BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, … in computeReferenceLayout() argument
618 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
646 entry.blockNdx = curBlockNdx; in computeReferenceLayout()
669 …const int stride = computeReferenceLayout(layout, curBlockNdx, curOffset, prefix, varType.getEle… in computeReferenceLayout()
683 …return computeReferenceLayout(layout, curBlockNdx, baseOffset, blockPrefix + bufVar.getName(), var… in computeReferenceLayout()