Home
last modified time | relevance | path

Searched refs:vert_count (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/games/excido/excido-0.1.5c/src/
H A DMesh.cpp18 vert_count=0; in Mesh()
38 glDrawArrays(GL_TRIANGLES,0,vert_count); in Draw()
90 vert_count=0; in Load()
93 vert_count++; in Load()
96 geom=(float*)malloc ( vert_count*(2+4+3+3)*sizeof(GLfloat) ); in Load()
97 for(int i=0;i<vert_count*12;i++) in Load()
113 if(vertindex+1>vert_count) in Load()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dlineloop.c45 static int vert_count = 10000; variable
69 printf("%s: %u vertices\n", TestName, vert_count); in test_prims()
76 draw(vert_count, 1.0); in test_prims()
108 vert_count = strtoul(argv[i], NULL, 0); in piglit_init()
122 draw(vert_count, 1.0); in piglit_init()
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/dumpers/misc/
H A Ddump_dm.pl23 my ($flags, $min_scale, $max_scale, $vert_count, $index_count) = $packet->unpack('VffVV');
28 printf " vert_count: %u\n", $vert_count;
29 my @vb = $packet->unpack("(f3f2)$vert_count");
30 for (my $i = 0; $i < $vert_count; $i++) {
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/gizmo_types/
H A Dprimitive3d_gizmo.c66 uint vert_count = 0; in gizmo_primitive_draw_geom() local
70 vert_count = ARRAY_SIZE(verts_plane); in gizmo_primitive_draw_geom()
73 if (vert_count > 0) { in gizmo_primitive_draw_geom()
76 wm_gizmo_vec_draw(col_inner, verts, vert_count, pos, GPU_PRIM_TRI_FAN); in gizmo_primitive_draw_geom()
77 wm_gizmo_vec_draw(col_outer, verts, vert_count, pos, GPU_PRIM_LINE_LOOP); in gizmo_primitive_draw_geom()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/
H A Dgizmo_draw_utils.c101 const float color[4], const float (*verts)[3], uint vert_count, uint pos, uint primitive_type) in wm_gizmo_vec_draw() argument
104 immBegin(primitive_type, vert_count); in wm_gizmo_vec_draw()
105 for (int i = 0; i < vert_count; i++) { in wm_gizmo_vec_draw()
/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dtraverse.cc276 int vert_count = _vertical.size(); in next_vert() local
279 for (int i = 0; i < vert_count && _vertical_pos < 0; i++) in next_vert()
285 i = down ? vert_count - 1 : 0; in next_vert()
287 assert(i >= 0 && i < vert_count); in next_vert()
288 int delta = down ? 1 : vert_count - 1; in next_vert()
289 for (int c = 0; c < vert_count; c++) { in next_vert()
290 i = (i + delta) % vert_count; in next_vert()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c246 unsigned vert_count = info->count; in nv50_push_vbo() local
303 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
304 vert_count /= targ->stride; in nv50_push_vbo()
331 emit_vertices_seq(&ctx, info->start, vert_count); in nv50_push_vbo()
334 emit_vertices_i08(&ctx, info->start, vert_count); in nv50_push_vbo()
337 emit_vertices_i16(&ctx, info->start, vert_count); in nv50_push_vbo()
340 emit_vertices_i32(&ctx, info->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c248 unsigned vert_count = draw->count; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
333 emit_vertices_seq(&ctx, draw->start, vert_count); in nv50_push_vbo()
336 emit_vertices_i08(&ctx, draw->start, vert_count); in nv50_push_vbo()
339 emit_vertices_i16(&ctx, draw->start, vert_count); in nv50_push_vbo()
342 emit_vertices_i32(&ctx, draw->start, vert_count); in nv50_push_vbo()
/dports/graphics/polyclipping/polyclipping-6.4.2/cpp/cpp_cairo/
H A Dcairo_clipper.cpp70 int vert_count = 1; in cairo_to_clipper() local
76 vert_count++; in cairo_to_clipper()
79 pg[pc].resize(vert_count); in cairo_to_clipper()
92 while (j < vert_count && i < path->num_data && in cairo_to_clipper()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/vbo/
H A Dvbo_exec_draw.c46 GLuint count = exec->vtx.vert_count; in vbo_exec_debug_verts()
305 exec->vtx.vert_count) { in vbo_exec_vtx_flush()
309 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
325 exec->vtx.vert_count); in vbo_exec_vtx_flush()
328 NULL, GL_TRUE, 0, exec->vtx.vert_count - 1, 1, 0, in vbo_exec_vtx_flush()
359 exec->vtx.vert_count = 0; in vbo_exec_vtx_flush()
/dports/games/bzflag-server/bzflag-2.4.22/tools/modeltool/
H A DQ3BSP.cxx108 for ( int j = 0; j < mFaces[i].vert_count; j++ ) in dumpToModel()
163 if (mFaces[i].vert_count > 2) in dumpToModel()
165 for ( int j = 2; j < mFaces[i].vert_count; j++) in dumpToModel()
188 for ( int j = 0; j < mFaces[i].vert_count; j++) in dumpToModel()
201 if (mFaces[i].vert_count > 2) in dumpToModel()
204 for ( int j = 0; j < mFaces[i].vert_count; j+= 1) in dumpToModel()
225 for ( int j = 0; j < mFaces[i].vert_count; j++) in dumpToModel()
246 for ( int j = mFaces[i].vert_count-1; j >= 0; j-- ) in dumpToModel()
/dports/games/bzflag/bzflag-2.4.22/tools/modeltool/
H A DQ3BSP.cxx108 for ( int j = 0; j < mFaces[i].vert_count; j++ ) in dumpToModel()
163 if (mFaces[i].vert_count > 2) in dumpToModel()
165 for ( int j = 2; j < mFaces[i].vert_count; j++) in dumpToModel()
188 for ( int j = 0; j < mFaces[i].vert_count; j++) in dumpToModel()
201 if (mFaces[i].vert_count > 2) in dumpToModel()
204 for ( int j = 0; j < mFaces[i].vert_count; j+= 1) in dumpToModel()
225 for ( int j = 0; j < mFaces[i].vert_count; j++) in dumpToModel()
246 for ( int j = mFaces[i].vert_count-1; j >= 0; j-- ) in dumpToModel()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_api.c80 exec->vtx.vert_count = 0; in vbo_exec_wrap_buffers()
91 last_draw->count = exec->vtx.vert_count - last_draw->start; in vbo_exec_wrap_buffers()
114 if (exec->vtx.vert_count) in vbo_exec_wrap_buffers()
166 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_vtx_wrap()
262 const GLint lastcount = exec->vtx.vert_count; in vbo_exec_wrap_upgrade_vertex()
308 exec->vtx.vert_count = 0; in vbo_exec_wrap_upgrade_vertex()
412 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_wrap_upgrade_vertex()
690 if (exec->vtx.vert_count) { in vbo_exec_FlushVertices_internal()
852 exec->vtx.draw[i].start = exec->vtx.vert_count; in vbo_exec_Begin()
949 exec->vtx.vert_count * exec->vtx.vertex_size; in vbo_exec_End()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_api.c80 exec->vtx.vert_count = 0; in vbo_exec_wrap_buffers()
91 last_draw->count = exec->vtx.vert_count - last_draw->start; in vbo_exec_wrap_buffers()
114 if (exec->vtx.vert_count) in vbo_exec_wrap_buffers()
166 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_vtx_wrap()
262 const GLint lastcount = exec->vtx.vert_count; in vbo_exec_wrap_upgrade_vertex()
308 exec->vtx.vert_count = 0; in vbo_exec_wrap_upgrade_vertex()
412 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_wrap_upgrade_vertex()
690 if (exec->vtx.vert_count) { in vbo_exec_FlushVertices_internal()
852 exec->vtx.draw[i].start = exec->vtx.vert_count; in vbo_exec_Begin()
949 exec->vtx.vert_count * exec->vtx.vertex_size; in vbo_exec_End()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_api.c80 exec->vtx.vert_count = 0; in vbo_exec_wrap_buffers()
91 last_draw->count = exec->vtx.vert_count - last_draw->start; in vbo_exec_wrap_buffers()
114 if (exec->vtx.vert_count) in vbo_exec_wrap_buffers()
166 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_vtx_wrap()
262 const GLint lastcount = exec->vtx.vert_count; in vbo_exec_wrap_upgrade_vertex()
308 exec->vtx.vert_count = 0; in vbo_exec_wrap_upgrade_vertex()
412 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_wrap_upgrade_vertex()
690 if (exec->vtx.vert_count) { in vbo_exec_FlushVertices_internal()
852 exec->vtx.draw[i].start = exec->vtx.vert_count; in vbo_exec_Begin()
949 exec->vtx.vert_count * exec->vtx.vertex_size; in vbo_exec_End()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_api.c80 exec->vtx.vert_count = 0; in vbo_exec_wrap_buffers()
91 last_draw->count = exec->vtx.vert_count - last_draw->start; in vbo_exec_wrap_buffers()
114 if (exec->vtx.vert_count) in vbo_exec_wrap_buffers()
166 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_vtx_wrap()
262 const GLint lastcount = exec->vtx.vert_count; in vbo_exec_wrap_upgrade_vertex()
308 exec->vtx.vert_count = 0; in vbo_exec_wrap_upgrade_vertex()
412 exec->vtx.vert_count += exec->vtx.copied.nr; in vbo_exec_wrap_upgrade_vertex()
690 if (exec->vtx.vert_count) { in vbo_exec_FlushVertices_internal()
852 exec->vtx.draw[i].start = exec->vtx.vert_count; in vbo_exec_Begin()
949 exec->vtx.vert_count * exec->vtx.vertex_size; in vbo_exec_End()
[all …]

1234567