Home
last modified time | relevance | path

Searched refs:sampleDistance (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/Rendering/VolumeOpenGL2/
H A DvtkOpenGLVolumeOpacityTable.cxx27 vtkObject* func, int blendMode, double sampleDistance, double unitDistance, int filterValue) in InternalUpdate() argument
43 double factor = sampleDistance / unitDistance; in InternalUpdate()
58 double factor = sampleDistance / unitDistance; in InternalUpdate()
80 vtkObject* func, double scalarRange[2], int blendMode, double sampleDistance) in NeedsUpdate() argument
82 if (this->Superclass::NeedsUpdate(func, scalarRange, blendMode, sampleDistance) || in NeedsUpdate()
83 this->LastBlendMode != blendMode || this->LastSampleDistance != sampleDistance) in NeedsUpdate()
86 this->LastSampleDistance = sampleDistance; in NeedsUpdate()
H A DvtkOpenGLVolumeLookupTable.cxx141 double sampleDistance, double unitDistance, int filterValue, vtkOpenGLRenderWindow* renWin) in Update() argument
155 if (this->NeedsUpdate(func, scalarRange, blendMode, sampleDistance)) in Update()
168 this->InternalUpdate(func, blendMode, sampleDistance, unitDistance, filterValue); in Update()
190 int vtkNotUsed(blendMode), double vtkNotUsed(sampleDistance)) in NeedsUpdate() argument
209 int vtkNotUsed(blendMode), double vtkNotUsed(sampleDistance), double vtkNotUsed(unitDistance), in InternalUpdate() argument
H A DvtkOpenGLVolumeLookupTable.h70 virtual void Update(vtkObject* func, double scalarRange[2], int blendMode, double sampleDistance,
100 vtkObject* func, double scalarRange[2], int blendMode, double sampleDistance);
106 vtkObject* func, int blendMode, double sampleDistance, double unitDistance, int filterValue);
H A DvtkOpenGLVolumeOpacityTable.h44 void InternalUpdate(vtkObject* func, int blendMode, double sampleDistance, double unitDistance,
51 vtkObject* func, double scalarRange[2], int blendMode, double sampleDistance) override;
H A DvtkOpenGLVolumeTransferFunction2D.h54 void InternalUpdate(vtkObject* func, int blendMode, double sampleDistance, double unitDistance,
62 vtkObject* func, double scalarRange[2], int blendMode, double sampleDistance) override;
H A DvtkOpenGLVolumeTransferFunction2D.cxx36 double vtkNotUsed(sampleDistance), double vtkNotUsed(unitDistance), int filterValue) in InternalUpdate() argument
65 double[2] vtkNotUsed(scalarRange), int vtkNotUsed(blendMode), double vtkNotUsed(sampleDistance)) in NeedsUpdate() argument
H A DvtkOpenGLVolumeRGBTable.h41 void InternalUpdate(vtkObject* func, int blendMode, double sampleDistance, double unitDistance,
H A DvtkOpenGLVolumeGradientOpacityTable.h43 void InternalUpdate(vtkObject* func, int blendMode, double sampleDistance, double unitDistance,
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DvolumeShader.cpp46 (sampleDistance)
181 _tokens->sampleDistance, in GetParamsAndBufferSpecsForBBoxAndSampleDistance()
185 _ConcatFallback(_tokens->sampleDistance)); in GetParamsAndBufferSpecsForBBoxAndSampleDistance()
228 const float sampleDistance = bboxAndSampleDistance.second; in GetBufferSourcesForBBoxAndSampleDistance() local
231 _ConcatFallback(_tokens->sampleDistance)); in GetBufferSourcesForBBoxAndSampleDistance()
235 VtValue(sampleDistance))); in GetBufferSourcesForBBoxAndSampleDistance()
299 float sampleDistance = 1000000.0; in _ComputeBBoxAndSampleDistance() local
311 sampleDistance = in _ComputeBBoxAndSampleDistance()
312 std::min(sampleDistance, _ComputeSampleDistance(fieldBbox)); in _ComputeBBoxAndSampleDistance()
316 return { bbox, sampleDistance }; in _ComputeBBoxAndSampleDistance()
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGLNew/
H A DvtkOpenGLOpacityTable.h78 double sampleDistance, in Update() argument
111 this->LastSampleDistance != sampleDistance) || in Update()
129 double factor = sampleDistance/unitDistance; in Update()
141 this->LastSampleDistance = sampleDistance; in Update()
146 double factor = sampleDistance/unitDistance; in Update()
157 this->LastSampleDistance = sampleDistance; in Update()
H A DvtkOpenGLGradientOpacityTable.h77 double sampleDistance, in Update() argument
108 this->LastSampleDistance != sampleDistance || in Update()
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGL2/
H A DvtkOpenGLVolumeOpacityTable.h72 double sampleDistance, in Update() argument
98 this->LastSampleDistance != sampleDistance) || in Update()
118 double factor = sampleDistance/unitDistance; in Update()
130 this->LastSampleDistance = sampleDistance; in Update()
135 double factor = sampleDistance/unitDistance; in Update()
146 this->LastSampleDistance = sampleDistance; in Update()
H A DvtkOpenGLVolumeGradientOpacityTable.h70 double sampleDistance, in Update() argument
95 this->LastSampleDistance != sampleDistance || in Update()
/dports/math/vtk8/VTK-8.2.0/Rendering/VolumeOpenGL2/
H A DvtkOpenGLVolumeOpacityTable.h63 double sampleDistance, in Update() argument
89 this->LastSampleDistance != sampleDistance) || in Update()
115 double factor = sampleDistance/unitDistance; in Update()
127 this->LastSampleDistance = sampleDistance; in Update()
132 double factor = sampleDistance/unitDistance; in Update()
143 this->LastSampleDistance = sampleDistance; in Update()
H A DvtkOpenGLVolumeGradientOpacityTable.h60 double sampleDistance, in Update() argument
85 this->LastSampleDistance != sampleDistance || in Update()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/GLSLES/
H A DDOF_ps.glsles17 uniform float sampleDistance: register(c0),
24 sum += tex2D(Blur0, texCoord + sampleDistance * samples[i]);
64 uniform float sampleDistance: register(c0),
71 sum += tex2D(Blur0, texCoord + sampleDistance * samples[i]);
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/GLSLES/
H A DDOF_ps.glsles17 uniform float sampleDistance: register(c0),
24 sum += tex2D(Blur0, texCoord + sampleDistance * samples[i]);
64 uniform float sampleDistance: register(c0),
71 sum += tex2D(Blur0, texCoord + sampleDistance * samples[i]);
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGL/
H A DvtkGPUVolumeRayCastMapper_PerspectiveProjectionFS.glsl28 uniform float sampleDistance;
56 // normDir=normDir*sampleDistance
57 normDir.x=normDir.x*sampleDistance;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/Cg/
H A DDOF_ps.cg17 uniform float sampleDistance: register(c0),
24 sum += tex2D(Blur0, texCoord + sampleDistance * samples[i]);
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/Cg/
H A DDOF_ps.cg17 uniform float sampleDistance: register(c0),
24 sum += tex2D(Blur0, texCoord + sampleDistance * samples[i]);
/dports/games/openspades/openspades-0.1.3/Resources/Shaders/PostFilters/
H A DSSAO.fs82 …float sampleDistance = 1.0 + patternPos2 * (1.13713 + patternPos2 * (0.147928 + patternPos2 * 0.01…
100 vec2 sampleRelativeCoord = sampleDir * sampleDistance * sampleOffsetScale;
115 sampleDistance += 1. + sampleDistance * 0.3;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/scripts/
H A DDOF.material31 param_named sampleDistance float 0.1
59 // param_named sampleDistance float 0.1
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/scripts/
H A DDOF.material31 param_named sampleDistance float 0.1
59 // param_named sampleDistance float 0.1
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DMapperVolume.cxx162 void MapperVolume::SetSampleDistance(const vtkm::Float32 sampleDistance) in SetSampleDistance() argument
164 this->Internals->SampleDistance = sampleDistance; in SetSampleDistance()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DMapperVolume.cxx143 void MapperVolume::SetSampleDistance(const vtkm::Float32 sampleDistance) in SetSampleDistance() argument
145 this->Internals->SampleDistance = sampleDistance; in SetSampleDistance()

12