Home
last modified time | relevance | path

Searched refs:cnode_t (Results 1 – 24 of 24) sorted by relevance

/dports/games/egl/egl-0.3.1_9/common/
H A Dcm_q3_local.h59 typedef struct cnode_t { struct
62 } cnode_t; typedef
126 extern cnode_t *cm_q3_nodes;
H A Dcm_q3_trace.c112 cnode_t *c; in CM_Q3BSP_InitBoxHull()
202 cnode_t *node; in CM_PointLeafnum_r()
235 cnode_t *node; in CM_Q3BSP_BoxLeafnums_r()
691 cnode_t *node; in CM_Q3BSP_RecursiveHullCheck()
1189 cnode_t *node; in CM_Q3BSP_HeadnodeVisible()
H A Dcm_q3_main.c45 cnode_t *cm_q3_nodes;
739 cnode_t *out; in CM_Q3BSP_LoadNodes()
753 cm_q3_nodes = Mem_PoolAlloc (sizeof(cnode_t) * (cm_q3_numNodes+6), com_cmodelSysPool, 0); in CM_Q3BSP_LoadNodes()
/dports/games/q2pro/q2pro/include/
H A Dqcommon.h440 } cnode_t; typedef
477 cnode_t *headnode;
497 cnode_t *nodes;
544 cnode_t *CM_NodeNum( cm_t *cm, int number );
547 cnode_t *CM_HeadnodeForBox( vec3_t mins, vec3_t maxs );
551 int CM_PointContents( vec3_t p, cnode_t *headnode );
552 int CM_TransformedPointContents( vec3_t p, cnode_t *headnode,
557 cnode_t *headnode, int brushmask );
560 cnode_t * headnode, int brushmask,
572 int listsize, cnode_t **topnode );
[all …]
H A Dmvd.h123 cnode_t *headnode;
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcmodel.c35 } cnode_t; typedef
57 static cnode_t *map_nodes;
401 cnode_t *node; in CM_PointInLeaf()
461 static void AddToFatPVS_r (cnode_t *node) in AddToFatPVS_r()
524 static void FindTouchedLeafs_r(const cnode_t *node) in FindTouchedLeafs_r()
687 static void CM_SetParent (cnode_t *node, cnode_t *parent) in CM_SetParent()
705 cnode_t *out; in CM_LoadNodes()
736 cnode_t *out; in CM_LoadNodes29a()
743 out = (cnode_t *)Hunk_AllocName(count * sizeof(*out), loadname); in CM_LoadNodes29a()
765 cnode_t *out; in CM_LoadNodesBSP2()
[all …]
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcmodel.c35 } cnode_t; typedef
57 static cnode_t *map_nodes;
401 cnode_t *node; in CM_PointInLeaf()
461 static void AddToFatPVS_r (cnode_t *node) in AddToFatPVS_r()
524 static void FindTouchedLeafs_r(const cnode_t *node) in FindTouchedLeafs_r()
687 static void CM_SetParent (cnode_t *node, cnode_t *parent) in CM_SetParent()
705 cnode_t *out; in CM_LoadNodes()
736 cnode_t *out; in CM_LoadNodes29a()
743 out = (cnode_t *)Hunk_AllocName(count * sizeof(*out), loadname); in CM_LoadNodes29a()
765 cnode_t *out; in CM_LoadNodesBSP2()
[all …]
/dports/games/q2pro/q2pro/source/
H A Dcmodel.c140 cnode_t *out; in CMod_LoadNodes()
896 cnode_t *CM_NodeNum( cm_t *cm, int number ) { in CM_NodeNum()
909 static cnode_t box_nodes[6];
910 static cnode_t *box_headnode;
928 cnode_t *c; in CM_InitBoxHull()
1046 static cnode_t *leaf_topnode;
1048 static void CM_BoxLeafs_r( cnode_t *node ) { in CM_BoxLeafs_r()
1080 cnode_t *headnode, cnode_t **topnode ) in CM_BoxLeafs_headnode()
1533 cnode_t *headnode, int brushmask ) in CM_BoxTrace()
1563 cnode_t *topnode; in CM_BoxTrace()
[all …]
H A Dsv_world.c183 cnode_t *topnode; in SV_LinkEdict()
451 static cnode_t *SV_HullForEntity( edict_t *ent ) { in SV_HullForEntity()
479 cnode_t *headnode; in SV_PointContents()
533 cnode_t *headnode; in SV_ClipMoveToEntities()
H A Dcl_pred.c108 cnode_t *headnode; in CL_ClipMoveToEntities()
H A Dcl_draw.c406 cnode_t *headnode; in SCR_ScanForCrosshairEntity()
H A Dmvd_parse.c47 cnode_t *topnode; in MVD_LinkEntity()
/dports/games/cake/cake_src/cake/
H A Dq3bsp.h273 void SetParent(int node, cnode_t *parent);
377 cnode_t * r_nodes;
H A Dtypes.h715 } cnode_t; typedef
H A Dq3bsp.cpp868 cnode_t *node; in FindLeaf()
896 cnode_t *node; in MarkLeafs()
1652 r_nodes = (cnode_t*) cake_malloc(r_numnodes[1]*sizeof(cnode_t), "Q3BSP::LoadNodes.r_nodes"); in LoadNodes()
2441 void Q3BSP::SetParent(int node, cnode_t *parent) in SetParent()
3040 cnode_t* node = r_nodes + node_num; in RecursiveHullCheck()
3550 cnode_t *node; in BoxLeafnums_r()
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dcmodel.c28 } cnode_t; typedef
75 cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
213 cnode_t *out; in CMod_LoadNodes()
708 cnode_t *c; in CM_InitBoxHull()
803 cnode_t *node; in CM_PointLeafnum_r()
850 cnode_t *node; in CM_BoxLeafnums_r()
1229 cnode_t *node; in CM_RecursiveHullCheck()
1752 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dcmodel.c28 } cnode_t; typedef
75 cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
213 cnode_t *out; in CMod_LoadNodes()
708 cnode_t *c; in CM_InitBoxHull()
803 cnode_t *node; in CM_PointLeafnum_r()
850 cnode_t *node; in CM_BoxLeafnums_r()
1240 cnode_t *node; in CM_RecursiveHullCheck()
1756 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dcmodel.c28 } cnode_t; typedef
75 cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
213 cnode_t *out; in CMod_LoadNodes()
708 cnode_t *c; in CM_InitBoxHull()
803 cnode_t *node; in CM_PointLeafnum_r()
850 cnode_t *node; in CM_BoxLeafnums_r()
1229 cnode_t *node; in CM_RecursiveHullCheck()
1752 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dcmodel.c27 } cnode_t; typedef
70 cnode_t map_nodes[MAX_MAP_NODES + 6]; /* extra for box hull */
208 cnode_t *out; in CMod_LoadNodes()
704 cnode_t *c; in CM_InitBoxHull()
797 cnode_t *node; in CM_PointLeafnum_r()
843 cnode_t *node; in CM_BoxLeafnums_r()
1204 cnode_t *node; in CM_RecursiveHullCheck()
1664 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcmodel.c27 } cnode_t; typedef
70 cnode_t map_nodes[MAX_MAP_NODES + 6]; // extra for box hull
194 cnode_t *out; in CMod_LoadNodes()
629 cnode_t *c; in CM_InitBoxHull()
717 cnode_t *node; in CM_PointLeafnum_r()
759 cnode_t *node; in CM_BoxLeafnums_r()
1089 cnode_t *node; in CM_RecursiveHullCheck()
1504 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dcmodel.c28 } cnode_t; typedef
75 cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
212 cnode_t *out; in CMod_LoadNodes()
695 cnode_t *c; in CM_InitBoxHull()
790 cnode_t *node; in CM_PointLeafnum_r()
837 cnode_t *node; in CM_BoxLeafnums_r()
1209 cnode_t *node; in CM_RecursiveHullCheck()
1719 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dcmodel.c29 } cnode_t; typedef
68 static cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
210 cnode_t *out; in CMod_LoadNodes()
894 cnode_t *c; in CM_InitBoxHull()
1006 cnode_t *node; in CM_PointLeafnum_r()
1055 cnode_t *node; in CM_BoxLeafnums_r()
1436 cnode_t *node; in CM_RecursiveHullCheck()
1988 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dcmodel.c32 } cnode_t; typedef
79 cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
263 cnode_t *out; in CMod_LoadNodes()
871 cnode_t *c; in CM_InitBoxHull()
966 cnode_t *node; in CM_PointLeafnum_r()
1013 cnode_t *node; in CM_BoxLeafnums_r()
1447 cnode_t *node; in CM_RecursiveHullCheck()
1999 cnode_t *node; in CM_HeadnodeVisible()
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dcmodel.c32 } cnode_t; typedef
79 cnode_t map_nodes[MAX_MAP_NODES+6]; // extra for box hull
263 cnode_t *out; in CMod_LoadNodes()
871 cnode_t *c; in CM_InitBoxHull()
966 cnode_t *node; in CM_PointLeafnum_r()
1013 cnode_t *node; in CM_BoxLeafnums_r()
1447 cnode_t *node; in CM_RecursiveHullCheck()
1999 cnode_t *node; in CM_HeadnodeVisible()