Searched refs:refract3 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 334 void refract3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
|
D | VertexProgram.cpp | 185 case Shader::OPCODE_REFRACT3: refract3(d, s0, s1, s2.x); break; in program()
|
D | PixelProgram.cpp | 293 case Shader::OPCODE_REFRACT3: refract3(d, s0, s1, s2.x); break; in applyShader()
|
D | ShaderCore.cpp | 1510 void ShaderCore::refract3(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) in refract3() function in sw::ShaderCore
|