Lines Matching refs:getBlockIndex
211 int getBlockIndex (const string& name) const;
226 int BufferLayout::getBlockIndex (const string& name) const
1186 const int blockNdx = layout.getBlockIndex(instanceName);
1269 const int blockNdx = layout.getBlockIndex(instanceName);
1543 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str());
1616 const int blockNdx = layout.getBlockIndex(instanceName);
1791 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str());
1866 const int blockNdx = layout.getBlockIndex(apiName);
2289 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
2290 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
2365 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
2366 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
2444 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());