Home
last modified time | relevance | path

Searched refs:add_edge (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/tests/
Ddag_test.cpp60 void add_edge(struct node &child, uintptr_t data) { in add_edge() function
168 node[0].add_edge(node[1], 0); in TEST_F()
169 node[0].add_edge(node[1], 1); in TEST_F()
170 node[0].add_edge(node[2], 0); in TEST_F()
/third_party/libabigail/src/
Dabg-viz-dot.cc101 dot::add_edge(const node_base& __parent, const node_base& __child) in add_edge() function in abigail::dot
122 add_edge(__p, __c); in add_child_to_node()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextdependency.py42 def add_edge(self, src, dest): member in DiGraph
149 self.graph.add_edge(name, dep)
/third_party/skia/tests/
DTriangulatingPathRendererTests.cpp820 static void add_edge(EdgeMap& edgeMap, SkPoint p0, SkPoint p1) { in add_edge() function
836 add_edge(edgeMap, p0, p1); in add_tri_edges()
894 add_edge(innerFanEdges, lastPoint, startPoint); in verify_simple_inner_polygons()
913 add_edge(innerFanEdges, pts[0], lastPoint); in verify_simple_inner_polygons()
917 add_edge(innerFanEdges, lastPoint, startPoint); in verify_simple_inner_polygons()
/third_party/libabigail/include/
Dabg-viz-dot.h125 add_edge(const node_base&, const node_base&);
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h207 void add_edge(value *a, value *b, unsigned cost);
Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge() function in r600_sb::coalescer
Dsb_shader.cpp127 coal.add_edge(src, dst, affcost); in create_copy_mov()
Dsb_ra_init.cpp562 sh.coal.add_edge(v, d, coalescer::phi_cost); in split_phi_src()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp110 add_edge(unsigned pred_idx, Block* succ) in add_edge() function
10218 add_edge(loop_preheader_idx, loop_header); in begin_loop()
10270 add_edge(ctx->block->index, &ctx->program->blocks[loop_header_idx]); in end_loop()
10581 add_edge(ic->BB_if_idx, BB_then_logical); in begin_divergent_if_then()
10727 add_edge(ic->BB_if_idx, BB_then); in begin_uniform_if_then()
10759 add_edge(ic->BB_if_idx, BB_else); in begin_uniform_if_else()