Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
Dhlsl.constructimat.frag9 const int4x2 var421 = { 0,1, 1,1, 1,0, 0,0 };
10 const int4x2 var422 = int4x2( 0,1, 1,1, 1,0, 0,0 );
11 int4x2 var423 = { 0,1, 1,1, 1,0, 0,0 };
12 int4x2 var424 = int4x2( 0,1, 1,1, 1,0, 0,0 );
Dhlsl.matType.int.frag12 int4x2 i4x2;
41 int4x2 r31 = transpose(i2x4);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp91 …typedef tmat4x2<int, highp> int4x2; //!< \brief integer matrix with 4 x 2 components. (From GLM… typedef