Searched refs:profileStream (Results 1 – 2 of 2) sorted by relevance
2673 std::stringstream profileStream; in compileToExecutable() local2678 profileStream << "vs"; in compileToExecutable()2681 profileStream << "ps"; in compileToExecutable()2687 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()2688 profileStream << "_" in compileToExecutable()2691 std::string profile = profileStream.str(); in compileToExecutable()
3058 std::stringstream profileStream; in compileToExecutable() local3063 profileStream << "vs"; in compileToExecutable()3066 profileStream << "ps"; in compileToExecutable()3069 profileStream << "gs"; in compileToExecutable()3072 profileStream << "cs"; in compileToExecutable()3078 profileStream << "_" << getMajorShaderModel() << "_" << getMinorShaderModel() in compileToExecutable()3080 std::string profile = profileStream.str(); in compileToExecutable()