Home
last modified time | relevance | path

Searched refs:bvhB (Results 1 – 8 of 8) sorted by relevance

/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl990 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex;
993 int subTreesOffsetB = bvhInfos[bvhB].m_subTreeOffset;
996 int numSubTreesB = bvhInfos[bvhB].m_numSubTrees;
1020 …nLocal = MyUnQuantize(subtreeB.m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1021 …xLocal = MyUnQuantize(subtreeB.m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1036 int startNodeIndexB = subtreeB.m_rootNodeIndex+bvhInfos[bvhB].m_nodeOffset;
1055 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1056 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl990 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex;
993 int subTreesOffsetB = bvhInfos[bvhB].m_subTreeOffset;
996 int numSubTreesB = bvhInfos[bvhB].m_numSubTrees;
1020 …nLocal = MyUnQuantize(subtreeB.m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1021 …xLocal = MyUnQuantize(subtreeB.m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1036 int startNodeIndexB = subtreeB.m_rootNodeIndex+bvhInfos[bvhB].m_nodeOffset;
1055 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1056 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl990 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex;
993 int subTreesOffsetB = bvhInfos[bvhB].m_subTreeOffset;
996 int numSubTreesB = bvhInfos[bvhB].m_numSubTrees;
1020 …nLocal = MyUnQuantize(subtreeB.m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1021 …xLocal = MyUnQuantize(subtreeB.m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1036 int startNodeIndexB = subtreeB.m_rootNodeIndex+bvhInfos[bvhB].m_nodeOffset;
1055 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1056 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl990 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex;
993 int subTreesOffsetB = bvhInfos[bvhB].m_subTreeOffset;
996 int numSubTreesB = bvhInfos[bvhB].m_numSubTrees;
1020 …nLocal = MyUnQuantize(subtreeB.m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1021 …xLocal = MyUnQuantize(subtreeB.m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1036 int startNodeIndexB = subtreeB.m_rootNodeIndex+bvhInfos[bvhB].m_nodeOffset;
1055 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMin,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
1056 …eGlobal(quantizedNodes[node.y].m_quantizedAabbMax,bvhInfos[bvhB].m_quantization,bvhInfos[bvhB].m_a…
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1455 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex; in findCompoundPairsKernel() local
1458 int subTreesOffsetB = bvhInfoCPU[bvhB].m_subTreeOffset; in findCompoundPairsKernel()
1460 int numSubTreesB = bvhInfoCPU[bvhB].m_numSubTrees; in findCompoundPairsKernel()
1493 …al = MyUnQuantize(subtreeB.m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1494 …al = MyUnQuantize(subtreeB.m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1507 int startNodeIndexB = subtreeB.m_rootNodeIndex + bvhInfoCPU[bvhB].m_nodeOffset; in findCompoundPairsKernel()
1532 …ntize(treeNodesCPU[node.y].m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1533 …ntize(treeNodesCPU[node.y].m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1455 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex; in findCompoundPairsKernel() local
1458 int subTreesOffsetB = bvhInfoCPU[bvhB].m_subTreeOffset; in findCompoundPairsKernel()
1460 int numSubTreesB = bvhInfoCPU[bvhB].m_numSubTrees; in findCompoundPairsKernel()
1493 …al = MyUnQuantize(subtreeB.m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1494 …al = MyUnQuantize(subtreeB.m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1507 int startNodeIndexB = subtreeB.m_rootNodeIndex + bvhInfoCPU[bvhB].m_nodeOffset; in findCompoundPairsKernel()
1532 …ntize(treeNodesCPU[node.y].m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1533 …ntize(treeNodesCPU[node.y].m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1455 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex; in findCompoundPairsKernel() local
1458 int subTreesOffsetB = bvhInfoCPU[bvhB].m_subTreeOffset; in findCompoundPairsKernel()
1460 int numSubTreesB = bvhInfoCPU[bvhB].m_numSubTrees; in findCompoundPairsKernel()
1493 …al = MyUnQuantize(subtreeB.m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1494 …al = MyUnQuantize(subtreeB.m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1507 int startNodeIndexB = subtreeB.m_rootNodeIndex + bvhInfoCPU[bvhB].m_nodeOffset; in findCompoundPairsKernel()
1532 …ntize(treeNodesCPU[node.y].m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1533 …ntize(treeNodesCPU[node.y].m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1455 int bvhB = collidables[collidableIndexB].m_compoundBvhIndex; in findCompoundPairsKernel() local
1458 int subTreesOffsetB = bvhInfoCPU[bvhB].m_subTreeOffset; in findCompoundPairsKernel()
1460 int numSubTreesB = bvhInfoCPU[bvhB].m_numSubTrees; in findCompoundPairsKernel()
1493 …al = MyUnQuantize(subtreeB.m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1494 …al = MyUnQuantize(subtreeB.m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1507 int startNodeIndexB = subtreeB.m_rootNodeIndex + bvhInfoCPU[bvhB].m_nodeOffset; in findCompoundPairsKernel()
1532 …ntize(treeNodesCPU[node.y].m_quantizedAabbMin, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()
1533 …ntize(treeNodesCPU[node.y].m_quantizedAabbMax, bvhInfoCPU[bvhB].m_quantization, bvhInfoCPU[bvhB].m… in findCompoundPairsKernel()