Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuVectorType.hpp65 typedef Vector<bool, 3> BVec3; typedef
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcLimitTest.inl266 tcu::BVec3 bVec = tcu::equal(a, b);
279 tcu::BVec3 bVec = tcu::greaterThan(a, b);
292 tcu::BVec3 bVec = tcu::lessThan(a, b);
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp3576 …c().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true)); in verifyImageSingleColoredRow()