Lines Matching refs:instanceName
1537 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
1538 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
1539 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
1552 log << TestLog::Message << "Error: Uniform block '" << instanceName << "' not found"
1567 log << TestLog::Message << "Error: Number of active uniforms differ in block '" << instanceName
1619 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
1620 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
1621 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
1634 log << TestLog::Message << "Error: Uniform block '" << instanceName << "' not found"
1647 log << TestLog::Message << "Error: Number of active uniforms differ in block '" << instanceName
1698 std::ostringstream instanceName;
1700 instanceName << block.getBlockName();
1702 instanceName << "[" << instanceNdx << "]";
1704 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());