Searched refs:refract2 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 331 void refract2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
|
D | VertexProgram.cpp | 176 case Shader::OPCODE_REFRACT2: refract2(d, s0, s1, s2.x); break; in program()
|
D | PixelProgram.cpp | 263 case Shader::OPCODE_REFRACT2: refract2(d, s0, s1, s2.x); break; in applyShader()
|
D | ShaderCore.cpp | 1485 void ShaderCore::refract2(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) in refract2() function in sw::ShaderCore
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 331 void refract2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
|
D | VertexProgram.cpp | 169 case Shader::OPCODE_REFRACT2: refract2(d, s0, s1, s2.x); break; in program()
|
D | PixelProgram.cpp | 263 case Shader::OPCODE_REFRACT2: refract2(d, s0, s1, s2.x); break; in applyShader()
|
D | ShaderCore.cpp | 1485 void ShaderCore::refract2(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) in refract2() function in sw::ShaderCore
|