Home
last modified time | relevance | path

Searched defs:Nref (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_geometric.inl97 GLM_FUNC_QUALIFIER __m128 sse_ffd_ps(__m128 N, __m128 I, __m128 Nref)
Dfunc_geometric.inl286 genType const & Nref
/external/swiftshader/src/Shader/
DShaderCore.cpp1229 …oid ShaderCore::forward1(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward1()
1236 …oid ShaderCore::forward2(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward2()
1244 …oid ShaderCore::forward3(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward3()
1253 …oid ShaderCore::forward4(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward4()
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl669 detail::fvec4SIMD const & Nref
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4057 ir_variable *Nref = in_var(type, "Nref"); in _faceforward() local