Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A DdgPolyhedra.h214 hacd::HaI32 maxVertexIndex = -1; in GetLastVertexIndex() local
218 if (edge->m_incidentVertex > maxVertexIndex) { in GetLastVertexIndex()
219 maxVertexIndex = edge->m_incidentVertex; in GetLastVertexIndex()
222 return maxVertexIndex + 1; in GetLastVertexIndex()
H A DdgPolyhedra.cpp2768 hacd::HaI32 maxVertexIndex = GetLastVertexIndex(); in Optimize() local
2770 dgStack<dgBigVector> vertexPool (maxVertexIndex); in Optimize()
2771 dgStack<dgVertexCollapseVertexMetric> vertexMetrics (maxVertexIndex + 512); in Optimize()
2777 NormalizeVertex (maxVertexIndex, &vertexPool[0], array, stride); in Optimize()
2778 memset (&vertexMetrics[0], 0, maxVertexIndex * sizeof (dgVertexCollapseVertexMetric)); in Optimize()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dDeviceInfo.cpp144 maxVertexIndex = min(vertexBufferMaxVertexLimit, d3dCaps->MaxVertexIndex); in setCaps()
158 maxVertexCount[GEO_TYPE_QUAD_SET] = min(maxVertexCount[GEO_TYPE_QUAD_SET], maxVertexIndex); in setCaps()
H A DD3dDeviceInfo.hpp96 DWORD maxVertexIndex; member in D3dDeviceInfo
H A DGeometryArrayRetained.cpp2641 d3dCtx->deviceInfo->maxVertexIndex); in renderIndexGeometry()
H A DD3dUtil.cpp11891 if (dwIndexCount > d3dCtx->deviceInfo->maxVertexIndex) { in createQuadIndices()
11893 dwIndexCount = min(d3dCtx->deviceInfo->maxVertexIndex, in createQuadIndices()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/
H A DReaderWriter3DS.cpp1094 unsigned int maxVertexIndex = 0;
1112 maxVertexIndex = osg::maximum(maxVertexIndex, rf.index[0]);
1113 maxVertexIndex = osg::maximum(maxVertexIndex, rf.index[1]);
1114 maxVertexIndex = osg::maximum(maxVertexIndex, rf.index[2]);
1130 if (maxVertexIndex < std::numeric_limits<unsigned short>::max()) {
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/
H A DReaderWriter3DS.cpp1110 unsigned int maxVertexIndex = 0; in createDrawable() local
1128 maxVertexIndex = osg::maximum(maxVertexIndex, rf.index[0]); in createDrawable()
1129 maxVertexIndex = osg::maximum(maxVertexIndex, rf.index[1]); in createDrawable()
1130 maxVertexIndex = osg::maximum(maxVertexIndex, rf.index[2]); in createDrawable()
1146 if (maxVertexIndex < std::numeric_limits<unsigned short>::max()) { in createDrawable()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.cpp498 int maxVertexIndex = -1; in findIntersectionFarthest() local
512 maxVertexIndex = i; in findIntersectionFarthest()
519 *outVertexIndex = maxVertexIndex; in findIntersectionFarthest()
522 return maxVertexIndex != -1; in findIntersectionFarthest()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.cpp499 int maxVertexIndex = -1; in findIntersectionFarthest() local
513 maxVertexIndex = i; in findIntersectionFarthest()
520 *outVertexIndex = maxVertexIndex; in findIntersectionFarthest()
523 return maxVertexIndex != -1; in findIntersectionFarthest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1475 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex);
1654 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage() argument
1673 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
1674 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
1675 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1841 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex);
2022 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage() argument
2041 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
2042 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
2043 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()