Home
last modified time | relevance | path

Searched defs:dPdx (Results 1 – 25 of 88) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/svm/
H A Dsvm_bump.h35 float3 P, dPdx, dPdy; in svm_node_enter_bump_eval() local
H A Dsvm_displace.h30 float3 dPdx = sd->dP.dx; in svm_node_set_bump() local
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dtexture3d.cpp59 const Imath::V3f& P, const Imath::V3f& dPdx, in texture3d()
76 const Imath::V3f& P, const Imath::V3f& dPdx, in texture3d()
219 VaryingRef<Imath::V3f> dPdx, in texture3d()
238 VaryingRef<Imath::V3f> P, VaryingRef<Imath::V3f> dPdx, in texture3d()
821 const float* dPdx, const float* dPdy, in texture3d()
886 const float* dPdx, const float* dPdy, in texture3d()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dtexture3d.cpp59 const Imath::V3f& P, const Imath::V3f& dPdx, in texture3d()
76 const Imath::V3f& P, const Imath::V3f& dPdx, in texture3d()
219 VaryingRef<Imath::V3f> dPdx, in texture3d()
238 VaryingRef<Imath::V3f> P, VaryingRef<Imath::V3f> dPdx, in texture3d()
821 const float* dPdx, const float* dPdy, in texture3d()
886 const float* dPdx, const float* dPdy, in texture3d()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dsurface.h136 vector3d_t dPdx; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp484 TIntermSymbol *dPdx = new TIntermSymbol(dPdxVar); in declareCoordTranslationFunction() local
757 TIntermTyped *dPdx, in createCoordTransformationCall()
771 TIntermTyped *dPdx = CreateZeroNode(*vec3Type); in createImplicitCoordTransformationCall() local
889 TIntermTyped *dPdx = nullptr; in convertBuiltinFunction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp484 TIntermSymbol *dPdx = new TIntermSymbol(dPdxVar); in declareCoordTranslationFunction() local
757 TIntermTyped *dPdx, in createCoordTransformationCall()
771 TIntermTyped *dPdx = CreateZeroNode(*vec3Type); in createImplicitCoordTransformationCall() local
889 TIntermTyped *dPdx = nullptr; in convertBuiltinFunction() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp484 TIntermSymbol *dPdx = new TIntermSymbol(dPdxVar); in declareCoordTranslationFunction() local
757 TIntermTyped *dPdx, in createCoordTransformationCall()
771 TIntermTyped *dPdx = CreateZeroNode(*vec3Type); in createImplicitCoordTransformationCall() local
889 TIntermTyped *dPdx = nullptr; in convertBuiltinFunction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp180 SIMD::Float dPdx; in emitSamplerRoutine() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp165 SIMD::Float dPdx; in emitSamplerRoutine() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp47 tcu::Vec4 dPdx; member
H A DvktSampleVerifier.cpp775 const Vec4& dPdx, in verifySampleCubemapFace()
859 …const Vec4 dPdx = (m_sampleLookupSettings.lookupLodMode == LOOKUP_LOD_MODE_DERIVATIVES) ? args.dPd… in verifySampleImpl() local
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dshaderglobals.h38 Vec3 P, dPdx, dPdy; member
H A Drendererservices.h364 const OSL::Vec3 &P, const OSL::Vec3 &dPdx, in trace()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dshaderglobals.h38 Vec3 P, dPdx, dPdy; member
H A Drendererservices.h364 const OSL::Vec3 &P, const OSL::Vec3 &dPdx, in trace()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_tex.c524 nir_ssa_def *dPdx = in lower_gradient_cube_map() local
640 nir_ssa_def *dPdx = nir_fmul(b, ddx, size); in lower_gradient() local
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/osl/
H A Dosl_shader.cpp190 float3 dPdx = sd->dP.dx; in eval_surface() local
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Drendservices.cpp152 const Vec3 &P, const Vec3 &dPdx, const Vec3 &dPdy, in texture3d()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Drendservices.cpp152 const Vec3 &P, const Vec3 &dPdx, const Vec3 &dPdy, in texture3d()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/testtex/
H A Dtesttex.cpp505 Imath::Vec3<Float>& dPdx, Imath::Vec3<Float>& dPdy, in map_default_3D()
526 Imath::Vec3<Float>& dPdx, Imath::Vec3<Float>& dPdy, in map_warp_3D()
813 Imath::V3f P, dPdx, dPdy, dPdz; in tex3d_region() local
860 Imath::Vec3<FloatWide> P, dPdx, dPdy, dPdz; in tex3d_region_batch() local
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/testtex/
H A Dtesttex.cpp505 Imath::Vec3<Float>& dPdx, Imath::Vec3<Float>& dPdy, in map_default_3D()
526 Imath::Vec3<Float>& dPdx, Imath::Vec3<Float>& dPdy, in map_warp_3D()
813 Imath::V3f P, dPdx, dPdy, dPdz; in tex3d_region() local
860 Imath::Vec3<FloatWide> P, dPdx, dPdy, dPdz; in tex3d_region_batch() local
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_tex.c622 nir_ssa_def *dPdx = in lower_gradient_cube_map() local
738 nir_ssa_def *dPdx = nir_fmul(b, ddx, size); in lower_gradient() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_tex.c622 nir_ssa_def *dPdx = in lower_gradient_cube_map() local
738 nir_ssa_def *dPdx = nir_fmul(b, ddx, size); in lower_gradient() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_tex.c622 nir_ssa_def *dPdx = in lower_gradient_cube_map() local
738 nir_ssa_def *dPdx = nir_fmul(b, ddx, size); in lower_gradient() local

1234