Home
last modified time | relevance | path

Searched refs:expected_instructions (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_intrinsic_test.cc1737 auto* expected_instructions = R"(%10 = OpArrayLength %11 %1 0 in TEST_F() local
1741 EXPECT_EQ(expected_instructions, got_instructions); in TEST_F()
1786 auto* expected_instructions = R"(%10 = OpArrayLength %11 %1 1 in TEST_F() local
1790 EXPECT_EQ(expected_instructions, got_instructions); in TEST_F()
1836 auto* expected_instructions = R"(%10 = OpArrayLength %11 %1 0 in TEST_F() local
1840 EXPECT_EQ(expected_instructions, got_instructions); in TEST_F()
1899 auto* expected_instructions = R"(%10 = OpArrayLength %11 %1 0 in TEST_F() local
1903 EXPECT_EQ(expected_instructions, got_instructions); in TEST_F()
1962 auto* expected_instructions = R"(%15 = OpAccessChain %14 %1 %12 in TEST_F() local
1969 EXPECT_EQ(expected_instructions, got_instruction in TEST_F()
2037 auto* expected_instructions = R"(OpStore %11 %10 TEST_F() local
2109 std::string expected_instructions = R"(OpStore %10 %9 TEST_P() local
2186 std::string expected_instructions = R"(OpStore %10 %9 TEST_P() local
2274 auto* expected_instructions = R"(OpStore %11 %10 TEST_F() local
2355 auto* expected_instructions = R"(%16 = OpAccessChain %15 %1 %13 TEST_F() local
2514 auto* expected_instructions = R"(OpControlBarrier %7 %7 %8 TEST_F() local
2548 auto* expected_instructions = R"(OpControlBarrier %7 %7 %8 TEST_F() local
2587 auto* expected_instructions = R"(%15 = OpFunctionCall %2 %3 %16 %17 %18 TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp209 std::vector<uint32_t> expected_instructions; member
228 Eq(GetParam().expected_instructions)); in TEST_P()
H A Dtext_to_binary.constant_test.cpp99 std::vector<uint32_t> expected_instructions; member
111 EXPECT_THAT(CompiledInstructions(input), Eq(GetParam().expected_instructions)) in TEST_P()
382 Eq(GetParam().expected_instructions)); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.control_flow_test.cpp209 std::vector<uint32_t> expected_instructions; member
228 Eq(GetParam().expected_instructions)); in TEST_P()
H A Dtext_to_binary.constant_test.cpp99 std::vector<uint32_t> expected_instructions; member
111 EXPECT_THAT(CompiledInstructions(input), Eq(GetParam().expected_instructions)) in TEST_P()
382 Eq(GetParam().expected_instructions)); in TEST_P()
/third_party/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp215 std::vector<uint32_t> expected_instructions; member
234 Eq(GetParam().expected_instructions)); in TEST_P()
H A Dtext_to_binary.constant_test.cpp99 std::vector<uint32_t> expected_instructions; member
111 EXPECT_THAT(CompiledInstructions(input), Eq(GetParam().expected_instructions)) in TEST_P()
382 Eq(GetParam().expected_instructions)); in TEST_P()

Completed in 10 milliseconds