Home
last modified time | relevance | path

Searched refs:float2x2 (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/sksl/
Dsksl.inc147 float2x2 outerProduct(float2 c, float2 r);
156 float2x2 transpose(float2x2 m);
165 float determinant(float2x2 m);
168 float2x2 inverse(float2x2 m);
/external/skia/src/sksl/
Dsksl.inc147 float2x2 outerProduct(float2 c, float2 r);
156 float2x2 transpose(float2x2 m);
165 float determinant(float2x2 m);
168 float2x2 inverse(float2x2 m);
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp128 …typedef detail::tmat2x2<float, highp> float2x2; //!< \brief single-precision floating-point matr… typedef