Home
last modified time | relevance | path

Searched refs:float2x3 (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp129 …typedef detail::tmat2x3<float, highp> float2x3; //!< \brief single-precision floating-point matr… typedef
/external/skqp/src/sksl/
DREADME21 * Matrix types are named <base type><columns>x<rows>, so float2x3 instead of
Dsksl.inc150 float2x3 outerProduct(float3 c, float2 r);
159 float2x3 transpose(float3x2 m);
160 float3x2 transpose(float2x3 m);
/external/skia/src/sksl/
Dsksl.inc150 float2x3 outerProduct(float3 c, float2 r);
159 float2x3 transpose(float3x2 m);
160 float3x2 transpose(float2x3 m);
DREADME21 * Matrix types are named <base type><columns>x<rows>, so float2x3 instead of