Home
last modified time | relevance | path

Searched defs:Determinant (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_inverse.inl32 T Determinant = m[0][0] * m[1][1] - m[1][0] * m[0][1]; local
46 T Determinant = local
110 T Determinant = local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp738 rr::RValue<sw::SIMD::Float> Determinant( in Determinant() function
746 rr::RValue<sw::SIMD::Float> Determinant( in Determinant() function
755 rr::RValue<sw::SIMD::Float> Determinant( in Determinant() function
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp3753 class Determinant<2> : public DeterminantBase<2> class
3765 class Determinant<3> : public DeterminantBase<3> class
3779 class Determinant<4> : public DeterminantBase<4> class
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4796 class Determinant<2> : public DeterminantBase<Signature<float, Matrix<float, 2, 2> > > class
4808 class Determinant<3> : public DeterminantBase<Signature<float, Matrix<float, 3, 3> > > class
4822 class Determinant<4> : public DeterminantBase<Signature<float, Matrix<float, 4, 4> > > class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4796 class Determinant<2> : public DeterminantBase<Signature<float, Matrix<float, 2, 2> > > class
4808 class Determinant<3> : public DeterminantBase<Signature<float, Matrix<float, 3, 3> > > class
4822 class Determinant<4> : public DeterminantBase<Signature<float, Matrix<float, 4, 4> > > class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp106877 Float Determinant() const in Determinant() function in mozilla::gfx::Matrix
107736 Float Determinant() const in Determinant() function in mozilla::gfx::Matrix4x4Typed