Searched refs:bool3x2 (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.constructimat.frag | 46 const bool3x2 bvar321 = { 0,1, 1,1, 1,0 }; 47 const bool3x2 bvar322 = bool3x2( 0,1, 1,1, 1,0 ); 48 bool3x2 bvar323 = { 0,1, 1,1, 1,0 }; 49 bool3x2 bvar234 = bool3x2( 0,1, 1,1, 1,0);
|
D | hlsl.matType.bool.frag | 11 bool3x2 b3x2; 36 bool3x2 r21 = transpose(b2x3);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL… typedef
|