Home
last modified time | relevance | path

Searched refs:int4x4 (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/Test/
Dhlsl.constructimat.frag4 const int4x4 var441 = { 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 };
5 const int4x4 var442 = int4x4( 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 );
6 int4x4 var443 = { 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 };
7 int4x4 var444 = int4x4( 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 );
Dhlsl.matType.int.frag22 int4x4 i4x4;
43 int4x4 r33 = transpose(i4x4);
Dhlsl.matType.frag6 int4x4 int44;
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp93 …typedef tmat4x4<int, highp> int4x4; //!< \brief integer matrix with 4 x 4 components. (From GLM… typedef