Searched refs:BVec3 (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorType.hpp | 65 typedef Vector<bool, 3> BVec3; typedef
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcLimitTest.inl | 266 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/ |
D | es31fGeometryShaderTests.cpp | 3576 …c().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true)); in verifyImageSingleColoredRow()
|