Lines Matching refs:GetParam
69 GetParam().language_name + " " + in TEST_P()
70 std::to_string(GetParam().version); in TEST_P()
72 Eq(MakeInstruction(SpvOpSource, {GetParam().get_language_value(), in TEST_P()
73 GetParam().version}))); in TEST_P()
109 std::string("OpSourceContinued \"") + GetParam() + "\""; in TEST_P()
112 Eq(MakeInstruction(SpvOpSourceContinued, MakeVector(GetParam())))); in TEST_P()
128 std::string("OpSourceExtension \"") + GetParam() + "\""; in TEST_P()
131 Eq(MakeInstruction(SpvOpSourceExtension, MakeVector(GetParam())))); in TEST_P()
155 std::string("%result = OpString \"") + GetParam() + "\""; in TEST_P()
157 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
170 std::string("OpName %target \"") + GetParam() + "\""; in TEST_P()
172 Eq(MakeInstruction(SpvOpName, {1}, MakeVector(GetParam())))); in TEST_P()
186 std::string("OpMemberName %type 42 \"") + GetParam() + "\""; in TEST_P()
189 Eq(MakeInstruction(SpvOpMemberName, {1, 42}, MakeVector(GetParam())))); in TEST_P()
204 std::string("OpModuleProcessed \"") + GetParam() + "\""; in TEST_P()
207 Eq(MakeInstruction(SpvOpModuleProcessed, MakeVector(GetParam())))); in TEST_P()