Home
last modified time | relevance | path

Searched refs:InputPortal (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/internal/
H A DFunctorsGeneral.h338 InputPortalType InputPortal; member
348 : InputPortal(inputPortal) in InputPortal() function
372 InputPortalType InputPortal; member
380 : InputPortal(inputPortal) in LowerBoundsKernel()
417 InputPortalType InputPortal; member
427 : InputPortal(inputPortal) in LowerBoundsComparisonKernel()
604 InputPortalType InputPortal; member
616 : InputPortal(inputPortal) in CopyIfKernel()
648 InputPortalType InputPortal; member
653 : InputPortal(inputPortal) in ClassifyUniqueKernel()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/cuda/internal/
H A DDeviceAdapterAlgorithmCuda.h163 template <class InputPortal, class OutputPortal>
223 template <class InputPortal, class OutputPortal>
252 template <class InputPortal, class OutputPortal>
286 template <class InputPortal, typename T>
396 template <class InputPortal, class OutputPortal>
397 VTKM_CONT static typename InputPortal::ValueType ScanExclusivePortal(const InputPortal& input,
410 const InputPortal& input,
413 typename InputPortal::ValueType initialValue)
457 VTKM_CONT static typename InputPortal::ValueType ScanInclusivePortal(const InputPortal& input,
465 VTKM_CONT static typename InputPortal::ValueType ScanInclusivePortal(const InputPortal& input,
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DArrayHandleStreaming.h42 : InputPortal() in ArrayPortalStreaming()
54 : InputPortal(inputPortal) in ArrayPortalStreaming()
63 : InputPortal(src.GetPortal()) in ArrayPortalStreaming()
76 return this->InputPortal.Get(this->BlockIndex * this->BlockSize + index); in Get()
82 this->InputPortal.Set(this->BlockIndex * this->BlockSize + index, value); in Set()
86 const PortalType& GetPortal() const { return this->InputPortal; } in GetPortal()
107 PortalType InputPortal;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DFunctorsGeneral.h468 InputPortalType InputPortal; member
478 : InputPortal(inputPortal) in InputPortal() function
695 InputPortalType InputPortal; member
703 : InputPortal(inputPortal) in LowerBoundsKernel()
739 InputPortalType InputPortal; member
749 : InputPortal(inputPortal) in LowerBoundsComparisonKernel()
925 InputPortalType InputPortal; member
937 : InputPortal(inputPortal) in CopyIfKernel()
969 InputPortalType InputPortal; member
974 : InputPortal(inputPortal) in ClassifyUniqueKernel()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/cuda/internal/
H A DDeviceAdapterAlgorithmCuda.h408 template <class InputPortal, class OutputPortal>
468 template <class InputPortal, class OutputPortal>
589 template <class InputPortal, class OutputPortal>
623 template <class InputPortal, typename T>
734 template <class InputPortal, class OutputPortal>
735 VTKM_CONT static typename InputPortal::ValueType ScanExclusivePortal(const InputPortal& input,
748 const InputPortal& input,
751 typename InputPortal::ValueType initialValue)
795 VTKM_CONT static typename InputPortal::ValueType ScanInclusivePortal(const InputPortal& input,
803 VTKM_CONT static typename InputPortal::ValueType ScanInclusivePortal(const InputPortal& input,
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/tbb/internal/
H A DFunctorsTBB.h86 InputPortalType InputPortal; member
95 : InputPortal(inPortal) in CopyBody()
216 InputPortalType InputPortal; member
227 : InputPortal(inputPortal) in CopyIfBody()
236 : InputPortal(body.InputPortal) in CopyIfBody()
387 InputPortalType InputPortal; member
397 , InputPortal(inputPortal) in ReduceBody()
407 , InputPortal(body.InputPortal) in ReduceBody()
850 InputPortalType InputPortal; member
870 , InputPortal(body.InputPortal) in ScanInclusiveBody()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/tbb/internal/
H A DFunctorsTBB.h96 InputPortalType InputPortal; member
105 : InputPortal(inPortal) in CopyBody()
221 InputPortalType InputPortal; member
232 : InputPortal(inputPortal) in CopyIfBody()
241 : InputPortal(body.InputPortal) in CopyIfBody()
392 InputPortalType InputPortal; member
402 , InputPortal(inputPortal) in ReduceBody()
412 , InputPortal(body.InputPortal) in ReduceBody()
852 InputPortalType InputPortal; member
872 , InputPortal(body.InputPortal) in ScanInclusiveBody()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DBoundingVolumeHierarchy.cxx106 PortalConst InputPortal; member in vtkm::rendering::raytracing::detail::LinearBVHBuilder::GatherFloat32
114 : InputPortal(inputPortal.PrepareForInput(Device())) in GatherFloat32()
123 OutputPortal.Set(outIndex, InputPortal.Get(inIndex)); in operator ()()
158 PortalConst InputPortal; member in vtkm::rendering::raytracing::detail::LinearBVHBuilder::GatherVecCast
166 : InputPortal(inputPortal.PrepareForInput(Device())) in GatherVecCast()
175 OutputPortal.Set(outIndex, InputPortal.Get(inIndex)); in operator ()()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DBoundingVolumeHierarchy.cxx131 PortalConst InputPortal; member in vtkm::rendering::raytracing::detail::LinearBVHBuilder::GatherVecCast
139 : InputPortal(inputPortal.PrepareForInput(DeviceAdapterTag())) in GatherVecCast()
148 OutputPortal.Set(outIndex, InputPortal.Get(inIndex)); in operator ()()