Home
last modified time | relevance | path

Searched refs:numindices (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/examples/mesh_quality/
H A DMeshQuality.cxx71 numindices.push_back(8); in Make3DExplicitDataSet()
82 numindices.push_back(8); in Make3DExplicitDataSet()
93 numindices.push_back(4); in Make3DExplicitDataSet()
100 numindices.push_back(4); in Make3DExplicitDataSet()
107 numindices.push_back(5); in Make3DExplicitDataSet()
115 numindices.push_back(5); in Make3DExplicitDataSet()
123 numindices.push_back(6); in Make3DExplicitDataSet()
132 numindices.push_back(6); in Make3DExplicitDataSet()
141 numindices.push_back(1); in Make3DExplicitDataSet()
145 numindices.push_back(1); in Make3DExplicitDataSet()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DMakeTestDataSet.h431 numindices.push_back(3); in Make2DExplicitDataSet0()
437 numindices.push_back(4); in Make2DExplicitDataSet0()
444 numindices.push_back(4); in Make2DExplicitDataSet0()
451 numindices.push_back(4); in Make2DExplicitDataSet0()
458 numindices.push_back(3); in Make2DExplicitDataSet0()
464 numindices.push_back(4); in Make2DExplicitDataSet0()
471 numindices.push_back(6); in Make2DExplicitDataSet0()
511 numindices.push_back(3); in Make3DExplicitDataSet0()
512 numindices.push_back(4); in Make3DExplicitDataSet0()
874 numindices.push_back(2); in Make3DExplicitDataSet6()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DMakeTestDataSet.h583 numindices.push_back(3); in Make2DExplicitDataSet0()
589 numindices.push_back(4); in Make2DExplicitDataSet0()
596 numindices.push_back(4); in Make2DExplicitDataSet0()
603 numindices.push_back(4); in Make2DExplicitDataSet0()
610 numindices.push_back(3); in Make2DExplicitDataSet0()
616 numindices.push_back(4); in Make2DExplicitDataSet0()
623 numindices.push_back(6); in Make2DExplicitDataSet0()
663 numindices.push_back(3); in Make3DExplicitDataSet0()
664 numindices.push_back(4); in Make3DExplicitDataSet0()
986 numindices.push_back(2); in Make3DExplicitDataSet6()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DShape.cpp254 int numindices; in doAction() local
256 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
257 this->getChildren()->traverseInPath(action, numindices, indices); in doAction()
282 int numindices; in GLRender() local
284 SoAction::PathCode pathcode = action->getPathCode(numindices, indices); in GLRender()
289 int lastchild = indices[numindices - 1]; in GLRender()
333 int numindices; in getBoundingBox() local
335 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in getBoundingBox()
336 this->getChildren()->traverseInPath(action, numindices, indices); in getBoundingBox()
H A DAppearance.cpp177 int numindices; in doAction() local
179 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
180 this->getChildren()->traverseInPath(action, numindices, indices); in doAction()
199 int numindices; in GLRender() local
201 SoAction::PathCode pathcode = action->getPathCode(numindices, indices); in GLRender()
206 int lastchild = indices[numindices - 1]; in GLRender()
H A DIndexedLineSet.cpp278 int32_t numindices; in GLRender() local
283 numindices = this->coordIndex.getNum(); in GLRender()
327 SoVBO::shouldRenderAsVertexArrays(state, contextid, numindices) && in GLRender()
362 while (i < numindices) { in GLRender()
364 while (i + cnt < numindices && cindices[i+cnt] >= 0) cnt++; in GLRender()
400 numindices, in GLRender()
464 int32_t numindices; in generatePrimitives() local
470 numindices = this->coordIndex.getNum(); in generatePrimitives()
486 const int32_t *end = cindices + numindices; in generatePrimitives()
H A DIndexedFaceSet.cpp463 int numindices; in GLRender() local
476 nindices, tindices, mindices, numindices, in GLRender()
519 numindices = PRIVATE(this)->convexCache->getNumCoordIndices(); in GLRender()
577 while (i < numindices) { in GLRender()
636 numindices, in GLRender()
752 int numindices; in generatePrimitives() local
763 nindices, tindices, mindices, numindices, in generatePrimitives()
805 numindices = PRIVATE(this)->convexCache->getNumCoordIndices(); in generatePrimitives()
823 const int32_t *viendptr = viptr + numindices; in generatePrimitives()
1046 int numindices; in useConvexCache() local
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/manips/
H A DSoPointLightManip.cpp248 int numindices; in doAction() local
250 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
251 this->children->traverseInPath(action, numindices, indices); in doAction()
278 int numindices; in getBoundingBox() local
284 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in getBoundingBox()
285 lastchild = indices[numindices-1]; in getBoundingBox()
313 int numindices; in getMatrix() local
315 switch (action->getPathCode(numindices, indices)) { in getMatrix()
320 this->children->traverseInPath(action, numindices, indices); in getMatrix()
H A DSoDirectionalLightManip.cpp247 int numindices; in doAction() local
249 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
250 this->children->traverseInPath(action, numindices, indices); in doAction()
277 int numindices; in getBoundingBox() local
283 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in getBoundingBox()
284 lastchild = indices[numindices-1]; in getBoundingBox()
312 int numindices; in getMatrix() local
314 switch (action->getPathCode(numindices, indices)) { in getMatrix()
319 this->children->traverseInPath(action, numindices, indices); in getMatrix()
H A DSoSpotLightManip.cpp266 int numindices; in doAction() local
268 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
269 this->children->traverseInPath(action, numindices, indices); in doAction()
296 int numindices; in getBoundingBox() local
302 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in getBoundingBox()
303 lastchild = indices[numindices-1]; in getBoundingBox()
331 int numindices; in getMatrix() local
333 switch (action->getPathCode(numindices, indices)) { in getMatrix()
338 this->children->traverseInPath(action, numindices, indices); in getMatrix()
H A DSoTransformManip.cpp319 int numindices; in doAction() local
321 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
322 this->children->traverseInPath(action, numindices, indices); in doAction()
349 int numindices; in getBoundingBox() local
355 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in getBoundingBox()
356 lastchild = indices[numindices-1]; in getBoundingBox()
384 int numindices; in getMatrix() local
386 switch (action->getPathCode(numindices, indices)) { in getMatrix()
394 this->children->traverseInPath(action, numindices, indices); in getMatrix()
H A DSoClipPlaneManip.cpp395 int numindices; in doAction() local
397 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
398 this->children->traverseInPath(action, numindices, indices); in doAction()
425 int numindices; in getBoundingBox() local
431 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in getBoundingBox()
432 lastchild = indices[numindices-1]; in getBoundingBox()
460 int numindices; in getMatrix() local
462 switch (action->getPathCode(numindices, indices)) { in getMatrix()
467 this->children->traverseInPath(action, numindices, indices); in getMatrix()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dexplosion.h9 int numverts = 0, numindices = 0; variable
16 int face = numindices; numindices += 3; in genface()
43 numverts = numindices = 0; in init()
57 … glBufferData_(GL_ELEMENT_ARRAY_BUFFER, numindices*sizeof(GLushort), indices, GL_STATIC_DRAW); in init()
79 glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); in draw()
80 xtraverts += numindices; in draw()
122 int numverts = 0, numindices = 0; variable
145 numindices = stacks*slices*3*2; in init()
146 indices = new ushort[numindices]; in init()
196 glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); in draw()
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Dexplosion.h9 int numverts = 0, numindices = 0; variable
16 int face = numindices; numindices += 3; in genface()
43 numverts = numindices = 0; in init()
57 … glBufferData_(GL_ELEMENT_ARRAY_BUFFER, numindices*sizeof(GLushort), indices, GL_STATIC_DRAW); in init()
79 glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); in draw()
80 xtraverts += numindices; in draw()
122 int numverts = 0, numindices = 0; variable
145 numindices = stacks*slices*3*2; in init()
146 indices = new ushort[numindices]; in init()
196 glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); in draw()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoIndexedPointSet.cpp251 int numindices; in GLRender() local
267 nindices, tindices, mindices, numindices, in GLRender()
270 if (numindices == 0){ in GLRender()
324 SoVBO::shouldRenderAsVertexArrays(state, contextid, numindices) && in GLRender()
353 for (int i = 0; i < numindices; i++) { in GLRender()
378 for (int i = 0; i < numindices; i++) { in GLRender()
411 sogl_autocache_update(state, numindices/3, didrenderasvbo); in GLRender()
470 int numindices; in generatePrimitives() local
486 nindices, tindices, mindices, numindices, in generatePrimitives()
489 if (numindices == 0){ in generatePrimitives()
[all …]
H A DSoIndexedMarkerSet.cpp178 int numindices; in GLRender() local
189 nindices, tindices, mindices, numindices, in GLRender()
192 if (numindices == 0){//nothing to render in GLRender()
233 for (int i = 0; i < numindices; i++) { in GLRender()
319 sogl_autocache_update(state, numindices/3, FALSE); in GLRender()
H A DSoIndexedFaceSet.cpp448 int numindices; in GLRender() local
462 nindices, tindices, mindices, numindices, in GLRender()
511 numindices = PRIVATE(this)->convexCache->getNumCoordIndices(); in GLRender()
575 while (i < numindices) { in GLRender()
634 numindices, in GLRender()
714 int numindices; in generatePrimitives() local
725 nindices, tindices, mindices, numindices, in generatePrimitives()
781 numindices = PRIVATE(this)->convexCache->getNumCoordIndices(); in generatePrimitives()
799 const int32_t *viendptr = viptr + numindices; in generatePrimitives()
1008 int numindices; in useConvexCache() local
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodekits/
H A DSoNodeKitListPart.cpp446 int numindices; in doAction() local
448 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
449 children->traverseInPath(action, numindices, indices); in doAction()
480 int numindices; in getBoundingBox() local
482 int last = action->getPathCode(numindices, indices) == SoAction::IN_PATH ? in getBoundingBox()
483 indices[numindices-1] : this->children->getLength() - 1; in getBoundingBox()
505 int numindices; in getMatrix() local
508 switch (action->getPathCode(numindices, indices)) { in getMatrix()
510 this->children->traverseInPath(action, numindices, indices); in getMatrix()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestMeshQualityFilter.cxx50 std::vector<vtkm::IdComponent> numindices; in MakeExplicitDataSet() local
56 numindices.push_back(3); in MakeExplicitDataSet()
62 numindices.push_back(4); in MakeExplicitDataSet()
69 numindices.push_back(4); in MakeExplicitDataSet()
76 numindices.push_back(5); in MakeExplicitDataSet()
84 numindices.push_back(6); in MakeExplicitDataSet()
93 numindices.push_back(8); in MakeExplicitDataSet()
103 dataSet = dsb.Create(coords, shapes, numindices, conn, "coordinates"); in MakeExplicitDataSet()
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoLOD.cpp213 int numindices; in doAction() local
215 SoAction::PathCode pathcode = action->getPathCode(numindices, indices); in doAction()
217 this->children->traverseInPath(action, numindices, indices); in doAction()
293 int numindices; in GLRenderInPath() local
295 SoAction::PathCode pathcode = action->getPathCode(numindices, indices); in GLRenderInPath()
298 for (int i = 0; (i < numindices) && !action->hasTerminated(); i++) { in GLRenderInPath()
H A DSoGroup.cpp542 int numindices; in doAction() local
544 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
545 this->getChildren()->traverseInPath(action, numindices, indices); in doAction()
561 int numindices; in getBoundingBox() local
565 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) in getBoundingBox()
566 lastchildindex = indices[numindices-1]; in getBoundingBox()
614 int numindices; in GLRender() local
616 SoAction::PathCode pathcode = action->getPathCode(numindices, indices); in GLRender()
622 int lastchild = indices[numindices - 1]; in GLRender()
H A DSoFile.cpp155 int numindices; in getBoundingBox() local
159 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) in getBoundingBox()
160 lastchildindex = indices[numindices-1]; in getBoundingBox()
374 int numindices; in doAction() local
376 if (action->getPathCode(numindices, indices) == SoAction::IN_PATH) { in doAction()
377 this->children->traverseInPath(action, numindices, indices); in doAction()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tutorials/
H A Dex8.c29 PetscInt numindices,*indices; in main() local
30 …ierr = DMPlexGetClosureIndices(dm,section,section,c,PETSC_TRUE,&numindices,&indices,NULL,NULL);CHK… in main()
32 ierr = PetscIntView(numindices,indices,PETSC_VIEWER_STDOUT_SELF);CHKERRQ(ierr); in main()
33 …ierr = DMPlexRestoreClosureIndices(dm,section,section,c,PETSC_TRUE,&numindices,&indices,NULL,NULL)… in main()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dexplosion.h12 int numverts = 0, numindices = 0; variable
35 numindices = (stacks-1)*slices*3*2; in init()
36 indices = new ushort[numindices]; in init()
65 … glBufferData_(GL_ELEMENT_ARRAY_BUFFER, numindices*sizeof(GLushort), indices, GL_STATIC_DRAW); in init()
89 glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); in draw()
90 xtraverts += numindices; in draw()
/dports/science/PETSc/petsc-3.14.1/src/ts/utils/dmplexlandau/cuda/
H A Dlandaucu.cu277 PetscInt numindices,*indices; in LandauAssembleCuda() local
280 …ierr = DMPlexGetClosureIndices(plex, section, globalSection, cell, PETSC_TRUE, &numindices, &indic… in LandauAssembleCuda()
281 h_nidx_arr[ej] = numindices; in LandauAssembleCuda()
282 …CUDA_SAFE_CALL(cudaMalloc((void **)&h_idx_arr[ej], numindices*sizeof(PetscInt))); // ke… in LandauAssembleCuda()
283 …CUDA_SAFE_CALL(cudaMemcpy( h_idx_arr[ej], indices, numindices*sizeof(PetscInt), cudaMem… in LandauAssembleCuda()
284 …CUDA_SAFE_CALL(cudaMalloc((void **)&h_new_el_mats[ej], numindices*numindices*sizeof(PetscSc… in LandauAssembleCuda()
285 …CUDA_SAFE_CALL(cudaMemcpy( h_new_el_mats[ej], elMat, numindices*numindices*sizeof(PetscSc… in LandauAssembleCuda()
286 …ierr = DMPlexRestoreClosureIndices(plex, section, globalSection, cell, PETSC_TRUE, &numindices, &i… in LandauAssembleCuda()
287 …if (elMat != valuesOrig) {ierr = DMRestoreWorkArray(plex, numindices*numindices, MPIU_SCALAR, &elM… in LandauAssembleCuda()

1234567