Home
last modified time | relevance | path

Searched refs:numverts (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/graph/
Dcompressed_sparse_row_graph.hpp305 compressed_sparse_row_graph(vertices_size_type numverts) in compressed_sparse_row_graph() argument
306 : inherited_vertex_properties(numverts), m_forward(numverts) in compressed_sparse_row_graph()
314 vertices_size_type numverts, in compressed_sparse_row_graph() argument
316 : inherited_vertex_properties(numverts), m_property(prop) in compressed_sparse_row_graph()
319 numverts, typed_identity_property_map< vertices_size_type >(), in compressed_sparse_row_graph()
327 EdgePropertyIterator ep_iter, vertices_size_type numverts, in compressed_sparse_row_graph() argument
329 : inherited_vertex_properties(numverts), m_forward(), m_property(prop) in compressed_sparse_row_graph()
332 ep_iter, numverts, in compressed_sparse_row_graph()
369 InputIterator edge_end, vertices_size_type numverts, in compressed_sparse_row_graph() argument
376 numverts, numedges); in compressed_sparse_row_graph()
[all …]
/third_party/boost/boost/graph/distributed/
Dcompressed_sparse_row_graph.hpp161 compressed_sparse_row_graph(vertices_size_type numverts, in compressed_sparse_row_graph() argument
164 m_base(numverts) in compressed_sparse_row_graph()
167 compressed_sparse_row_graph(vertices_size_type numverts, in compressed_sparse_row_graph() argument
171 m_base(numverts) in compressed_sparse_row_graph()
175 compressed_sparse_row_graph(vertices_size_type numverts, in compressed_sparse_row_graph() argument
178 : m_process_group(pg), m_distribution(dist), m_base(numverts) {} in compressed_sparse_row_graph()
181 compressed_sparse_row_graph(vertices_size_type numverts, in compressed_sparse_row_graph() argument
185 : m_process_group(pg), m_distribution(dist), m_base(numverts) {} in compressed_sparse_row_graph()
190 vertices_size_type numverts,
197 vertices_size_type numverts,
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c1054 int numverts; in print_prim_and_flags() local
1067 numverts = prim>>16; in print_prim_and_flags()
1070 fprintf(stderr, " prim: %s numverts %d\n", primname[prim&0xf], numverts); in print_prim_and_flags()
1075 if (numverts < 1) { in print_prim_and_flags()
1076 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags()
1082 if ((numverts & 1) || numverts == 0) { in print_prim_and_flags()
1083 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags()
1089 if (numverts < 2) { in print_prim_and_flags()
1090 fprintf(stderr, "Bad nr verts for line_strip %d\n", numverts); in print_prim_and_flags()
1098 if (numverts % 3 || numverts == 0) { in print_prim_and_flags()
[all …]
Dradeon_dma.c437 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommon_flush_last_swtcl_prim()
445 rmesa->swtcl.numverts = 0; in rcommon_flush_last_swtcl_prim()
480 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommonAllocDmaLowVerts()
491 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
Dradeon_common_context.h286 GLuint numverts; member
Dr200_swtcl.c307 rmesa->radeon.swtcl.numverts); in r200_swtcl_flush()
/third_party/boost/boost/graph/detail/
Dcompressed_sparse_row_struct.hpp102 compressed_sparse_row_structure(Vertex numverts = 0) in compressed_sparse_row_structure() argument
103 : m_rowstart(numverts + 1, EdgeIndex(0)), m_column() in compressed_sparse_row_structure()
284 vertices_size_type numverts, GlobalToLocal global_to_local) in assign_sources_and_targets_global() argument
290 m_rowstart.resize(numverts + 1); in assign_sources_and_targets_global()
292 m_rowstart.begin(), numverts, keep_all(), in assign_sources_and_targets_global()
295 m_rowstart.begin(), numverts, targets.begin(), in assign_sources_and_targets_global()
312 vertices_size_type numverts, GlobalToLocal global_to_local) in assign_sources_and_targets_global() argument
319 m_rowstart.resize(numverts + 1); in assign_sources_and_targets_global()
321 m_rowstart.begin(), numverts, keep_all(), in assign_sources_and_targets_global()
324 m_rowstart.begin(), numverts, targets.begin(), in assign_sources_and_targets_global()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_sanity.c714 int numverts; in print_prim_and_flags() local
733 numverts = prim>>16; in print_prim_and_flags()
736 fprintf(stderr, " prim: %s numverts %d\n", primname[prim&0xf], numverts); in print_prim_and_flags()
741 if (numverts < 1) { in print_prim_and_flags()
742 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags()
747 if ((numverts & 1) || numverts == 0) { in print_prim_and_flags()
748 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags()
753 if (numverts < 2) { in print_prim_and_flags()
754 fprintf(stderr, "Bad nr verts for line_strip %d\n", numverts); in print_prim_and_flags()
762 if (numverts % 3 || numverts == 0) { in print_prim_and_flags()
[all …]
Dradeon_dma.c437 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommon_flush_last_swtcl_prim()
445 rmesa->swtcl.numverts = 0; in rcommon_flush_last_swtcl_prim()
480 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommonAllocDmaLowVerts()
491 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
Dradeon_common_context.h286 GLuint numverts; member
Dradeon_swtcl.c333 rmesa->radeon.swtcl.numverts); in r100_swtcl_flush()
/third_party/libdrm/include/drm/
Dradeon_drm.h423 unsigned int numverts:16; /* overloaded as offset/64 for elt prims */ member