Searched refs:bool2x3 (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.matType.bool.frag | 15 bool2x3 b2x3; 32 bool2x3 r12 = transpose(b3x2);
|
D | hlsl.templatetypes.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO:
|
D | remap.hlsl.templatetypes.none.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO:
|
D | remap.hlsl.templatetypes.everything.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO:
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL… typedef
|