Lines Matching refs:cullmaxs

1014 	vec3_t cullmins, cullmaxs;  in SV_PrepareEntityForSending()  local
1199 VectorMA(cs->origin, scale, model->rotatedmaxs, cullmaxs); in SV_PrepareEntityForSending()
1204 VectorMA(cs->origin, scale, model->yawmaxs, cullmaxs); in SV_PrepareEntityForSending()
1209 VectorMA(cs->origin, scale, model->normalmaxs, cullmaxs); in SV_PrepareEntityForSending()
1216 VectorAdd(cs->origin, ent->fields.server->maxs, cullmaxs); in SV_PrepareEntityForSending()
1223 cullmaxs[0] = max(cullmaxs[0], cs->origin[0] + specialvisibilityradius); in SV_PrepareEntityForSending()
1224 cullmaxs[1] = max(cullmaxs[1], cs->origin[1] + specialvisibilityradius); in SV_PrepareEntityForSending()
1225 cullmaxs[2] = max(cullmaxs[2], cs->origin[2] + specialvisibilityradius); in SV_PrepareEntityForSending()
1229 VectorMAM(0.5f, cullmins, 0.5f, cullmaxs, cs->netcenter); in SV_PrepareEntityForSending()
1232 …pare(cullmins, ent->priv.server->cullmins) || !VectorCompare(cullmaxs, ent->priv.server->cullmaxs)) in SV_PrepareEntityForSending()
1235 VectorCopy(cullmaxs, ent->priv.server->cullmaxs); in SV_PrepareEntityForSending()
1243 …i = sv.worldmodel->brush.FindBoxClusters(sv.worldmodel, cullmins, cullmaxs, MAX_ENTITYCLUSTERS, en… in SV_PrepareEntityForSending()
1359 …sv.worldmodel, sv.writeentitiestoclient_pvs, ed->priv.server->cullmins, ed->priv.server->cullmaxs)) in SV_MarkWriteEntityStateToClient()
1398 …orldmodel, sv.writeentitiestoclient_testeye, ed->priv.server->cullmins, ed->priv.server->cullmaxs)) in SV_MarkWriteEntityStateToClient()
1413 …ce(samples, enlarge, sv.worldmodel, predeye, ed->priv.server->cullmins, ed->priv.server->cullmaxs)) in SV_MarkWriteEntityStateToClient()