Lines Matching defs:instanceName

1185 			const string		instanceName	= block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1186 const int blockNdx = layout.getBlockIndex(instanceName);
1268 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1269 const int blockNdx = layout.getBlockIndex(instanceName);
1615 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1616 const int blockNdx = layout.getBlockIndex(instanceName);
2288 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
2289 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
2290 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
2300 log << TestLog::Message << "Error: Buffer block '" << instanceName << "' not found" << TestLog::EndMessage;
2312 log << TestLog::Message << "Error: Number of active variables differ in block '" << instanceName
2364 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
2365 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
2366 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
2376 log << TestLog::Message << "Error: Buffer block '" << instanceName << "' not found" << TestLog::EndMessage;
2386 log << TestLog::Message << "Error: Number of active variables differ in block '" << instanceName
2438 std::ostringstream instanceName;
2440 instanceName << block.getBlockName();
2442 instanceName << "[" << instanceNdx << "]";
2444 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());