Home
last modified time | relevance | path

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

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h1147 struct HashScalarPeriodic { struct
1150 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic () {} in HashScalarPeriodic() function
1152 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px) { in HashScalarPeriodic() function
1155 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px, float py) { in HashScalarPeriodic() function
1159 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px, float py, float pz) { in HashScalarPeriodic() function
1164 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px, float py, float pz, float pw) { in HashScalarPeriodic() function
1171 int m_px, m_py, m_pz, m_pw;
1173 OSL_FORCEINLINE OSL_HOSTDEVICE int operator() (int x) const { in operator()
1179 OSL_FORCEINLINE OSL_HOSTDEVICE int operator() (int x, int y) const { in operator()
1205 int4 operator() (const int4& x, const int4& y) const { in operator()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h1147 struct HashScalarPeriodic { struct
1150 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic () {} in HashScalarPeriodic() function
1152 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px) { in HashScalarPeriodic() argument
1155 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px, float py) { in HashScalarPeriodic() function
1159 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px, float py, float pz) { in HashScalarPeriodic() argument
1164 OSL_FORCEINLINE OSL_HOSTDEVICE HashScalarPeriodic (float px, float py, float pz, float pw) { in HashScalarPeriodic() argument
1171 int m_px, m_py, m_pz, m_pw;
1173 OSL_FORCEINLINE OSL_HOSTDEVICE int operator() (int x) const { in operator()
1179 OSL_FORCEINLINE OSL_HOSTDEVICE int operator() (int x, int y) const { in operator()
1205 int4 operator() (const int4& x, const int4& y) const { in operator()
[all …]