Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
Dhlsl.constructimat.frag14 const int3x2 var321 = { 0,1, 1,1, 1,0 };
15 const int3x2 var322 = int3x2( 0,1, 1,1, 1,0 );
16 int3x2 var323 = { 0,1, 1,1, 1,0 };
17 int3x2 var234 = int3x2( 0,1, 1,1, 1,0);
Dhlsl.matType.int.frag11 int3x2 i3x2;
36 int3x2 r21 = transpose(i2x3);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp88 …typedef tmat3x2<int, highp> int3x2; //!< \brief integer matrix with 3 x 2 components. (From GLM… typedef