Searched defs:Nref (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 1407 …oid ShaderCore::forward1(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward1() 1414 …oid ShaderCore::forward2(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward2() 1422 …oid ShaderCore::forward3(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward3() 1431 …oid ShaderCore::forward4(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward4()
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1407 …oid ShaderCore::forward1(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward1() 1414 …oid ShaderCore::forward2(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward2() 1422 …oid ShaderCore::forward3(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward3() 1431 …oid ShaderCore::forward4(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) in forward4()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 4516 ir_variable *Nref = in_var(type, "Nref"); in _faceforward() local
|