/third_party/boost/libs/graph/test/ |
D | grid_graph_test.cpp | 83 for (vertices_size_type vertex_index = 0; in do_test() local 84 vertex_index < num_vertices(graph); ++vertex_index) in do_test() 87 get(boost::vertex_index, graph, vertex(vertex_index, graph)) in do_test() 88 == vertex_index); in do_test() 106 = get(boost::vertex_index, graph, current_vertex); in do_test() 125 get(boost::vertex_index, graph, target(out_edge, graph))); in do_test() 138 BOOST_TEST(target_vertices.count(get(boost::vertex_index, graph, in do_test() 160 get(boost::vertex_index, graph, adjacent_vertex)) in do_test() 174 = get(boost::vertex_index, graph, unconnected_vertex); in do_test() 199 = get(boost::vertex_index, graph, source(current_edge, graph)); in do_test() [all …]
|
D | betweenness_centrality_test.cpp | 50 put(vertex_index, g, *v, index); in run_weighted_test() 67 centrality.begin(), get(vertex_index, g), double())) in run_weighted_test() 68 .vertex_index_map(get(vertex_index, g)) in run_weighted_test() 98 put(vertex_index, g, *v, index); in run_unweighted_test() 118 centrality.begin(), get(vertex_index, g), double())) in run_unweighted_test() 121 .vertex_index_map(get(vertex_index, g))); in run_unweighted_test() 126 vertex_index_map(get(vertex_index, g)) in run_unweighted_test() 129 centrality2.begin(), get(vertex_index, g), double())) in run_unweighted_test() 191 put(vertex_index, g, *v, index); in run_wheel_test() 204 centrality.begin(), get(vertex_index, g), double())); in run_wheel_test() [all …]
|
D | layout_test.cpp | 86 out << " n" << get(vertex_index, g, *vi) << "[ pos=\"" in dump_graph_layout() 94 out << " n" << get(vertex_index, g, source(*ei, g)) << " -- n" in dump_graph_layout() 95 << get(vertex_index, g, target(*ei, g)) << ";\n"; in dump_graph_layout() 113 put(vertex_index, g, *vi, i); in test_circle_layout() 161 put(vertex_index, g, u, 0); in test_triangle() 163 put(vertex_index, g, v, 1); in test_triangle() 165 put(vertex_index, g, w, 2); in test_triangle() 209 put(vertex_index, g, *vi, i++); in test_cube() 215 std::cerr << "(" << (char)(get(vertex_index, g, source(*ei, g)) + 'A') in test_cube() 216 << ", " << (char)(get(vertex_index, g, target(*ei, g)) + 'A') in test_cube() [all …]
|
D | make_connected_test.cpp | 32 = get(vertex_index, g); in reset_vertex_index() 91 gVV_components.begin(), get(boost::vertex_index, gVV)); in main() 107 gLV_components.begin(), get(boost::vertex_index, gLV)); in main() 121 make_vector_property_map< int >(get(vertex_index, gVL))) in main() 125 make_vector_property_map< int >(get(vertex_index, gVL))) in main() 136 make_vector_property_map< int >(get(vertex_index, gLL))) in main() 140 make_vector_property_map< int >(get(vertex_index, gLL))) in main()
|
/third_party/boost/boost/graph/ |
D | betweenness_centrality.hpp | 134 PathCountMap path_count, VertexIndexMap vertex_index) in operator ()() 144 .vertex_index_map(vertex_index) in operator ()() 237 PathCountMap path_count, VertexIndexMap vertex_index) in operator ()() 249 make_iterator_property_map(colors.begin(), vertex_index)); in operator ()() 321 VertexIndexMap vertex_index, ShortestPaths shortest_paths) in brandes_betweenness_centrality_impl() argument 350 path_count, vertex_index); in brandes_betweenness_centrality_impl() 407 VertexIndexMap vertex_index BOOST_GRAPH_ENABLE_IF_MODELS_PARM( in brandes_betweenness_centrality() 414 vertex_index, shortest_paths); in brandes_betweenness_centrality() 427 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument 436 vertex_index, shortest_paths); in brandes_betweenness_centrality() [all …]
|
D | kruskal_min_spanning_tree.hpp | 114 rank_map.begin(), get(vertex_index, g), rank_map[0]), in kruskal_minimum_spanning_tree() 116 pred_map.begin(), get(vertex_index, g), pred_map[0]), in kruskal_minimum_spanning_tree() 140 choose_pmap(get_param(params, vertex_index), g, vertex_index), in kruskal_minimum_spanning_tree() 145 get_param(params, vertex_index), g, vertex_index), in kruskal_minimum_spanning_tree()
|
/third_party/boost/boost/graph/distributed/ |
D | betweenness_centrality.hpp | 186 VertexIndexMap vertex_index, 224 VertexIndexMap vertex_index; member in boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl 271 VertexIndexMap vertex_index, in betweenness_centrality_delta_stepping_impl() argument 281 vertex_index(vertex_index), in betweenness_centrality_delta_stepping_impl() 342 incoming_edge_count(incoming_edge_countS.begin(), vertex_index); in run() 351 IncomingMap outgoing(outgoingS.begin(), vertex_index); in run() 620 VertexIndexMap vertex_index in operator ()() 644 is_settled, vertex_index, in operator ()() 706 VertexIndexMap vertex_index, in do_brandes_sssp() argument 754 , is_settled, vertex_index in do_brandes_sssp() [all …]
|
/third_party/skia/third_party/externals/tint/test/shader_io/ |
D | vertex_input_builtins_struct.wgsl.expected.msl | 5 uint vertex_index; 13 uint const foo = (inputs.vertex_index + inputs.instance_index); 17 vertex tint_symbol_1 tint_symbol(uint vertex_index [[vertex_id]], uint instance_index [[instance_id… 18 VertexInputs const tint_symbol_2 = {.vertex_index=vertex_index, .instance_index=instance_index};
|
D | vertex_input_builtins.wgsl.expected.glsl | 5 uint vertex_index; 12 vec4 tint_symbol_inner(uint vertex_index, uint instance_index) { 13 uint foo = (vertex_index + instance_index); 18 vec4 inner_result = tint_symbol_inner(tint_symbol_1.vertex_index, tint_symbol_1.instance_index); 25 inputs.vertex_index = uint(gl_VertexID);
|
D | vertex_input_builtins_struct.wgsl.expected.glsl | 5 uint vertex_index; 9 uint vertex_index; 17 uint foo = (inputs.vertex_index + inputs.instance_index); 22 …VertexInputs tint_symbol_4 = VertexInputs(tint_symbol_1.vertex_index, tint_symbol_1.instance_index… 30 inputs.vertex_index = uint(gl_VertexID);
|
D | vertex_input_mixed.wgsl.expected.msl | 5 uint vertex_index; 23 uint const foo = (inputs0.vertex_index + instance_index); 31 vertex tint_symbol_3 tint_symbol(uint vertex_index [[vertex_id]], uint instance_index [[instance_id… 32 VertexInputs0 const tint_symbol_4 = {.vertex_index=vertex_index, .loc0=tint_symbol_1.loc0};
|
D | vertex_input_builtins.wgsl.expected.msl | 8 float4 tint_symbol_inner(uint vertex_index, uint instance_index) { 9 uint const foo = (vertex_index + instance_index); 13 vertex tint_symbol_1 tint_symbol(uint vertex_index [[vertex_id]], uint instance_index [[instance_id… 14 float4 const inner_result = tint_symbol_inner(vertex_index, instance_index);
|
D | vertex_input_builtins.wgsl.expected.hlsl | 2 uint vertex_index : SV_VertexID; 9 float4 main_inner(uint vertex_index, uint instance_index) { 10 const uint foo = (vertex_index + instance_index); 15 const float4 inner_result = main_inner(tint_symbol.vertex_index, tint_symbol.instance_index);
|
D | vertex_input_builtins_struct.wgsl.expected.hlsl | 2 uint vertex_index; 6 uint vertex_index : SV_VertexID; 14 const uint foo = (inputs.vertex_index + inputs.instance_index); 19 const VertexInputs tint_symbol_3 = {tint_symbol.vertex_index, tint_symbol.instance_index};
|
D | vertex_input_mixed.wgsl.expected.glsl | 5 uint vertex_index; 17 uint vertex_index; 25 uint foo = (inputs0.vertex_index + instance_index); 34 VertexInputs0 tint_symbol_4 = VertexInputs0(tint_symbol_1.vertex_index, tint_symbol_1.loc0); 51 inputs.vertex_index = uint(gl_VertexID);
|
D | vertex_input_mixed.wgsl.expected.hlsl | 2 uint vertex_index; 14 uint vertex_index : SV_VertexID; 22 const uint foo = (inputs0.vertex_index + instance_index); 31 const VertexInputs0 tint_symbol_3 = {tint_symbol.vertex_index, tint_symbol.loc0};
|
D | vertex_input_builtins.wgsl.expected.wgsl | 2 fn main([[builtin(vertex_index)]] vertex_index : u32, [[builtin(instance_index)]] instance_index : … 3 let foo : u32 = (vertex_index + instance_index);
|
D | vertex_input_builtins.wgsl | 3 [[builtin(vertex_index)]] vertex_index : u32, 6 let foo : u32 = vertex_index + instance_index;
|
D | vertex_input_builtins_struct.wgsl.expected.wgsl | 2 [[builtin(vertex_index)]] 3 vertex_index : u32; 10 let foo : u32 = (inputs.vertex_index + inputs.instance_index);
|
D | vertex_input_builtins_struct.wgsl | 2 [[builtin(vertex_index)]] vertex_index : u32; 8 let foo : u32 = inputs.vertex_index + inputs.instance_index;
|
/third_party/skia/third_party/externals/tint/test/bug/chromium/ |
D | 1251009.wgsl.expected.msl | 5 uint vertex_index; 23 uint const foo = (inputs0.vertex_index + instance_index); 27 vertex tint_symbol_3 tint_symbol(uint vertex_index [[vertex_id]], uint instance_index [[instance_id… 28 VertexInputs0 const tint_symbol_4 = {.vertex_index=vertex_index, .loc0=tint_symbol_1.loc0};
|
D | 1251009.wgsl.expected.glsl | 5 uint vertex_index; 17 uint vertex_index; 25 uint foo = (inputs0.vertex_index + instance_index); 30 VertexInputs0 tint_symbol_4 = VertexInputs0(tint_symbol_1.vertex_index, tint_symbol_1.loc0); 47 inputs.vertex_index = uint(gl_VertexID);
|
D | 1251009.wgsl.expected.hlsl | 2 uint vertex_index; 14 uint vertex_index : SV_VertexID; 22 const uint foo = (inputs0.vertex_index + instance_index); 27 const VertexInputs0 tint_symbol_3 = {tint_symbol.vertex_index, tint_symbol.loc0};
|
/third_party/boost/libs/graph/example/ |
D | remove_edge_if_undir.cpp | 84 print_graph(g, get(vertex_index, g)); in main() 85 print_edges2(g, get(vertex_index, g), get(edge_weight, g)); in main() 90 print_graph(g, get(vertex_index, g)); in main() 91 print_edges2(g, get(vertex_index, g), get(edge_weight, g)); in main() 95 print_graph(g, get(vertex_index, g)); in main() 96 print_edges2(g, get(vertex_index, g), get(edge_weight, g)); in main()
|
D | strong_components.cpp | 72 make_iterator_property_map(component.begin(), get(vertex_index, G)), in main() 73 root_map(make_iterator_property_map(root.begin(), get(vertex_index, G))) in main() 75 make_iterator_property_map(color.begin(), get(vertex_index, G))) in main() 77 discover_time.begin(), get(vertex_index, G)))); in main()
|