Home
last modified time | relevance | path

Searched refs:bool2x3 (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/Test/
Dhlsl.matType.bool.frag15 bool2x3 b2x3;
32 bool2x3 r12 = transpose(b3x2);
Dhlsl.templatetypes.frag34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO:
Dremap.hlsl.templatetypes.none.frag34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO:
Dremap.hlsl.templatetypes.everything.frag34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO:
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL… typedef