Home
last modified time | relevance | path

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

/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcmodel.h104 byte *CM_FatPVS (vec3_t org);
H A Dsv_ents.c845 pvs = CM_FatPVS (org); // search some PVS in SV_WriteEntitiesToClient()
1011 pvs = CM_FatPVS (org); // search some PVS in SV_SetVisibleEntitiesForBot()
H A Dcmodel.c503 byte *CM_FatPVS (vec3_t org) in CM_FatPVS() function
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcmodel.h104 byte *CM_FatPVS (vec3_t org);
H A Dsv_ents.c845 pvs = CM_FatPVS (org); // search some PVS in SV_WriteEntitiesToClient()
1011 pvs = CM_FatPVS (org); // search some PVS in SV_SetVisibleEntitiesForBot()
H A Dcmodel.c503 byte *CM_FatPVS (vec3_t org) in CM_FatPVS() function
/dports/games/q2pro/q2pro/source/
H A Dsv_ents.c628 clientpvs = CM_FatPVS( &sv.cm, org ); in SV_BuildClientFrame()
814 clientpvs = CM_FatPVS( &gs->cm, org ); in SV_BuildProxyClientFrame()
H A Dcmodel.c1968 byte *CM_FatPVS( cm_t *cm, const vec3_t org ) { in CM_FatPVS() function
/dports/games/q2pro/q2pro/include/
H A Dqcommon.h565 byte *CM_FatPVS( cm_t *cm, const vec3_t org );