Home
last modified time | relevance | path

Searched refs:dmaTag (Results 1 – 5 of 5) sorted by relevance

/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/
H A DSpuCollisionShapes.cpp134 …BvhIndexedMesh (btIndexedMesh* IndexMesh, IndexedMeshArray& indexArray, int index, uint32_t dmaTag) in dmaBvhIndexedMesh() argument
136 …cellDmaGet(IndexMesh, (ppu_address_t)&indexArray[index] , sizeof(btIndexedMesh), DMA_TAG(dmaTag),… in dmaBvhIndexedMesh()
140 …eaders (btBvhSubtreeInfo* subTreeHeaders, ppu_address_t subTreePtr, int batchSize, uint32_t dmaTag) in dmaBvhSubTreeHeaders() argument
142 …cellDmaGet(subTreeHeaders, subTreePtr, batchSize * sizeof(btBvhSubtreeInfo), DMA_TAG(dmaTag), 0, 0… in dmaBvhSubTreeHeaders()
145 …uantizedBvhNode* nodes, const btBvhSubtreeInfo& subtree, QuantizedNodeArray& nodeArray, int dmaTag) in dmaBvhSubTreeNodes() argument
224 …ape (void* collisionShapeLocation, ppu_address_t collisionShapePtr, uint32_t dmaTag, int shapeType) in dmaCollisionShape() argument
227 cellDmaGet(collisionShapeLocation, collisionShapePtr , dmaSize, DMA_TAG(dmaTag), 0, 0); in dmaCollisionShape()
231 …dShape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag) in dmaCompoundShapeInfo() argument
238 cellDmaGet(&compoundShapeLocation->gSubshapes[0], dmaPpuAddress2, dmaSize, DMA_TAG(dmaTag), 0, 0); in dmaCompoundShapeInfo()
241 …dShape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag) in dmaCompoundSubShapes() argument
[all …]
H A DSpuCollisionShapes.h83 …vhIndexedMesh (btIndexedMesh* IndexMesh, IndexedMeshArray& indexArray, int index, uint32_t dmaTag);
84 …aders (btBvhSubtreeInfo* subTreeHeaders, ppu_address_t subTreePtr, int batchSize, uint32_t dmaTag);
85 …antizedBvhNode* nodes, const btBvhSubtreeInfo& subtree, QuantizedNodeArray& nodeArray, int dmaTag);
89 …pe (void* collisionShapeLocation, ppu_address_t collisionShapePtr, uint32_t dmaTag, int shapeType);
90 …Shape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag);
91 …Shape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/
H A DSpuCollisionShapes.cpp134 …BvhIndexedMesh (btIndexedMesh* IndexMesh, IndexedMeshArray& indexArray, int index, uint32_t dmaTag) in dmaBvhIndexedMesh() argument
136 …cellDmaGet(IndexMesh, (ppu_address_t)&indexArray[index] , sizeof(btIndexedMesh), DMA_TAG(dmaTag),… in dmaBvhIndexedMesh()
140 …eaders (btBvhSubtreeInfo* subTreeHeaders, ppu_address_t subTreePtr, int batchSize, uint32_t dmaTag) in dmaBvhSubTreeHeaders() argument
142 …cellDmaGet(subTreeHeaders, subTreePtr, batchSize * sizeof(btBvhSubtreeInfo), DMA_TAG(dmaTag), 0, 0… in dmaBvhSubTreeHeaders()
145 …uantizedBvhNode* nodes, const btBvhSubtreeInfo& subtree, QuantizedNodeArray& nodeArray, int dmaTag) in dmaBvhSubTreeNodes() argument
230 …ape (void* collisionShapeLocation, ppu_address_t collisionShapePtr, uint32_t dmaTag, int shapeType) in dmaCollisionShape() argument
233 cellDmaGet(collisionShapeLocation, collisionShapePtr , dmaSize, DMA_TAG(dmaTag), 0, 0); in dmaCollisionShape()
238 …dShape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag) in dmaCompoundShapeInfo() argument
245 cellDmaGet(&compoundShapeLocation->gSubshapes[0], dmaPpuAddress2, dmaSize, DMA_TAG(dmaTag), 0, 0); in dmaCompoundShapeInfo()
248 …dShape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag) in dmaCompoundSubShapes() argument
[all …]
H A DSpuCollisionShapes.h86 …vhIndexedMesh (btIndexedMesh* IndexMesh, IndexedMeshArray& indexArray, int index, uint32_t dmaTag);
87 …aders (btBvhSubtreeInfo* subTreeHeaders, ppu_address_t subTreePtr, int batchSize, uint32_t dmaTag);
88 …antizedBvhNode* nodes, const btBvhSubtreeInfo& subtree, QuantizedNodeArray& nodeArray, int dmaTag);
92 …pe (void* collisionShapeLocation, ppu_address_t collisionShapePtr, uint32_t dmaTag, int shapeType);
93 …Shape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag);
94 …Shape_LocalStoreMemory* compoundShapeLocation, btCompoundShape* spuCompoundShape, uint32_t dmaTag);
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/
H A DDmaPipe.cpp39 void appendChain(uint64 dmaTag);
271 void SinglePipe::appendChain(uint64 dmaTag) { in appendChain() argument
273 _chainHead[0] = dmaTag; in appendChain()