/third_party/boost/libs/graph/test/ |
D | basic_planarity_test.cpp | 37 void test_K_5(VertexIndexUpdater vertex_index) in test_K_5() 75 void test_K_3_3(VertexIndexUpdater vertex_index) in test_K_3_3() 117 VertexIndexUpdater vertex_index, std::size_t num_vertices) in test_maximal_planar()
|
D | grid_graph_test.cpp | 83 for (vertices_size_type vertex_index = 0; in do_test() local
|
D | dijkstra_no_color_map_compare.cpp | 114 int vertex_index = 0; in main() local
|
D | gursoy_atun_layout_test.cpp | 119 VertexIndexMap vertex_index = get(boost::vertex_index_t(), graph); in main() local
|
/third_party/boost/libs/parameter/test/literate/ |
D | writing-the-function0.cpp | 17 int vertex_index = 0; variable
|
D | handling-out-parameters0.cpp | 6 int vertex_index = 0; variable
|
D | optional-parameters0.cpp | 6 int vertex_index = 0; variable
|
/third_party/boost/boost/graph/distributed/ |
D | betweenness_centrality.hpp | 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() 706 VertexIndexMap vertex_index, in do_brandes_sssp() 962 VertexIndexMap vertex_index, in brandes_betweenness_centrality_impl() 1050 VertexIndexMap vertex_index, in do_sequential_brandes_sssp() 1119 VertexIndexMap vertex_index, in non_distributed_brandes_betweenness_centrality_impl() 1235 VertexIndexMap vertex_index, in brandes_betweenness_centrality() 1267 VertexIndexMap vertex_index, in brandes_betweenness_centrality() 1292 VertexIndexMap vertex_index, in brandes_betweenness_centrality_dispatch2() 1330 VertexIndexMap vertex_index, in brandes_betweenness_centrality_dispatch2() [all …]
|
D | breadth_first_search.hpp | 122 VertexIndexMap vertex_index) in parallel_bfs_helper()
|
D | boman_et_al_graph_coloring.hpp | 114 VertexOrdering ordering, VertexIndexMap vertex_index) in boman_et_al_graph_coloring()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 176 LLVMValueRef base_addr, LLVMValueRef vertex_index, in get_dw_address_from_generic_indices() 216 LLVMValueRef rel_patch_id, LLVMValueRef vertex_index, in get_tcs_tes_buffer_address() 248 LLVMValueRef vertex_index, in get_tcs_tes_buffer_address_from_generic_indices() 382 LLVMValueRef vertex_index, LLVMValueRef param_index, in si_nir_load_tcs_varyings() 442 LLVMValueRef vertex_index, LLVMValueRef param_index, in si_nir_load_input_tes() 474 LLVMValueRef vertex_index, LLVMValueRef param_index, in si_nir_store_output_tcs()
|
D | si_shader_llvm_vs.c | 117 LLVMValueRef vertex_index; in load_input_vs() local 258 unsigned vertex_index, LLVMTypeRef type) in si_load_vs_input()
|
D | si_shader_llvm_gs.c | 87 unsigned num_components, unsigned vertex_index, in si_nir_load_input_gs()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_packed_varyings.cpp | 519 unsigned vertex_index) in lower_rvalue() 667 unsigned vertex_index) in lower_arraylike() 714 unsigned vertex_index) in get_packed_varying_deref()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_tcs.cpp | 157 const src_reg &vertex_index, in emit_input_urb_read() 264 src_reg vertex_index = retype(get_nir_src_imm(instr->src[0]), in nir_emit_intrinsic() local
|
/third_party/boost/boost/graph/ |
D | betweenness_centrality.hpp | 321 VertexIndexMap vertex_index, ShortestPaths shortest_paths) in brandes_betweenness_centrality_impl() 427 VertexIndexMap vertex_index, in brandes_betweenness_centrality() 448 WeightMap weight_map, VertexIndexMap vertex_index) in brandes_betweenness_centrality_dispatch2() 480 VertexIndexMap vertex_index) in brandes_betweenness_centrality_dispatch2()
|
D | bc_clustering.hpp | 113 EdgeCentralityMap edge_centrality, VertexIndexMap vertex_index) in betweenness_centrality_clustering()
|
D | graphml.hpp | 255 VertexIndexMap vertex_index, const dynamic_properties& dp, in write_graphml()
|
D | grid_graph.hpp | 450 vertices_size_type vertex_index = 0; in index_of() local 817 typename type::vertices_size_type vertex_index, const type& graph) in vertex()
|
/third_party/boost/libs/graph/example/ |
D | actor_clustering.cpp | 86 VertexIndexMap vertex_index, VertexNameMap vertex_name) in write_pajek_graph()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 487 LLVMValueRef vertex_index, in swr_gs_llvm_fetch_input() 551 LLVMValueRef vertex_index, in swr_tcs_llvm_fetch_input() 572 LLVMValueRef vertex_index, in swr_tcs_llvm_fetch_output() 613 LLVMValueRef vertex_index, in swr_tcs_llvm_store_output() 651 LLVMValueRef vertex_index, in swr_tes_llvm_fetch_vtx_input() 688 LLVMValueRef vertex_index, in swr_gs_llvm_fetch_input() 990 LLVMValueRef vertex_index, in swr_tcs_llvm_fetch_input() 1071 LLVMValueRef vertex_index, in swr_tcs_llvm_fetch_output() 1161 LLVMValueRef vertex_index, in swr_tcs_llvm_store_output() 1417 LLVMValueRef vertex_index, in swr_tes_llvm_fetch_vtx_input()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_tess_io_to_mem.c | 278 nir_ssa_def *vertex_index = nir_get_io_vertex_index_src(instr)->ssa; in hs_per_vertex_input_lds_offset() local 313 nir_ssa_def *vertex_index = nir_ssa_for_src(b, *nir_get_io_vertex_index_src(intrin), 1); in hs_output_lds_offset() local 340 nir_ssa_def *vertex_index = nir_ssa_for_src(b, *nir_get_io_vertex_index_src(intrin), 1); in hs_per_vertex_output_vmem_offset() local
|
/third_party/boost/boost/mpi/ |
D | graph_communicator.hpp | 224 for (int vertex_index = 0; vertex_index < nvertices; ++vertex_index) { in setup_graph() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1754 LLVMValueRef vertex_index, in draw_gs_llvm_fetch_input() 3121 LLVMValueRef vertex_index, in draw_tcs_llvm_emit_fetch_input() 3183 LLVMValueRef vertex_index, in draw_tcs_llvm_emit_fetch_output() 3247 LLVMValueRef vertex_index, in draw_tcs_llvm_emit_store_output() 3800 LLVMValueRef vertex_index, in draw_tes_llvm_fetch_vertex_input()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1126 LLVMValueRef vertex_index = NULL; in emit_fetch_gs_input() local 1214 LLVMValueRef vertex_index = NULL; in emit_fetch_tcs_input() local 1317 LLVMValueRef vertex_index = NULL; in emit_fetch_tes_input() local 1732 LLVMValueRef vertex_index = NULL; in emit_store_tcs_output() local
|