Lines Matching refs:bboxMax
3316 tcu::Vec4 bboxMax; member
3510 args.bboxMax.x() = rnd.getFloat(-1.1f, 1.1f); in init()
3511 args.bboxMax.y() = rnd.getFloat(-1.1f, 1.1f); in init()
3512 args.bboxMax.z() = rnd.getFloat(-1.1f, 1.1f); in init()
3513 args.bboxMax.w() = rnd.getFloat( 0.9f, 1.1f); in init()
3515 if (args.bboxMin.x() / args.bboxMin.w() > args.bboxMax.x() / args.bboxMax.w()) in init()
3516 std::swap(args.bboxMin.x(), args.bboxMax.x()); in init()
3517 if (args.bboxMin.y() / args.bboxMin.w() > args.bboxMax.y() / args.bboxMax.w()) in init()
3518 std::swap(args.bboxMin.y(), args.bboxMax.y()); in init()
3519 if (args.bboxMin.z() / args.bboxMin.w() > args.bboxMax.z() / args.bboxMax.w()) in init()
3520 std::swap(args.bboxMin.z(), args.bboxMax.z()); in init()
3556 << "\tmax:" << blitCfg.bboxMax << "\n" in iterate()
3564 blitCfg.bboxMax.x(), blitCfg.bboxMax.y(), blitCfg.bboxMax.z(), blitCfg.bboxMax.w()); in iterate()
4403 tcu::Vec4 bboxMax; in renderTo() local
4408 bboxMax = tcu::Vec4(-1.0f, -1.0f, -1.0f, -1.0f); in renderTo()
4415 … bboxMax[componentNdx] = de::max(bboxMax[componentNdx], m_objectVertices[vertexNdx][componentNdx]); in renderTo()
4425 bboxMax.x() = bboxMin.x() + rnd.getFloat(0.2f, 1.0f); in renderTo()
4426 bboxMax.y() = bboxMin.y() + rnd.getFloat(0.2f, 1.0f); in renderTo()
4427 bboxMax.z() = bboxMin.z() + rnd.getFloat(0.2f, 1.0f); in renderTo()
4428 bboxMax.w() = 1.0f; in renderTo()
4452 bboxMax.x(), bboxMax.y(), bboxMax.z(), bboxMax.w()); in renderTo()