Searched refs:bool4x4 (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.constructimat.frag | 36 const bool4x4 bvar441 = { 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 }; 37 const bool4x4 bvar442 = bool4x4( 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 ); 38 bool4x4 bvar443 = { 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 }; 39 bool4x4 bvar444 = bool4x4( 0,1,0,0, 1,1,0,0, 1,0,0,0, 0,0,0,0 );
|
D | hlsl.matType.bool.frag | 22 bool4x4 b4x4; 43 bool4x4 r33 = transpose(b4x4);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 77 …typedef tmat4x4<bool, highp> bool4x4; //!< \brief boolean matrix with 4 x 4 components. (From GL… typedef
|