Searched refs:GetDestination (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
|
D | loop_dependence.cpp | 1213 *point_0->GetDestination() == *point_1->GetDestination()) { in IntersectConstraints() 1372 auto y = point->GetDestination(); in IntersectConstraints() 1652 auto destination = dependence_point->GetDestination(); in DeltaTest()
|
D | loop_dependence.h | 247 SENode* GetDestination() const { return destination_; } in GetDestination() function
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | loop_dependence_helpers.cpp | 530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
|
D | loop_dependence.cpp | 1213 *point_0->GetDestination() == *point_1->GetDestination()) { in IntersectConstraints() 1372 auto y = point->GetDestination(); in IntersectConstraints() 1652 auto destination = dependence_point->GetDestination(); in DeltaTest()
|
D | loop_dependence.h | 247 SENode* GetDestination() const { return destination_; } in GetDestination() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
|
D | loop_dependence.cpp | 1213 *point_0->GetDestination() == *point_1->GetDestination()) { in IntersectConstraints() 1372 auto y = point->GetDestination(); in IntersectConstraints() 1652 auto destination = dependence_point->GetDestination(); in DeltaTest()
|
D | loop_dependence.h | 247 SENode* GetDestination() const { return destination_; } in GetDestination() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 3652 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 3659 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST() 3699 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination()); in TEST() 3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination()); in TEST() 4131 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 4134 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
|
/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 3652 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 3659 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST() 3699 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination()); in TEST() 3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination()); in TEST() 4131 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 4134 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 3652 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 3659 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST() 3699 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination()); in TEST() 3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination()); in TEST() 4131 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST() 4134 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
|
/external/libchrome/dbus/ |
D | message.h | 110 std::string GetDestination();
|
D | message.cc | 250 AppendStringHeader("destination", GetDestination(), &headers); in ToString() 297 std::string Message::GetDestination() { in GetDestination() function in dbus::Message
|