Home
last modified time | relevance | path

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

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