Lines Matching refs:OpGetKernelMaxNumSubgroups
84 EXPECT_THAT(CompiledInstructions("%res = OpGetKernelMaxNumSubgroups %type "
87 Eq(MakeInstruction(spv::Op::OpGetKernelMaxNumSubgroups,
93 CompileFailure("OpGetKernelMaxNumSubgroups", SPV_ENV_UNIVERSAL_1_1),
95 "'OpGetKernelMaxNumSubgroups'."));
96 EXPECT_THAT(CompileFailure("%res = OpGetKernelMaxNumSubgroups",
98 Eq("Expected operand for OpGetKernelMaxNumSubgroups instruction, "
100 EXPECT_THAT(CompileFailure("%1 = OpGetKernelMaxNumSubgroups %2 %3 %4 %5",
102 Eq("Expected operand for OpGetKernelMaxNumSubgroups instruction, "
104 EXPECT_THAT(CompiledInstructions("%res = OpGetKernelMaxNumSubgroups %type "
107 Eq(MakeInstruction(spv::Op::OpGetKernelMaxNumSubgroups,
109 EXPECT_THAT(CompileFailure("%res = OpGetKernelMaxNumSubgroups %type %invoke "
116 EXPECT_THAT(CompileFailure("%1 = OpGetKernelMaxNumSubgroups 2 %3 %4 %5 %6",
120 CompileFailure("%1 = OpGetKernelMaxNumSubgroups %2 %3 %4 %5 \"abc\"",