Home
last modified time | relevance | path

Searched refs:det3 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Renderer/
DMatrix.hpp89 static float det3(const Matrix &M);
DMatrix.cpp300 float Matrix::det3(const Matrix &M) in det3() function in sw::Matrix
/external/swiftshader/src/Shader/
DShaderCore.hpp266 void det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
DVertexProgram.cpp199 case Shader::OPCODE_DET3: det3(d, s0, s1, s2); break; in program()
DPixelProgram.cpp183 case Shader::OPCODE_DET3: det3(d, s0, s1, s2); break; in applyShader()
DShaderCore.cpp1123 …void ShaderCore::det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &s… in det3() function in sw::ShaderCore