Searched refs:int4x2 (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.constructimat.frag | 9 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 );
|
D | hlsl.matType.int.frag | 12 int4x2 i4x2; 41 int4x2 r31 = transpose(i2x4);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 91 …typedef tmat4x2<int, highp> int4x2; //!< \brief integer matrix with 4 x 2 components. (From GLM… typedef
|