Home
last modified time | relevance | path

Searched refs:chunksPerThread (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/openmp/internal/
H A DFunctorsOpenMP.h77 const vtkm::Id chunksPerThread, in ComputeChunkSize() argument
86 numChunks = (pagesIn > numThreads * chunksPerThread) ? numThreads * chunksPerThread : numThreads; in ComputeChunkSize()
572 vtkm::Id chunksPerThread = 8;
575 this->NumValues, numThreads, chunksPerThread, sizeof(ValueType), numChunks, this->LeafSize);
H A DParallelScanOpenMP.h167 vtkm::Id chunksPerThread = 8; in Prepare() local
170 numVals, numThreads, chunksPerThread, sizeof(ValueType), numChunks, this->LeafSize); in Prepare()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/openmp/internal/
H A DFunctorsOpenMP.h79 const vtkm::Id chunksPerThread, in ComputeChunkSize() argument
88 numChunks = (pagesIn > numThreads * chunksPerThread) ? numThreads * chunksPerThread : numThreads; in ComputeChunkSize()
681 vtkm::Id chunksPerThread = 8;
684 this->NumValues, numThreads, chunksPerThread, sizeof(ValueType), numChunks, this->LeafSize);
H A DParallelScanOpenMP.h157 vtkm::Id chunksPerThread = 8; in Prepare() local
160 numVals, numThreads, chunksPerThread, sizeof(ValueType), numChunks, this->LeafSize); in Prepare()