Lines Matching refs:PrimitiveBoundingBox
42 ctx->PrimitiveBoundingBox[0] = minX; in _mesa_PrimitiveBoundingBox()
43 ctx->PrimitiveBoundingBox[1] = minY; in _mesa_PrimitiveBoundingBox()
44 ctx->PrimitiveBoundingBox[2] = minZ; in _mesa_PrimitiveBoundingBox()
45 ctx->PrimitiveBoundingBox[3] = minW; in _mesa_PrimitiveBoundingBox()
46 ctx->PrimitiveBoundingBox[4] = maxX; in _mesa_PrimitiveBoundingBox()
47 ctx->PrimitiveBoundingBox[5] = maxY; in _mesa_PrimitiveBoundingBox()
48 ctx->PrimitiveBoundingBox[6] = maxZ; in _mesa_PrimitiveBoundingBox()
49 ctx->PrimitiveBoundingBox[7] = maxW; in _mesa_PrimitiveBoundingBox()
55 ctx->PrimitiveBoundingBox[0] = in _mesa_init_bbox()
56 ctx->PrimitiveBoundingBox[1] = in _mesa_init_bbox()
57 ctx->PrimitiveBoundingBox[2] = -1.0f; in _mesa_init_bbox()
59 ctx->PrimitiveBoundingBox[3] = in _mesa_init_bbox()
60 ctx->PrimitiveBoundingBox[4] = in _mesa_init_bbox()
61 ctx->PrimitiveBoundingBox[5] = in _mesa_init_bbox()
62 ctx->PrimitiveBoundingBox[6] = in _mesa_init_bbox()
63 ctx->PrimitiveBoundingBox[7] = 1.0f; in _mesa_init_bbox()