Searched refs:int4x4 (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.constructimat.frag | 4 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 );
|
D | hlsl.matType.int.frag | 22 int4x4 i4x4; 43 int4x4 r33 = transpose(i4x4);
|
D | hlsl.matType.frag | 6 int4x4 int44;
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 93 …typedef tmat4x4<int, highp> int4x4; //!< \brief integer matrix with 4 x 4 components. (From GLM… typedef
|