Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DShaderCore.cpp1407 …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/
DShaderCore.cpp1407 …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/
Dbuiltin_functions.cpp4516 ir_variable *Nref = in_var(type, "Nref"); in _faceforward() local