Home
last modified time | relevance | path

Searched defs:staticShapes (Results 1 – 5 of 5) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpObstructionManager.cpp706 std::vector<entity_id_t> staticShapes; in TestLine() local
779 std::vector<entity_id_t> staticShapes; in TestStaticShape() local
850 std::vector<entity_id_t> staticShapes; in TestUnitShape() local
1007 std::vector<entity_id_t> staticShapes; in GetStaticObstructionsInRange() local
1094 std::vector<entity_id_t> staticShapes; in GetStaticObstructionsOnObstruction() local
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpSpace.c689 …cpSpatialIndex *staticShapes = cpSpaceHashNew(dim, count, (cpSpatialIndexBBFunc)cpShapeGetBB, NULL… in cpSpaceUseSpatialHash() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp813 SmallVector<int64_t, 4> staticShapes; in getCollapsedInitTensor() local
855 SmallVector<int64_t, 4> staticShapes; in getExpandedInitTensor() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp813 SmallVector<int64_t, 4> staticShapes; in getCollapsedInitTensor() local
855 SmallVector<int64_t, 4> staticShapes; in getExpandedInitTensor() local
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A Dchipmunk_private.h665 cpSpatialIndex *staticShapes; member