Searched refs:nrm3 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 339 void nrm3(Vector4f &dst, const Vector4f &src, bool pp = false);
|
D | VertexProgram.cpp | 245 case Shader::OPCODE_NRM3: nrm3(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 267 case Shader::OPCODE_NRM3: nrm3(d, s0, pp); break; in applyShader()
|
D | ShaderCore.cpp | 1564 void ShaderCore::nrm3(Vector4f &dst, const Vector4f &src, bool pp) in nrm3() function in sw::ShaderCore
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 339 void nrm3(Vector4f &dst, const Vector4f &src, bool pp = false);
|
D | VertexProgram.cpp | 238 case Shader::OPCODE_NRM3: nrm3(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 267 case Shader::OPCODE_NRM3: nrm3(d, s0, pp); break; in applyShader()
|
D | ShaderCore.cpp | 1564 void ShaderCore::nrm3(Vector4f &dst, const Vector4f &src, bool pp) in nrm3() function in sw::ShaderCore
|