Searched refs:int3x2 (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.constructimat.frag | 14 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);
|
D | hlsl.matType.int.frag | 11 int3x2 i3x2; 36 int3x2 r21 = transpose(i2x3);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 88 …typedef tmat3x2<int, highp> int3x2; //!< \brief integer matrix with 3 x 2 components. (From GLM… typedef
|