Home
last modified time | relevance | path

Searched refs:eta (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h103 GLM_FUNC_QUALIFIER __m128 glm_vec4_refract(glm_vec4 I, glm_vec4 N, glm_vec4 eta) in glm_vec4_refract() argument
106 glm_vec4 const mul0 = _mm_mul_ps(eta, eta); in glm_vec4_refract()
116 glm_vec4 const mad0 = glm_vec4_fma(eta, dot0, sqt0); in glm_vec4_refract()
118 glm_vec4 const mul5 = _mm_mul_ps(eta, I); in glm_vec4_refract()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_geometric.inl121 …M_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & I, vecType<T, P> const & N, T eta)
124 T const k(static_cast<T>(1) - eta * eta * (static_cast<T>(1) - dotValue * dotValue));
125 return (eta * I - (eta * dotValue + std::sqrt(k)) * N) * static_cast<T>(k >= static_cast<T>(0));
229 GLM_FUNC_QUALIFIER genType refract(genType const & I, genType const & N, genType eta) argument
233 …genType const k(static_cast<genType>(1) - eta * eta * (static_cast<genType>(1) - dotValue * dotVal…
234 …return (eta * I - (eta * dotValue + sqrt(k)) * N) * static_cast<genType>(k >= static_cast<genType>…
238 GLM_FUNC_QUALIFIER vecType<T, P> refract(vecType<T, P> const & I, vecType<T, P> const & N, T eta) argument
241 return detail::compute_refract<T, P, vecType, detail::is_aligned<P>::value>::call(I, N, eta);
Dfunc_geometric_simd.inl89 …UALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N, float eta)
92 result.data = glm_vec4_refract(I.data, N.data, _mm_set1_ps(eta));
Dfunc_geometric.hpp108 T eta);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dattribs.adoc64 :eta: η
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_vec4.hpp502 float const & eta);
Dsimd_vec4.inl682 float const & eta argument
685 return detail::sse_rfa_ps(I.Data, N.Data, _mm_set1_ps(eta));
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.mjs263 …Z\u03B1-\u03C9\u0391-\u03A9?@]|(?:\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|la…
264 …'\\greek': /^\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron…
267 …$': /^(?:\$?[\u03B1-\u03C9]\$?|\$?\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|la…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc1970 {empty}:: [eq]#{eta} = min({rho}~max~/{rho}~min~, max~Aniso~)#
1981 zero, the fragment's footprint in texel space is a point, and [eq]#{eta}#
1985 is a line segment, and [eq]#{eta}# should: be treated as [eq]#max~Aniso~#.
1987 may: use a smaller value of [eq]#{eta}#, even when [eq]#{rho}~min~# is zero
1993 If [eq]#{eta} = 1#, sampling is isotropic.
1994 If [eq]#{eta} > 1#, sampling is anisotropic.
1998 {empty}:: [eq]#N = {lceil}{eta}{rceil}#
2003 [eq]#{eta}#.
2017 \log_2 \left ( \frac{\rho_{max}}{\eta} \right ) & \text{otherwise}
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc2388 | code:refract(I, N, eta)
2389 …[eq]#k < 0.0 ? 0.0 : eta {times} I - (eta {times} code:dot(N, I) {plus} code:sqrt(k)) {times} N#, …
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs4471 defineSymbol(math, main, mathord, "\u03b7", "\\eta", true);