Home
last modified time | relevance | path

Searched refs:bool3x2 (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/Test/
Dhlsl.constructimat.frag46 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);
Dhlsl.matType.bool.frag11 bool3x2 b3x2;
36 bool3x2 r21 = transpose(b2x3);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL… typedef