Lines Matching refs:bboxMax
3109 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()
3311 std::swap(args.bboxMin.z(), args.bboxMax.z()); in init()
3347 << "\tmax:" << blitCfg.bboxMax << "\n" in iterate()
3355 blitCfg.bboxMax.x(), blitCfg.bboxMax.y(), blitCfg.bboxMax.z(), blitCfg.bboxMax.w()); in iterate()
4191 tcu::Vec4 bboxMax; in renderTo() local
4196 bboxMax = tcu::Vec4(-1.0f, -1.0f, -1.0f, -1.0f); in renderTo()
4203 … bboxMax[componentNdx] = de::max(bboxMax[componentNdx], m_objectVertices[vertexNdx][componentNdx]); in renderTo()
4213 bboxMax.x() = bboxMin.x() + rnd.getFloat(0.2f, 1.0f); in renderTo()
4214 bboxMax.y() = bboxMin.y() + rnd.getFloat(0.2f, 1.0f); in renderTo()
4215 bboxMax.z() = bboxMin.z() + rnd.getFloat(0.2f, 1.0f); in renderTo()
4216 bboxMax.w() = 1.0f; in renderTo()
4240 bboxMax.x(), bboxMax.y(), bboxMax.z(), bboxMax.w()); in renderTo()