Home
last modified time | relevance | path

Searched refs:pointCoord (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDataSetGradient.cxx196 double pointCoord[3]; in RequestData() local
199 _input->GetPoint( cell->GetPointId(p), pointCoord ); in RequestData()
202 gradientDivisor[pointId] += vtkMath::Dot(cqs,pointCoord); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDataSetGradient.cxx206 double pointCoord[3]; in RequestData() local
209 _input->GetPoint(cell->GetPointId(p), pointCoord); in RequestData()
212 gradientDivisor[pointId] += vtkMath::Dot(cqs, pointCoord); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDataSetGradient.cxx196 double pointCoord[3]; in RequestData() local
199 _input->GetPoint( cell->GetPointId(p), pointCoord ); in RequestData()
202 gradientDivisor[pointId] += vtkMath::Dot(cqs,pointCoord); in RequestData()
H A DvtkGradientFilter.cxx83 vtkIdType pointId, double pointCoord[3], vtkCell *cell, int & subId,
725 int GetCellParametricData(vtkIdType pointId, double pointCoord[3], in GetCellParametricData()
749 cell->EvaluatePosition(pointCoord, NULL, subId, parametricCoord, in GetCellParametricData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DPixelProgram.cpp79 …routine.pointCoord[0] = SIMD::Float(0.5f) + pointSizeInv * (((SIMD::Float(Float(x)) + SIMD::Float(… in setBuiltins()
80 …routine.pointCoord[1] = SIMD::Float(0.5f) + pointSizeInv * (((SIMD::Float(Float(y)) + SIMD::Float(… in setBuiltins()
97 value[builtin.FirstComponent + 0] = routine.pointCoord[0]; in setBuiltins()
98 value[builtin.FirstComponent + 1] = routine.pointCoord[1]; in setBuiltins()
/dports/graphics/geos/geos-3.9.1/tests/unit/geom/
H A DPolygonTest.cpp556 CoordinateCPtr pointCoord = point->getCoordinate(); in test() local
557 ensure(pointCoord != nullptr); in test()
558 geos::geom::Coordinate pointCentr(*pointCoord); in test()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/
H A DVaryingPacking.cpp351 bool pointCoord = shaderType == SHADER_VERTEX ? programMetadata.addsPointCoordToVertexShader() in enableBuiltins() local
384 if (pointCoord) in enableBuiltins()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dkml.cpp428 TiXmlElement* pointCoord = new TiXmlElement( "coordinates" ); in PointPlacemark() local
429 point->LinkEndChild( pointCoord ); in PointPlacemark()
435 pointCoord->LinkEndChild( pointText ); in PointPlacemark()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A DpointCoord.frag.out1 pointCoord.frag
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vgeometry/
H A Dvspline.h123 qreal pointCoord) const;
H A Dvspline.cpp516 qreal curveCoord4, qreal pointCoord) const in CalcT()
521 const qreal d = -pointCoord + curveCoord1; in CalcT()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx726 double pointCoord[3]; in FindPointsWithinSquaredRadius() local
786 this->LocatorPoints->GetPoint( pointIndex, pointCoord ); in FindPointsWithinSquaredRadius()
788 pt2PtDist2 = vtkMath::Distance2BetweenPoints( pointCoord, point ); in FindPointsWithinSquaredRadius()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx719 double pointCoord[3]; in FindPointsWithinSquaredRadius() local
777 this->LocatorPoints->GetPoint( pointIndex, pointCoord ); in FindPointsWithinSquaredRadius()
779 pt2PtDist2 = vtkMath::Distance2BetweenPoints( pointCoord, point ); in FindPointsWithinSquaredRadius()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx706 double pointCoord[3]; in FindPointsWithinSquaredRadius() local
764 this->LocatorPoints->GetPoint(pointIndex, pointCoord); in FindPointsWithinSquaredRadius()
766 pt2PtDist2 = vtkMath::Distance2BetweenPoints(pointCoord, point); in FindPointsWithinSquaredRadius()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp246 std::string pointCoord; member

12