Lines Matching refs:componentMsg
516 std::string componentMsg;
520 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break;
521 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break;
528 << (componentMsg.empty() ? std::string() : componentMsg + "\n")
620 std::string componentMsg;
624 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break;
625 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break;
632 << (componentMsg.empty() ? std::string() : componentMsg + "\n")
803 std::string componentMsg;
807 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break;
808 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break;
816 << (componentMsg.empty() ? std::string() : componentMsg + "\n")