Home
last modified time | relevance | path

Searched defs:det3 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DMatrix.cpp300 float Matrix::det3(const Matrix &M) in det3() function in sw::Matrix
/external/swiftshader/src/Device/
DMatrix.cpp300 float Matrix::det3(const Matrix &M) in det3() function in sw::Matrix
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1301 …void ShaderCore::det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &s… in det3() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1301 …void ShaderCore::det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &s… in det3() function in sw::ShaderCore
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12341 static T det3(T _00, T _10, T _20, T _01, T _11, T _21, T _02, T _12, T _22) in det3() function