Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3108 tcu::Vec4 bboxMax; member
3300 args.bboxMax.x() = rnd.getFloat(-1.1f, 1.1f); in init()
3301 args.bboxMax.y() = rnd.getFloat(-1.1f, 1.1f); in init()
3302 args.bboxMax.z() = rnd.getFloat(-1.1f, 1.1f); in init()
3303 args.bboxMax.w() = rnd.getFloat( 0.9f, 1.1f); in init()
3305 if (args.bboxMin.x() / args.bboxMin.w() > args.bboxMax.x() / args.bboxMax.w()) in init()
3306 std::swap(args.bboxMin.x(), args.bboxMax.x()); in init()
3307 if (args.bboxMin.y() / args.bboxMin.w() > args.bboxMax.y() / args.bboxMax.w()) in init()
3308 std::swap(args.bboxMin.y(), args.bboxMax.y()); in init()
3309 if (args.bboxMin.z() / args.bboxMin.w() > args.bboxMax.z() / args.bboxMax.w()) in init()
[all …]