Searched refs:BVec3 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorType.hpp | 55 typedef Vector<bool, 3> BVec3; typedef
|
/external/deqp/external/openglcts/modules/common/ |
D | glcLimitTest.inl | 242 tcu::BVec3 bVec = tcu::equal(a, b); 255 tcu::BVec3 bVec = tcu::greaterThan(a, b); 268 tcu::BVec3 bVec = tcu::lessThan(a, b);
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 3531 …c().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true)); in verifyImageSingleColoredRow()
|