Home
last modified time | relevance | path

Searched defs:DxDyRef (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dsfm_simplex.h508 struct DxDyRef { struct
514 explicit OSL_FORCEINLINE DxDyRef(float &dx, float &dy) in DxDyRef() argument
519 static OSL_FORCEINLINE constexpr bool has_derivs() { return true; } in has_derivs()
520 OSL_FORCEINLINE void set_dx(float val) { m_dx = val; } in set_dx()
521 OSL_FORCEINLINE void set_dy(float val) { m_dy = val; } in set_dy()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dsfm_simplex.h508 struct DxDyRef { struct
514 explicit OSL_FORCEINLINE DxDyRef(float &dx, float &dy) in DxDyRef() function
519 static OSL_FORCEINLINE constexpr bool has_derivs() { return true; } in has_derivs()
520 OSL_FORCEINLINE void set_dx(float val) { m_dx = val; } in set_dx()
521 OSL_FORCEINLINE void set_dy(float val) { m_dy = val; } in set_dy()