Lines Matching refs:get
49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name();
50 for (auto operand : std::get<1>(GetParam()).operands())
53 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())),
55 {1, uint32_t(std::get<1>(GetParam()).value())},
56 std::get<1>(GetParam()).operands())));
60 std::get<0>(GetParam())),
72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name();
73 for (auto operand : std::get<1>(GetParam()).operands())
76 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())),
78 {1, uint32_t(std::get<1>(GetParam()).value())},
79 std::get<1>(GetParam()).operands())));
83 std::get<0>(GetParam())),
453 input << "OpMemberDecorate %1 42 " << std::get<1>(GetParam()).name();
454 for (auto operand : std::get<1>(GetParam()).operands())
458 CompiledInstructions(input.str(), std::get<0>(GetParam())),
460 {1, 42, uint32_t(std::get<1>(GetParam()).value())},
461 std::get<1>(GetParam()).operands())));
465 std::get<0>(GetParam())),