Searched refs:nrm4 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 340 void nrm4(Vector4f &dst, const Vector4f &src, bool pp = false);
|
D | VertexProgram.cpp | 246 case Shader::OPCODE_NRM4: nrm4(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 268 case Shader::OPCODE_NRM4: nrm4(d, s0, pp); break; in applyShader()
|
D | ShaderCore.cpp | 1575 void ShaderCore::nrm4(Vector4f &dst, const Vector4f &src, bool pp) in nrm4() function in sw::ShaderCore
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 340 void nrm4(Vector4f &dst, const Vector4f &src, bool pp = false);
|
D | VertexProgram.cpp | 239 case Shader::OPCODE_NRM4: nrm4(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 268 case Shader::OPCODE_NRM4: nrm4(d, s0, pp); break; in applyShader()
|
D | ShaderCore.cpp | 1575 void ShaderCore::nrm4(Vector4f &dst, const Vector4f &src, bool pp) in nrm4() function in sw::ShaderCore
|