Lines Matching defs:spirv
33 std::string spirv = R"(OpExtension "SPV_KHR_non_semantic_info"
45 spirv, SPV_BINARY_TO_TEXT_OPTION_NONE, SPV_ENV_UNIVERSAL_1_0);
46 EXPECT_THAT(disassembly, Eq(spirv));
50 std::string spirv = R"(OpExtension "SPV_KHR_non_semantic_info"
55 CompileFailure(spirv),
60 std::string spirv = R"(OpExtension "SPV_KHR_non_semantic_info"
66 EXPECT_THAT(CompileFailure(spirv), Eq("Expected id to start with %."));
70 std::string spirv = R"(OpExtension "SPV_KHR_non_semantic_info"
76 EXPECT_THAT(CompileFailure(spirv), Eq("Expected id to start with %."));
80 std::string spirv = R"(OpExtension "SPV_KHR_non_semantic_info"
86 EXPECT_THAT(CompileFailure(spirv), Eq("Expected id to start with %."));