Home
last modified time | relevance | path

Searched refs:maxVerts (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_mirror.c164 const int maxVerts = mesh->totvert; in BKE_mesh_mirror_apply_mirror_on_axis() local
193 CustomData_copy_data(&result->vdata, &result->vdata, 0, maxVerts, maxVerts); in BKE_mesh_mirror_apply_mirror_on_axis()
203 vtmap_b = vtargetmap + maxVerts; in BKE_mesh_mirror_apply_mirror_on_axis()
208 mv = mv_prev + maxVerts; in BKE_mesh_mirror_apply_mirror_on_axis()
216 *vtmap_a = maxVerts + i; in BKE_mesh_mirror_apply_mirror_on_axis()
238 for (i = maxVerts; i < result->totvert; i++) { in BKE_mesh_mirror_apply_mirror_on_axis()
246 me->v1 += maxVerts; in BKE_mesh_mirror_apply_mirror_on_axis()
247 me->v2 += maxVerts; in BKE_mesh_mirror_apply_mirror_on_axis()
283 ml->v += maxVerts; in BKE_mesh_mirror_apply_mirror_on_axis()
398 maxVerts; in BKE_mesh_mirror_apply_mirror_on_axis()
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/Geometry/
H A DE3GeometryNURBCurve.c433 TQ3Uns32 numInt, numVerts = 0, maxVerts, n ;
466 if( maxVerts > 1000 ) maxVerts = 1000 ;
490 Q3_ASSERT( numVerts <= maxVerts ) ;
492 if( numVerts > maxVerts -2 ) {
493 maxVerts += REALLOC_VERTS ;
561 Q3_ASSERT( numVerts <= maxVerts ) ;
629 if( maxVerts > 1000 ) maxVerts = 1000 ;
656 Q3_ASSERT( numVerts <= maxVerts ) ;
658 if( numVerts > maxVerts -2 ) {
659 maxVerts += REALLOC_VERTS ;
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DModelOverlay.cpp104 int i, maxVerts, maxIndexes, surfNum; in CreateOverlay() local
107 maxVerts = 0; in CreateOverlay()
111 if ( surf->geometry->numVerts > maxVerts ) { in CreateOverlay()
112 maxVerts = surf->geometry->numVerts; in CreateOverlay()
120 overlayVertex_t *overlayVerts = (overlayVertex_t *)_alloca( maxVerts * sizeof( *overlayVerts ) ); in CreateOverlay()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContextDraw.cpp658 if (vertCount && instanceCount && totalVertCount > fetchLimits->maxVerts) { in DrawArraysInstanced()
661 uint32_t(fetchLimits->maxVerts)); in DrawArraysInstanced()
814 auto fakeVertCount = fetchLimits->maxVerts; in DrawElementsInstanced()
815 if (fetchLimits->maxVerts == UINT64_MAX) { in DrawElementsInstanced()
843 if (globalMaxVertId.value() < fetchLimits->maxVerts) return true; in DrawElementsInstanced()
848 return maxVertId < fetchLimits->maxVerts; in DrawElementsInstanced()
854 maxVertId + 1, uint32_t(fetchLimits->maxVerts)); in DrawElementsInstanced()
H A DWebGLProgram.h51 uint64_t maxVerts = UINT64_MAX; member
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLContextDraw.cpp651 if (vertCount && instanceCount && totalVertCount > fetchLimits->maxVerts) { in DrawArraysInstanced()
654 uint32_t(fetchLimits->maxVerts)); in DrawArraysInstanced()
807 auto fakeVertCount = fetchLimits->maxVerts; in DrawElementsInstanced()
808 if (fetchLimits->maxVerts == UINT64_MAX) { in DrawElementsInstanced()
836 if (globalMaxVertId.value() < fetchLimits->maxVerts) return true; in DrawElementsInstanced()
841 return maxVertId < fetchLimits->maxVerts; in DrawElementsInstanced()
847 maxVertId + 1, uint32_t(fetchLimits->maxVerts)); in DrawElementsInstanced()
H A DWebGLProgram.h51 uint64_t maxVerts = UINT64_MAX; member
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContextDraw.cpp658 if (vertCount && instanceCount && totalVertCount > fetchLimits->maxVerts) { in DrawArraysInstanced()
661 uint32_t(fetchLimits->maxVerts)); in DrawArraysInstanced()
814 auto fakeVertCount = fetchLimits->maxVerts; in DrawElementsInstanced()
815 if (fetchLimits->maxVerts == UINT64_MAX) { in DrawElementsInstanced()
843 if (globalMaxVertId.value() < fetchLimits->maxVerts) return true; in DrawElementsInstanced()
848 return maxVertId < fetchLimits->maxVerts; in DrawElementsInstanced()
854 maxVertId + 1, uint32_t(fetchLimits->maxVerts)); in DrawElementsInstanced()
H A DWebGLProgram.h51 uint64_t maxVerts = UINT64_MAX; member
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContextDraw.cpp692 if (vertCount && instanceCount && totalVertCount > fetchLimits->maxVerts) { in DrawArraysInstanced()
695 uint32_t(fetchLimits->maxVerts)); in DrawArraysInstanced()
847 auto fakeVertCount = fetchLimits->maxVerts; in DrawElementsInstanced()
848 if (fetchLimits->maxVerts == UINT64_MAX) { in DrawElementsInstanced()
876 if (globalMaxVertId.value() < fetchLimits->maxVerts) return true; in DrawElementsInstanced()
881 return maxVertId < fetchLimits->maxVerts; in DrawElementsInstanced()
887 maxVertId + 1, uint32_t(fetchLimits->maxVerts)); in DrawElementsInstanced()
H A DWebGLProgram.h52 uint64_t maxVerts = UINT64_MAX; member
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DexpGeometryRecords.cpp663 unsigned int maxVerts = (0xffff - 12) / vertSize; in writePush()
664 unsigned int thisVertCount = (maxVerts > numVerts) ? numVerts : maxVerts; in writePush()
665 unsigned int currentIndexLimit = maxVerts; in writePush()
713 currentIndexLimit += maxVerts; in writePush()
715 thisVertCount = (maxVerts > remaining) ? remaining : maxVerts; in writePush()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DexpGeometryRecords.cpp668 unsigned int maxVerts = (0xffff - 12) / vertSize; in writeLocalVertexPool() local
669 unsigned int thisVertCount = (maxVerts > numVerts) ? numVerts : maxVerts; in writeLocalVertexPool()
670 unsigned int currentIndexLimit = maxVerts; in writeLocalVertexPool()
718 currentIndexLimit += maxVerts; in writeLocalVertexPool()
720 thisVertCount = (maxVerts > remaining) ? remaining : maxVerts; in writeLocalVertexPool()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastContour.cpp608 const int maxVerts = ca.nverts + cb.nverts + 2; in mergeContours() local
609 int* verts = (int*)rcAlloc(sizeof(int)*maxVerts*4, RC_ALLOC_PERM); in mergeContours()
730 int maxVerts = region.outline->nverts; in mergeRegionHoles() local
732 maxVerts += region.holes[i].contour->nverts; in mergeRegionHoles()
734 …iagonal> diags((rcPotentialDiagonal*)rcAlloc(sizeof(rcPotentialDiagonal)*maxVerts, RC_ALLOC_TEMP)); in mergeRegionHoles()
737 ctx->log(RC_LOG_WARNING, "mergeRegionHoles: Failed to allocated diags %d.", maxVerts); in mergeRegionHoles()
H A DRecastMesh.cpp1326 int maxVerts = 0; in rcMergePolyMeshes() local
1334 maxVerts += meshes[i]->nverts; in rcMergePolyMeshes()
1339 mesh.verts = (unsigned short*)rcAlloc(sizeof(unsigned short)*maxVerts*3, RC_ALLOC_PERM); in rcMergePolyMeshes()
1342 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'mesh.verts' (%d).", maxVerts*3); in rcMergePolyMeshes()
1379 rcScopedDelete<int> nextVert((int*)rcAlloc(sizeof(int)*maxVerts, RC_ALLOC_TEMP)); in rcMergePolyMeshes()
1382 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'nextVert' (%d).", maxVerts); in rcMergePolyMeshes()
1385 memset(nextVert, 0, sizeof(int)*maxVerts); in rcMergePolyMeshes()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastContour.cpp608 const int maxVerts = ca.nverts + cb.nverts + 2; in mergeContours() local
609 int* verts = (int*)rcAlloc(sizeof(int)*maxVerts*4, RC_ALLOC_PERM); in mergeContours()
730 int maxVerts = region.outline->nverts; in mergeRegionHoles() local
732 maxVerts += region.holes[i].contour->nverts; in mergeRegionHoles()
734 …iagonal> diags((rcPotentialDiagonal*)rcAlloc(sizeof(rcPotentialDiagonal)*maxVerts, RC_ALLOC_TEMP)); in mergeRegionHoles()
737 ctx->log(RC_LOG_WARNING, "mergeRegionHoles: Failed to allocated diags %d.", maxVerts); in mergeRegionHoles()
H A DRecastMesh.cpp1326 int maxVerts = 0; in rcMergePolyMeshes() local
1334 maxVerts += meshes[i]->nverts; in rcMergePolyMeshes()
1339 mesh.verts = (unsigned short*)rcAlloc(sizeof(unsigned short)*maxVerts*3, RC_ALLOC_PERM); in rcMergePolyMeshes()
1342 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'mesh.verts' (%d).", maxVerts*3); in rcMergePolyMeshes()
1379 rcScopedDelete<int> nextVert((int*)rcAlloc(sizeof(int)*maxVerts, RC_ALLOC_TEMP)); in rcMergePolyMeshes()
1382 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'nextVert' (%d).", maxVerts); in rcMergePolyMeshes()
1385 memset(nextVert, 0, sizeof(int)*maxVerts); in rcMergePolyMeshes()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecastContour.cpp608 const int maxVerts = ca.nverts + cb.nverts + 2; in mergeContours() local
609 int* verts = (int*)rcAlloc(sizeof(int)*maxVerts*4, RC_ALLOC_PERM); in mergeContours()
730 int maxVerts = region.outline->nverts; in mergeRegionHoles() local
732 maxVerts += region.holes[i].contour->nverts; in mergeRegionHoles()
734 …iagonal> diags((rcPotentialDiagonal*)rcAlloc(sizeof(rcPotentialDiagonal)*maxVerts, RC_ALLOC_TEMP)); in mergeRegionHoles()
737 ctx->log(RC_LOG_WARNING, "mergeRegionHoles: Failed to allocated diags %d.", maxVerts); in mergeRegionHoles()
H A DRecastMesh.cpp1326 int maxVerts = 0; in rcMergePolyMeshes() local
1334 maxVerts += meshes[i]->nverts; in rcMergePolyMeshes()
1339 mesh.verts = (unsigned short*)rcAlloc(sizeof(unsigned short)*maxVerts*3, RC_ALLOC_PERM); in rcMergePolyMeshes()
1342 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'mesh.verts' (%d).", maxVerts*3); in rcMergePolyMeshes()
1379 rcScopedDelete<int> nextVert((int*)rcAlloc(sizeof(int)*maxVerts, RC_ALLOC_TEMP)); in rcMergePolyMeshes()
1382 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'nextVert' (%d).", maxVerts); in rcMergePolyMeshes()
1385 memset(nextVert, 0, sizeof(int)*maxVerts); in rcMergePolyMeshes()
/dports/games/spring/spring_98.0/rts/Rendering/GL/
H A DVertexArray.cpp11 CVertexArray::CVertexArray(unsigned int maxVerts): maxVertices(maxVerts) in CVertexArray() argument
H A DVertexArray.h81 CVertexArray(unsigned int maxVerts = 1 << 16);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecastMesh.cpp1242 int maxVerts = 0; in rcMergePolyMeshes() local
1250 maxVerts += meshes[i]->nverts; in rcMergePolyMeshes()
1255 mesh.verts = (unsigned short*)rcAlloc(sizeof(unsigned short)*maxVerts*3, RC_ALLOC_PERM); in rcMergePolyMeshes()
1258 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'mesh.verts' (%d).", maxVerts*3); in rcMergePolyMeshes()
1295 rcScopedDelete<int> nextVert = (int*)rcAlloc(sizeof(int)*maxVerts, RC_ALLOC_TEMP); in rcMergePolyMeshes()
1298 ctx->log(RC_LOG_ERROR, "rcMergePolyMeshes: Out of memory 'nextVert' (%d).", maxVerts); in rcMergePolyMeshes()
1301 memset(nextVert, 0, sizeof(int)*maxVerts); in rcMergePolyMeshes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrQuadPerEdgeAA.h197 int quadCount, int maxVerts, int absVertBufferOffset);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrQuadPerEdgeAA.h198 int quadCount, int maxVerts, int absVertBufferOffset);
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_screw.c218 uint maxVerts = 0, maxEdges = 0, maxPolys = 0; in modifyMesh() local
368 maxVerts = totvert * step_tot; /* -1 because we're joining back up */ in modifyMesh()
381 maxVerts = totvert * step_tot; /* -1 because we're joining back up */ in modifyMesh()
392 mesh, (int)maxVerts, (int)maxEdges, 0, (int)maxPolys * 4, (int)maxPolys); in modifyMesh()

12